Skip to content

1.13.0-alpha02

Latest
Compare
Choose a tag to compare
@dsn5ft dsn5ft released this 09 May 16:44

Dependency Updates

Dependency Previous version New version
androidx.transition 1.5.0-rc01 1.5.0

Library Updates

  • Badging
    • Deprecate autoAdjustToGrandparentBounds attribute since now badges automatically move within first ancestor view that does not clip children (0d265b7)
    • Adjust badges to fit within the bounds of the first ancestor view that clips its children to avoid getting cut off (3880efe)
  • BottomNavigationView
    • Modify test usage to use icon container so we don't have to special case the existence of the icon container (cf143d0)
  • BottomSheet
    • Prevents nested scroll from occurring in a scroll session when the bottom sheet is already being resized. (a7a234b)
  • Chip
    • Update Chip javadoc to reference CompoundButton.OnCheckedChangeListener instead of AppCompatCheckBox.OnCheckedChangeListener. (41eb087)
  • Dialog
    • Temporarily suppress RtlCompat lint for res/layout/mtrl_alert_select_dialog_singlechoice.xml (cadbd6a)
    • Temporarily suppress RtlCompat lint for res/layout/mtrl_alert_select_dialog_multichoice.xml (890053a)
  • Documentation
    • Update Getting Started instructions with latest requirements and info (5b6cf55)
  • MaterialButton
    • Fixed a bug of setting inner buttons in vertical layout. (7c9f372)
    • Added APIs to customize inside spacing and corner size between buttons. (fb4761c)
  • ProgressIndicator
    • Updated to draw the track in Circular indeterminate mode with an option to opt out this behavior. (cb5afbc)
    • Added demos for wave effects with new indeterminate motion. (c4cf6b2)
    • Added circular indeterminate animation options - advance (M3) and retreat (new). (373008a)
  • Tabs
    • Fix selected text appearance not being applied correctly. (500dae8)
  • TimePicker
    • Fix color of unselected state in AM/PM picker. (d04da7d)
  • Tokens
    • Update tokens to v4.0.0 (9b09b69)
  • Transitions / Motion
    • Update MaterialContainerTransform to use getLocationInWindow() instead of getLocationOnScreen() when calculating bounds (0429d44)
    • Update androidx transition dependency to 1.5.0 (d44a06c)
  • Other
    • Update library version to 1.13.0-alpha02 (2068592)
    • Update Maven library description to min sdk version of 19 (8f8c6ee)
    • [Drawable] Add constant state support to ScaledDrawableWrapper which fixes NPE crash in APIs <= 23 (9da9993)
    • Fixed stroke path calculation for custom interpolation start shape. (e4fbb84)
    • Add interpolation between default and an arbitrary corner radius for Android Material Views. (cc125d9)
    • Update font loading to load synchronously for system font families (25d189b)

Full list of changes

1.13.0-alpha01...1.13.0-alpha02