Skip to content

1.12.0-alpha03

Compare
Choose a tag to compare
@pekingme pekingme released this 10 Jan 22:07
· 126 commits to master since this release

Dependency Updates

  • None

Library Updates

  • Carousel
    • Shifted keylines in contained strategies when there exists padding, and clipToPadding=false (1ef42e2)
    • Fixed Javadoc formatting error in FullScreenCarouselStrategy class documentation. (a0a1c6e)
    • Added support for cross axis wrap_content RecyclerViews (e88a1b9)
  • Catalog
    • Fixed flickering AppBarLayout in Navigation Rail demo (c695802)
    • Updated the Search Bar demo to scroll away with content (392acf9)
    • Added a ProgressIndicator demo for using multiple indicator colors in Catalog. (cd0d94e)
    • Added a ProgressIndicator demo for visibility control. (5d62e9e)
    • Updated the main ProgressIndicator demo in Catalog. (ba0b332)
    • Removed old ProgressIndicator demos. (701d5c2)
    • Fixed some lint errors (d9796eb)
  • Documentation
    • Added a section in the Color doc for proper tonal surface color resolving. (bb35129)
    • Added note about MaterialButton icon button performance and alternatives (0748414)
    • Updated demos and doc to use AppBarLayout app:statusBarForeground in order to avoid overlap between SearchBar and status bar content (90d6583)
    • Fixed API reference link of FloatingActionButton (90e15d8)
    • Updated ProgressIndicator documentation for new Accessibility updates (7e9318e)
  • Predictive Back
    • Animated corners during predictive back when no drawerLayoutCornerSize is set (c8b9b1c)
  • ProgressIndicator
    • Added ActiveIndicator to improve readability. (6fd920a)
    • Fixed ESCAPE animation in linear and added ESCAPE animation in circular. (98284e7)
    • Updated to use the same drawing delegate object between determinate drawable and indeterminate drawable to prevent inconsistent drawings when specs update. (52b4845)
    • Added missing graphics updates when spec changes. (93b3010)
    • Update styles for new Accessibility updates (15b533f)
  • Search
    • Made searchbar_scrolling_view_behavior string public (ce386e4)
  • SideSheet
    • Moved the modal side sheet default width/height into style so they can be customized (3b278d7)
  • Slider
  • Release
    • Updated lib version to 1.12.0-alpha03 in gradle. (a2309ce)

Full list of changes

1.12.0-alpha02...1.12.0-alpha03