Skip to content

New components + Improvements

Compare
Choose a tag to compare
@fleuryj fleuryj released this 03 Oct 09:49
· 92 commits to develop since this release
f480f8b

Features

  • New components:
    • SBBUpDnCounterView to display an up and down counter
    • SBBMessage to display a message with an illustration
    • SBBPromotionBox to display a promotion box
    • SBBDatePicker to display a date picker
    • SBBStatus to display a status (alert, warning, success or info)
    • SBBNotification to display a status notification (alert, warning, success or info)
  • SBBTabView: a badge can be added to the tab bar icon
  • New color .redDark is added

Improvements

  • SBBTabView: accessibility area for a tab is bigger
  • SBBOnboardingView: accessibility is improved (e.g. text completely visible with all font sizes)
  • SBBMessage: accessibility label for 'retry' button is added
  • SBBIcons updated

Deprecations

  • Initializing an SBB List Item with init(label: String, image: Image) or init(label: String, type: SBBListItemType) is deprecated and will be removed in a future version. image is replaced with leftImage and the right image (decided by SBBListItemType) can now be customized using rightImage.