2.2.1
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.
- Adds a new Composable Checkbox with an optional text.
- Adds a new Composable LeadingIconText which shows a text with a customizable leading icon.
- Adds a new Composable ExpandableNumericKeyboard which allows the user to show or hide the NumericKeyboard, to allow some more space on the screen.
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