1.2.0-rc01
·
17 commits
to release-1.2
since this release
Dependency Updates
| Dependency | Previous version | New version |
|---|---|---|
| Android Gradle plugin | 3.3.2 | 4.0.0 |
Library Updates
Theming- Moved design widget styles back from Bridge to full themes (79cd057)
MaterialButtonMaterialShapeDrawable- Fixed exception with int division (d51ae67)
Slider- Fixed exception when restoring instance state (3101ef0)
- Moved static inner classes outside base slider class (a1e0883)
- Fixed number of values changing in RangeSlider (ca0110d)
- Changed slider thumbs to prevent crossing each other (e5430f9)
- Fixed keyboard navigation (49d4068, 134c73e)
- Changed slider to support very small widths (f8d0466)
TextInputLayoutMaterialDatePickerTransitions / Motion- Changed MaterialContainerTransform to skip transition instead of crash when no view bounds are found(0e41541)
- Fixed zero-length motion path container transform visual bug (b9d70d3)
- Added MaterialElevationScale transition (c438a26)
- Fix duplicate container transform when returning during Activity transitions (889fca5)
MaterialAutoCompleteTextViewA11y- Changed the editable exposed dropdown menu's a11y class name to be EditText instead of a drop down since the primary action for the user is to type (a97a555)
CollapsingToolbarLayoutChip- Fixed font paddings alignment (b1dfadb)
ExtendedFloatingActionButton- Fixed ripple issue (47ab850)
BottomSheet- Updated peek height gesture inset behavior to only add extra inset if necessary (2664ee9)
Other