Skip to content

1.13.0-alpha03

Latest
Compare
Choose a tag to compare
@pekingme pekingme released this 06 Jun 20:46

Dependency Updates

None

Library Updates

  • Badging
    • Removed BadgeUtils.USE_COMPAT_PARENT (28dc750)
    • Added badgeFixedEdge attribute to BadgeDrawable. (9451acd)
  • BottomNavigationView
    • Added new itemIconGravity attribute (abb6e91)
    • Modified NavigationBarView to match more to specs and restructuring layout to prepare for expressive changes (60a525a)
  • BottomSheet
    • Updated to recycle the TypedArray after usage (a89e38c)
  • Catalog
    • Fixed to edge to edge behaviour for catalog (4acd570)
    • Selected text color based on optimal contrast against background (b301a58)
  • CollapsingToolbarLayout
    • Fixed issues related to rotating multiline collapsing toolbars (2bc1a2f)
  • Documentation
    • Updated doc with more info on SearchView EditText and nested content (cb5dc7f)
    • Fixed anchors. (9a39e22)
    • Fixed wrong divider color (fdc7472)
  • MaterialButton
    • Renamed insideCorner to innerCorner. (63bb499)
  • MaterialDatePicker
    • Fixed arrangement of range text fields (501ae36)
  • NavigationRail
    • Added item spacing attribute (99e8044)
    • Added new attributes for NavigationRail to control the top margin of the nav rail content, and the margin in between the optional header and the menu items (801ccab)
  • NavigationView
    • Fixed section label alignment in RTL. (8edae9b)
    • Fixed subheader and divider insets and use relative listPreferredItemPaddings. (26bfdd2)
  • Predictive Back
    • Updated SearchView and NavigationView to unregister back callbacks when detached from window (d13bfdf)
  • ProgressIndicator
    • Fixed ArithmeticException when calculating the phase (ce00ba3)
  • Slider
    • Fixed the handle width when touched in a scrolling container and when more than one handle is in the touch position. (d85b73f)
  • TimePicker
    • Prevent the accumulation of listeners in rotationAnimator (182a507)
  • Other
    • Marked library version to 1.13.0-alpha03. (7eb2d06)
    • Updated string translations (9b6ceac)
    • Removed redundant version checks for api <= 19. (b3fe6a7)

Full list of changes

1.13.0-alpha02...1.13.0-alpha03