Skip to content

1.13.0-alpha01

Compare
Choose a tag to compare
@imhappi imhappi released this 17 Apr 22:03

Dependency Updates

None

Library Updates

  • BottomSheet
    • Allow dragging the sheet on overscroll when draggableOnNestedScroll=false (d056cc3)
    • Add ability to disable dragging/expanding/collapsing the sheet when touching/scrolling the nested scrolling child view (a35b6b8)
  • Carousel
    • Prevent scrolling if there's less items than focal keylines (8c541e6)
    • Support unclipped padding for uncontained variant of carousel (9393b97)
    • Fix a11y issue with switch access highlighting incorrect bounds (d885242)
  • Catalog
    • Fix slider value out of bounds crash in carousel demos caused by state restore happening after resetting slider values (c600b38)
    • Removed translatable="false" for all strings with descriptions. (a2d9bac)
  • Dialog
    • Updated docs to have a short description of each available dialog theme overlay (0a21fe7)
  • Predictive Back
    • Update predictive back animations to use interpolation curve of (0.1, 0.1, 0, 1) (136a685)
  • ProgressIndicator
    • Improved cold start performance. (c153139)
    • Added ramping animation to wave amplitude for both Linear and Circular types. (roll forward) (23bcd50)
    • Added demos for wave effects with wave speed. (0849c14)
    • Improved the smoothness of the animation when inactive track's ends are close. (2a80e16)
    • Applied a workaround in Circular counter-clockwise. (e8452fb)
    • Added waggle animation (wave speed) to active indicator in both Linear and Circular types. (roll forward) (b50cb1e)
    • Added ramping animation to wave amplitude for both Linear and Circular types. (627d141)
    • Added waggle animation (wave speed) to active indicator in both Linear and Circular types. (0f47e78)
    • Added demos for wave effects. (b32512a)
    • Refactored the catalogs for more demos in future. (b61ab85)
    • Updated outdated string description in the catalog. (747fe8c)
    • Added wavy active indicator drawing for circular type. (da108f3)
    • Updated the default value of wavelength and setters of wavelength and amplitude. (e2cc0bb)
  • Search
    • Add start delay to scrim animation during SearchBar to SearchView expand to reduce visual noise (b77b141)
    • Update back arrow to be auto mirrored for RTL (b56afa7)
  • TimePicker
    • Make ClockFaceView not focusable (d2831cb)
    • Only clear hour/minute fields when a digit is entered (4f21b95)
  • TopAppBar
    • Allow scrolling up when the app bar is lifted. (3e866b8)
    • Fixed compress effect when toolbar is set as a support action bar and hiddin/shown. (17855c1)
  • Other
    • Updating library version to 1.13.0-alpha01 (51f7d5d)

Full list of changes

1.12.0-rc01...1.13.0-alpha01