Important
New minimum requirements for your app's project:
- Update
compileSdkVersion
to34
Dependency Updates
Dependency | Previous version | New version |
---|---|---|
androidx.activity | 1.8.0-alpha05 | 1.8.0-alpha06 |
Library Updates
A11y
- Do not count headers for accessibility (917da52)
Badging
Carousel
- Added orientation helper to clean up CarouselLayoutManager orientation differences (7822ef8)
- Updated docs to include hero variant (ec509cc)
- Added vertical scrolling capability (6b48d3b)
- Deprecated set/get mask x percentages in Maskable as they are no longer used anywhere, and is a misleading method due to these methods not actually having any effect on the Carousel as CarouselLayoutManager overrides the values. (29d8742)
Predictive Back
- Fixed custom predictive back implementations and update
androidx.activity
dependency to1.8.0-alpha06
. (722b936) - Fixed MaterialBackAnimationHelper.onCancelBackProgress being called twice. (ad60bbf)
- Fixed possible NaN crashes in MaterialBottomContainerBackHelper, MaterialMainContainerBackHelper and MaterialSideContainerBackHelper. (122c296)
- Fixed custom predictive back implementations and update
Text Field
- TextInputEditText misses some visible lines in CursorAnchorInfo#getVisibleLineBounds after scrolled (bdef355)