What's new
- Search Bar and Side Sheet components are now available for use in beta!
Dependency Updates
- No dependency updates
Library Updates
Side Sheet
- Added coplanar side sheet with APIs for setting a coplanar sibling view. (8055a2c)
- Set accessibility focus to the side sheet when expanded. (0949e9c)
- Release Side Sheet catalog demo. (f707836)
- Rebrand "Adaptive Sheets" demo to "Side Sheet". (7f17891)
- Fix vertically scrolling sheet swipe issue by deleting most of the nested scrolling code (3bc1f6e)
- Cancel modal side sheet scrim on STATE_HIDDEN. (0c4e4a7)
- Restrict SheetDialog methods from the public API surface and rename getDismissWithAnimation. (9c8ea58)
- Add SideSheetCallback listener to SideSheetBehavior to track @SheetState state change events. (99e09b0)
- Renamed SheetEdge#RIGHT to SheetEdge#EDGE_RIGHT. (35d6051)
- Made SheetDialog abstract base class and Sheet interface package-private. (0c35d1d)
- Add @RestrictTo annotations to restrict SheetEdge annotation interface. (e6ca949)
- Made SideSheetBehavior extendable. (f7b3aac)
SearchBar
- Fixed issue that caused the wrong component to be focused on automatically when talkback is active. (8cbfd20)
- Updated search bar/view UI to match spec and cleaned up the API. (d049b1b)
- Updated style to match updated M3 spec. (be8ff16)
- Fixed package path in developer documentation. (73c47c2)
- Refactored status bar spacer edge-to-edge detection to work based on insets (38605f4)
- Updated search demo to change search bar hint (fafee33)
- Updated Catalog demo to change search bar/view demo title. (df85be2)
Tabs
BottomAppBar
- Request layout for FAB when BAB changes so that FAB will always be aware of BAB changes (10fe695)
Transitions / Motion
- Motion tweaks (1236a90)
MaterialDatePicker
- Update text appearances (ffbf835)
Catalog
Documentation
Switch
- Update animations to use motion theming (b73cc61)
Other