github material-components/material-components-android 1.2.0-rc01

latest releases: 1.12.0, 1.13.0-alpha01, 1.12.0-rc01...
3 years ago

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)
  • MaterialButton
    • Avoid updating the checked state of any child buttons during onPressedChanged callback. (ed66710)
    • Fixed MaterialButton$SavedState ClassNotFoundException (c2addf1)
  • MaterialShapeDrawable
    • 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)
  • TextInputLayout
    • Fixed padding for prefix/suffix and label in RTL being wrong (a2a238a)
    • Fixed clear icon and placeholder text being displayed when the text field is initialized with input text (1b6bb89)
  • MaterialDatePicker
    • Removed proguard-recyclerview rule (d8a8569)
    • Fixed crash when GridView has not rendered the last child (0bcf9d4)
    • Fixed issue that caused highlighting the wrong day as today (d9b9874)
    • Updated MaterialDatePicker unit tests to make them deterministic (b45b8ed)
  • Transitions / 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)
  • MaterialAutoCompleteTextView
    • NullPointerException on Meizu devices closes #1347 (f5708f7)
  • A11y
    • 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)
  • CollapsingToolbarLayout
    • Fixed slight misalignment during transition in multiline mode (f248f60)
    • Fixed multiline position (491f1bc)
    • Fixed calculation of expanded bounds (b545ae8)
  • Chip
    • Fixed font paddings alignment (b1dfadb)
  • ExtendedFloatingActionButton
  • BottomSheet
    • Updated peek height gesture inset behavior to only add extra inset if necessary (2664ee9)
  • Other
    • Update gradle version (ecf6352)
    • Added @color/material_on_surface_stroke to res-public (943234f)

Full list of changes

1.2.0-beta01...1.2.0-rc01

Don't miss a new material-components-android release

NewReleases is sending notifications on new releases.