1.13.0-alpha14
·
9 commits
to release-1.13
since this release
Important
- Expressive is moving to 1.14.0 starting with 1.14.0-alpha01, which is currently available. (#4803) (27226d6)
- Updated compileSdkVersion to 35.
Dependency Updates
Dependency | Previous version | New version |
---|---|---|
androidx.dynamicanimation:dynamicanimation | v1.0.0 | v1.1.0 |
Library Updates
BottomSheet
Catalog
Checkbox
- Update translations. (7711191)
Chip
Color
Dialog
Documentation
FloatingActionButton
- Fix the width calculation in the wrap_content extend strategy. (1e06f7c)
MaterialButton
- Fixed a bug that
checked
state in XML was not respected. (0c5b17a) - Test improve memory usage when materialSizeOverlay is used. (571a196)
- Update split button styles to lessen maker specification requirements and support consistency. (2aadbd1)
- Add a demo to programmatically add/remove buttons in a button group. (4f55422)
- Added a click action and toggleable control in button group demo. (8e52e94)
- Fixed minor issues in button group demo and toggle group demo. (5161e71)
- Fixed a bug that
MaterialDatePicker
- Replace the deprecated announcement API used for month navigation. (6a3d13f)
MaterialShapeDrawable
- Update ShapeAppearanceModel.Builder to not use extra ContextThemeWrapper for shape appearance overlay due to performance concerns. (990fdb4)
NavigationRail
- Force NavigationFrameLayout to be the available size at the minimum. (12fad1d)
ProgressIndicator
Search
- Updating centered search bar text to have 8dp content start and end padding. (4070bef)
- Added a clip bounds animation for searchview edit text. (5a600a8)
- Add a placeholder textview to Searchbar that keeps track of searchview edit text in order to gracefully fade it out in searchview collapse animation. (be09936)
- Added Expressive styles. (0b578fd)
- Update centering layout logic to account for padding and content insets. (c2c660b)
Slider
Tabs
- Don't try to detach an already detached TabLayout. (7144370)
TextInputLayout
- Replace deprecated announceForAccessibility with accessibility live region. (e909768)
TopAppBar
- Fix Extended FAB behavior demo to shrink and extend as expected. (13cdaba)
Typography
- Added emphasized typescale to public attributes. (0c1a914)
Other