Skip to content

2.2.1

Compare
Choose a tag to compare
@Tweener Tweener released this 28 Apr 18:13
· 144 commits to main since this release

Full Changelog: 2.2.0...2.2.1


Breaking Changes

None

New Features

  • Adds a new Composable CardTip to display a small tip message with a leading icon.

Screenshot_20240428-194938

  • Adds a new Composable Checkbox with an optional text.

Screenshot_20240428-195844

  • Adds a new Composable LeadingIconText which shows a text with a customizable leading icon.

Screenshot_20240428-195621

Enhancements

None

Bug Fixes

  • Button - Fixes the padding between the text and the leading icon.
  • NumericKeyboard - Removes decimal separator when deleting the last decimal.
  • NumericKeyboard - Fixes incorrect decimals handling when allowDecimals is false.

Performance Improvements

None

Other Changes

None