pekingme
released this
17 Oct 19:32
·
21 commits
to master
since this release
Important
- Required
minSdkVersion
is now 21 or higher.
Dependency Updates
- None
Library Updates
A11y
BottomNavigationView
- Added new textviews for horizontal textview instead of moving it between layouts. (13dbcfc)
BottomSheet
- Added new non-expandable demo for debugging. (ade1437)
Carousel
- Made
KeylineState.Builder
constructor public for customizing strategies. (885f3b7)
- Made
Catalog
- Added initial catalog demo for Floating Toolbar. (541433b)
- Fixed issue with ListPopupWindow a11y. (90ab51e)
- Changed checkboxes in checkbox demo to be displayed vertically since there isn't enough horizontal space when font is large. (38124d1)
- Removed horizontal padding from toolbar demo. (75c1d30)
- Fixed toolbar close button not having a content description. (43b0e46)
- Fixed issue with TextField demo getting cut off in horizontal orientation. (81907eb)
Color
- Integrated extended palettes. (0ea7b58)
Documentation
MaterialButton
- Made the "checked" state independent to the "enabled" state. (dac7d5a)
MaterialDatePicker
- Fixed contrast for hint color. (f141ed3)
- Updated string translations for date picker and loading indicator. (18fd815)
- Properly announce selected year. (d049a42)
- Properly announce the change of selection between year/day. (c06ef1b)
- Updated header layout to include horizontal insets so that buttons are not overlapped by navigation system UI in fullscreen mode. (8932a81)
NavigationRail
- Added scrollingEnabled attribute and update NavigationRail to have unlimited items when expanded while keeping the limit of 7 items while collapsed, and add demo to catalog. (cc09ce8)
- Fixed issue where top padding was not respected if menu gravity was center or bottom in certain scenarios. (c08ee83)
NavigationView
- Changed navigation item pointer icon to arrow instead of hand, since they are not external links. (8f5a04c)
Predictive Back
- Added safety checks for float != NaN. (1106890)
ProgressIndicator
- Added top and bottom paddings to ensure the focus indicator (green box with talkback) to draw properly in catalog. (d164796)
Search
Slider
- Made sure label is removed with slider is hidden. (9bf5edd)
- Updated to show tooltips when focus by a11y. (237f5ec)
- Fixed an exception caused by DecimalFormat not taking into account locale. (1f56cd1)
- Fixed a scroll demo fragment to have more granular steps. (0443585)
- Limit values to 2 decimals in the content description. (cebb057)
TextInputLayout
Tokens
- Upgraded to 10.0.1. (47cbd7e)
Transitions / Motion
- Removed API 21 sections from documentation. (b11064c)
Other
- Updated to 1.13.0-alpha07. (fa51cb9)