Important
- The
compileSdkVersion
was updated to 35.
Dependency Updates
None
Library Updates
BottomSheet
- Make handle respond to keyboard input (1ee0768)
Catalog
- Deleted BottomWindowInsetsView and replaced with setOnApplyWindowInsetsListener (3042829)
- Add tooltip to overflow button in Overflow Layout and update docked toolbar + floating toolbar demos to have tooltips (ef6e07d)
- Fix Navigation Drawer demo to undo keyboard navigation clusters in AppBarLayout/Toolbar (26ced72)
- Update demos to close drawers on esc key press and add guidance in docs (1f10e0b)
- Set container content to non-focusable to avoid the container getting focus (ac47c7f)
Chip
- Fix close icon tint (09e77fa)
Documentation
- Updated getting started page for new change in R files starting in 1.14.0. (88f76e3)
FloatingActionButton
- Use the current labelOpacity as the initial animation value (1b08336)
LoadingIndicator
MaterialButton
- Update corner radius behavior to override StateListShapeAppearance if set (85e2fd0)
MaterialCardView
- Allow selection using keyboard (e889bc2)
MaterialDatePicker
MaterialShapeDrawable
- Introduce ShapeAppearance interface to reduce branching between ShapeAppearanceModel and StateListShapeAppearanceModel (4db1900)
ProgressIndicator
Search
- Set touchscreenBlocksFocus to false to enable keyboard navigation between searchview (ef95e93)
TimePicker
Other