-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [14.26.0](v14.25.0...v14.26.0) (2023-10-18) ### Bug Fixes * **Carousel:** cards bottom border being partially cut in iOS ([#920](#920)) ([754acc6](754acc6)) * **Video, DisplayMediaCard, PosterCard:** show fallback on empty src ([#910](#910)) ([4e366d3](4e366d3)) ### Features * **Accordion:** create Accordion and BoxedAccordion components ([#900](#900)) ([7062a43](7062a43)) * **Icons:** use icon keywords from mistica design in catalog story ([#914](#914)) ([286e385](286e385)) * **Menu:** fix component styles and add MenuItem/MenuSection ([#892](#892)) ([d7a7e30](d7a7e30)), closes [#901](#901) * **Mobile:** add interaction states when pressing touchable elements ([#912](#912)) ([dbd8ac0](dbd8ac0)) * **OverscrollColor, Storybook:** overscroll alternative variant and storybook default platform detection ([#919](#919)) ([77d9b45](77d9b45)) * **PinField:** new component ([#902](#902)) ([484dbc7](484dbc7)), closes [#893](#893) * **ProgressBarStepped:** create component ([#905](#905)) ([25ed4eb](25ed4eb))
- Loading branch information
1 parent
77d9b45
commit 73c2988
Showing
3 changed files
with
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// DO NOT EDIT THIS FILE. It's autogenerated by set-version.js | ||
export const PACKAGE_VERSION = '14.25.0' as string; | ||
export const PACKAGE_VERSION = '14.26.0' as string; |