What's new
- SearchBar component is now available for use!
Dependency Updates
Dependency | Previous version | New version |
---|---|---|
compileSdkVersion | 32 | 33 |
Library Updates
BottomSheet
- Update motion attributes for bottom sheet dialog animation (1cdb371)
BottomNavigationView
- Remove elevation shadows (e393748)
Checkbox
- Update unselected outline color to ?attr/colorOnSurfaceVariant to match tokens. (5d261f5)
NavigationView
- Disable drawing left and right insets if the nav bar is not edge to edge (cb384c5)
ExposedDropdownMenu
- Dismiss modal popup in dismissDropDown (644d141)
Color
MaterialDatePicker
Chip
- Integrate Chip component tokens to Chip styles in M3. (cb65cc6)
Search
Tabs
NavRail
- Added design tokens for M3 NavigationRail Component. (d1b682f)
Catalog
A11y
- Improve TalkBack focus order when selecting a day (dff70c0)
Switch
- Update animations to use motion themeing. (3fc3ec1)
ExtendedFloatingActionButton
- Add a
extendToWrapContent
attribute that can disable the current eFAB behavior of extending to wrap content (thus allowingextend
to return to its original width before shrinking) (d5b41c1)
- Add a
Dialog
- Updated enter/exit animation to use fade pattern and motion tokens. (8d8a0d1)
Divider
- Change shouldDrawDivider from private to protected to allow for more user flexibility. (b08257b)
SideSheet
Button
- Use Layout to measure text width. (3b333ee)
Other