Skip to content

2.2.0

Latest
Compare
Choose a tag to compare
@sbb-app-bakery sbb-app-bakery released this 14 Jan 16:08
· 3 commits to main since this release
11fa72a

Changed

  • changed behavior of the trailing widget and icon of the following widgets:
    • SBBCheckboxListItem
    • SBBRadioButtonListItem
    • SBBRadioListItem
  • updated the SBB Icons version to 1.2.0

Added

  • added the SBBHeaderBox and SBBSliverHeaderbox
  • added an animated bottom loading indicator with a isLoading parameter to these widgets:
    • SBBCheckboxListItem
    • SBBRadioButtonListItem
    • SBBRadioListItem
    • SBBSwitchListItem
  • added boxed variant via redirecting constructor to these widgets:
    • SBBCheckboxListItem
    • SBBRadioButtonListItem
    • SBBRadioListItem
    • SBBSwitchListItem
  • added Semantics to the following widgets:
    • SBBCheckboxListItem
    • SBBRadioButtonListItem
    • SBBRadioListItem
  • added animation to SBBPagination
  • added the SBBIconsIndex allowing String to IconData mapping

Fixed

  • correct layout of SBBCheckbox
  • correct color usage of the SBBCheckboxListItem
  • allowMultilineLabel of SBBSwitchListItem is respected

Deprecated

  • Deprecated SBBRadioButton in favor of SBBRadio
  • Deprecated SBBRadioButtonListItem in favor of SBBRadioListItem