Skip to content

Commit

Permalink
Update ReleaseNotes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fleuryj authored Oct 3, 2023
1 parent 3e1deff commit f480f8b
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,24 @@

## v1.1.0 - 03 October 2023
### Features
* 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
* SBBTabView: a badge can be added to the tab bar icon
* SBBStatus to display a status (alert, warning, success or info)
* SBBNotification to display a status notification (alert, warning, success or info)
* 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
- 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`.
- 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`.

## v1.0.5 - 24 April 2023

Expand Down

0 comments on commit f480f8b

Please sign in to comment.