Skip to content

1.12.0-alpha02

Compare
Choose a tag to compare
@hunterstich hunterstich released this 06 Dec 17:57

Important

Required minSdkVersion is now 19 or higher, for Material and AndroidX (blog post).

Dependency Updates

Dependency Previous version New version
androidx.transition 1.2.0 1.5.0-alpha04

Library Updates

  • Carousel
    • Added documentation recommending snapping for multi-browse strategy (9e64a1f)
  • Catalog
    • Fixed issue with locked orientation with fullscreen carousel (54d2c8b)
    • Fixed top app bar in demos using activities (d033733)
    • Fixed issue with top app bar not lifting in catalog demo fragments (22aadb7)
  • Checkbox
    • Updated string translations for checkbox, search, and sidesheet (198e08c)
  • MaterialAutoCompleteTextView
    • Enabled switch access in MaterialAutoCompleteTextView. (14a7b40)
  • NavigationRail
    • Added label padding for when the label is long enough to reach the sides of the nav rail
    • Increased padding in between items as per design specs (16eca7e)
      (2439dc0)
  • ProgressIndicator
    • Added static drawable for Circular type when system animator is disabled. (22e054b)
  • Slider
    • Fixed slider label not moving while scrolling (144b515)
  • TextInputLayout
    • Limited the min height reset in text change listener only when line count changes. (9b9449c)
  • Transitions / Motion
    • Added predictive transition support for fragments and views to the Material motion library, and enabled it in shared axis fragment transition demo. (8ccec33)

Full list of changes

1.12.0-alpha01...1.12.0-alpha02