Important
Required minSdkVersion
is now 19 or higher, for Material and AndroidX (blog post).
Dependency Updates
Dependency | Previous version | New version |
---|---|---|
androidx.transition | 1.5.0-alpha04 | 1.5.0-beta01 |
Library Updates
Divider
- Fixed divider instantly appearing or disappearing on insertion or removal (ef4a0c5)
Documentation
NavigationDrawer
- Fixed wrong item selected after click (a3af20a)
ProgressIndicator
- Updated inactive track color from primary container to secondary container. (c8cb0c6)
- Updated the setter of track thickness to not update track corner radius. (540f5ee)
- Added the limit to not have stop indicator size bigger than track thickness. (689e04f)
- Fixed the rounded ends overlapping bug with semi-transparent track/indicator color in Circular default style. (8167c11)
- Removed the call to draw a transparent full track. (3f80fdb)
- Flipped the canvas for different circular directions. (bcc27a3)
- Split stop indicator drawing from indicator drawing. (76207cb)
Search
- Excluded icons from search bar handwriting bounds (387f59b)
Slider
- Made tick size defaults to the stop indicator size if set (92bc02c)
- Fixed incorrect style of stop indicators near handles (d61cffd)
- Resolved issues that crash when assigning a large value to
valueTo
(4d1b9e5) - Updated the track drawing for some corner cases. (10484df)
- Fixed ripple not transparent on API 33 (cd4f618)
Tabs
- Fixed title being announced twice when there's a badge in TalkBack mode. (aaa7034)
Tokens
- Added formatting to break long lines and differentiate different comments. (857d6a2)
TopAppBar
- Use an accessibility delegate to add and perform actions (929c80f)
Transitions / Motion
Other
- Bumped minSkdVersion declarations to 19 (cc5e890)