Bug fix release
Library Updates
Slider
BottomSheet
- Fixed issue where peekHeight is more than the height of the contents (bb0bfe1)
- Changed bottom gesture inset handling to ensure a minimum peek height with a buffer built in, instead of always adding the inset to the peek height (when gesture nav is enabled) (53d49e3)
- Added missing defensive checks to viewDragHelper calls (775d286)
Transitions / Motion
ShapeableImageView
- Fixed shadows for non round rects (821bf26)
MaterialCardView
- Fixed NPE if android:onClick is defined in the layout (475e63b)
NavigationView
- Fixed obtaining Activity in setupInsetScrimsListener (8059ac1)
Other
- Removed re-throw of exception on ViewOverlayApi14 (bc7b108)
Full list of changes
https://github.com/material-components/material-components-android/compare/1.2.0..1.2.1