What's new
- Carousel is now available for use!
Dependency Updates
- No dependency updates.
Library Updates
Carousel
SideSheet
- Add SideSheetCallback listener to SideSheetBehavior to track @SheetState state change events (2468d6c)
- Disabled lift on scroll in Side Sheet demo. (e92414c)
- Renamed references to "outwards" to "outer". (8e12e31)
- Renamed private calculateSlideOffsetBasedOnOutwardEdge method to calculateSlideOffset in SheetDelegate and RightSheetDelegate. (e88e341)
- Added accessibilityPaneTitle to side sheet. (3b61327)
- Integrated tokens. (e7d757a)
- Removed unused methods in SheetDialog and SideSheetDialog. (af16b05)
- Add detached variant of modal side sheet. (ad3cf5a)
- Added detached variants of standard and coplanar sheets. (938105a)
- Fixed issue where sheet would jump to the far edge of the screen in RTL without temporary fix. (2fd2d66)
- Added modal side sheet documentation. (2e9b39f)
- Added explicit style definition to coplanar sheet catalog demo. (2752958)
- Updated close sheet button content description in catalog. (7096161)
- Added coplanar side sheet with APIs for setting a coplanar sibling view. (bc61d6d)
- Set accessibility focus to the side sheet when expanded. (48a3a75)
- Release Side Sheet catalog demo. (1081537)
- Rebrand "Adaptive Sheets" demo to "Side Sheet". (f0a0538)
- Fix vertically scrolling sheet swipe issue by deleting most of the nested scrolling code (401527f)
- Cancel modal side sheet scrim on STATE_HIDDEN. (d481ddd)
- Restrict SheetDialog methods from the public API surface and rename getDismissWithAnimation. (c64f572)
- Renamed SheetEdge#RIGHT to SheetEdge#EDGE_RIGHT. (2ab5430)
- Made SheetDialog abstract base class and Sheet interface package-private. (0f9c6fc)
- Add @RestrictTo annotations to restrict SheetEdge annotation interface. (6476acd)
- Made SideSheetBehavior extendable. (b384b9b)
Tokens
- Integrated tokens. (bf188c7)
- Integrated tokens. (0f0b93c)
- Integrated tokens. (2f7a700)
- Upgraded to version v0.147. (2019bf9)
- Upgraded to v0.145 (17e3581)
- Omitted more comments when configuration specifies no comments. (b9963a5)
- Internal update. (8eb4aeb)
- Upgraded to v0.142 (8ee6c00)
- Upgraded to v0.141 (12ef329)
- Internal updates. (b2b546b)
Badging
- Integrated component tokens. (03bd77f)
MaterialCardView
- Integrated M3 tokens. (bf7b3c2)
TopAppBar
Tabs
Material 3
BottomAppBar
Color
- Internal color updates (b892849)
- Internal Color changes. (e7e9747)
- Added support for missing color roles. (169bbca)
- Updated content color implementation. (1825b04)
- Internal Changes (bd89d83)
- Added framework color roles support for content color (ce68ec6)
- Internal changes (94c73cc)
- Added tonal surface color theme attributes and updated themes. (989d574)
- Interal changes (ef76670)
Catalog
- Fix CardSelectionModeActivity sample (4bd5e61)
- Applied edge-to-edge to modal side sheet (ee00523)
- Fix incorrect time stamps (86fc5fa)
- Updated search demo to change search bar hint (30cc7ce)
- Updated Catalog demo to change search bar/view demo title. (4bff273)
- Applied edge-to-edge to preferences bottom sheet (695fb4a)
Menu
- Integrated tokens. (40c8b5c)
Slider
TimePicker
Transitions / Motion
- Motion tweaks (dfb9e81)
MaterialDatePicker
A11y
Switch
- Use MaterialSwitch instead of SwitchCompat in Catalog. (68688e9)
BottomNavigationView
- Expose getMenuView (acfd97f)
NavigationView
- Integrated tokens. (8c8db7e)
Dialog
- Integrated tokens. (f8eca49)
RadioButton
- Integrated tokens. (7f0db1a)
Documentation
- Updated inaccurate anatomy diagram labels and a couple of other minor tweaks. (d5a3701)
- Add note about the minimum library version required to use the Search and Side Sheets components. (dcf2487)
- Remove smart characters from doc comments (87ce239)
- Added coplanar side sheet documentation. (07354f9)
- Added warning about known issue in slider where label doesn't scroll along with the screen. (6c85b59)
- Internal change (3dbffd3)
- Update documentation (eebd04e)
- Fixed package path in developer documentation. (ee52406)
Other