-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [15.18.0](v15.17.0...v15.18.0) (2024-08-20) ### Bug Fixes * **FeedbackScreen:** avoid double responsive margins in buttons when they are not fixed ([#1195](#1195)) ([41c10ad](41c10ad)) * **Inline:** wrap content if required when space equals between/around/evenly ([#1199](#1199)) ([b121227](b121227)) * **Snackbar:** allow dataAttributes passed to openSnackbar ([#1192](#1192)) ([c5c65bd](c5c65bd)) ### Features * **Popover, Snackbar, Callout, Chip, Dialog, Cards:** allow customizable close button label ([#1193](#1193)) ([63de33a](63de33a))
- Loading branch information
1 parent
b121227
commit 447a677
Showing
3 changed files
with
16 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 = '15.17.0' as string; | ||
export const PACKAGE_VERSION = '15.18.0' as string; |