Dependency Updates
Important
- Required
minSdkVersion
is now 21 or higher.
Library Updates
A11y
- Add an accessibility pane title of "Alert" (d7645ae)
BottomNavigationView
- Add item gravity attribute and setter/getter (b34fff3)
- Add active indicator attributes to change active indicator height, width, and horizontal margins when it is in an expanded state (i.e. when start icon gravity is set to 'start') (b184df6)
- Fixing bad link in class doc comment (3ea7709)
Carousel
- Fix carousel spamming view re-binding (6b263fa)
Catalog
- Update guidance for Navigation Rail on compact screens. (f14b0c0)
- Add guidance to use Bottom Navigation Bar on compact screens for Navigation Rail (5d85d6b)
Color
- Replaced computeIfAbsent with equivalent code for API 21 - 23. (703b884)
MaterialButton
- Updated spring specs for responsive touch. (5bcae74)
- Updated expressive styles color and structure. (75ff33f)
- Added corner morph. (ef1e1cd)
MaterialDatePicker
- Make picker not final and expose onPositiveButtonClick and onNegativeButtonClick (6617342)
NavigationRail
ProgressIndicator
- Fix corner radius calculation (c13fff7)
- Added APIs to support different wavelength for determinate and indeterminate modes; and renamed confusing APIs. (af95f45)
- Updated the smoothness of the cubic bezier curve to make the wave more smooth. (f641cd0)
Slider
- Updates tick marks color to fix the contrast in medium / high contrast modes. (968a7ee)
Typography
- Added workaround for fontVariationSettings being set through a TextAppearance (fa5224e)
Other
- Fixed a bug in loading state list corner size. (629e24f)
- Optimized getOutline(). (e1a103e)
- Added state list support to shape appearance and corner size. (8e63e7f)
- Fixed lint error when calling force refresh font variation settings (4abc9c6)
- Moved unnecessary object from the drawable state. (eb56238)
- Added state list support to shape appearance and corner size. (2799892)
Full list of changes
1.13.0-alpha04...1.13.0-alpha05