1.1.0-alpha01
- Typography Theming: All components updated to use the new Material type system
- Color Theming: All components updated to use the new Material color system
- Shape Theming: Infrastructure for the new Material shape system (components to be updated in upcoming release)
- Selection Controls: Added Material Checkbox, Radio Button, and Switch to support new theming systems
- Updated dark theme & color palette (
Theme.MaterialComponents
) - New Snackbar styling and behavior
- New Menu styling
- More flexible AlertDialog title and icon positioning (
alertDialogTitlePanelStyle
,alertDialogTitleIconStyle
, &alertDialogTitleTextStyle
) - BottomAppBar shadow + scale and slide FAB animations (
fabAnimationMode
) - Chip accessibility improvements
- AppBarLayout liftOnScroll support for non-sibling scrolling children (
liftOnScrollTargetViewId
) - MaterialCardView touch ripple + stroke and fill improvements
- Bug fixes and improvements