-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [26.0.0](v25.4.0...v26.0.0) (2023-08-31) ### Bug Fixes * **BottomSheet:** Changed SVG coder ([#296](#296)) ([4480d47](4480d47)) * **Checkbox:** set color for filling and rounded border ([#297](#297)) ([076343d](076343d)) * IOS-9146: BottomSheet actions (#299) ([e380ecc](e380ecc)), closes [#299](#299) ### Features * **BottomSheet:** Added SVG image format support. ([#293](#293)) ([fe71624](fe71624)) * **Button:** iOS-9080 button chevron ([977b1d9](977b1d9)) ### BREAKING CHANGES * Action type has been renamed as ActionList. To use the previous actions(items: [ActionItem]) rename the case in your project as actionList(items: [ActionListItem]). Also ActionItem has been renamed as ActionListItem.
- Loading branch information
1 parent
e380ecc
commit df76f1b
Showing
3 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters