1.4.0-beta01
ymarian
released this
07 May 19:23
·
10 commits
to release-1.4
since this release
Compile SDK Version changed to API 30.
Dependency Updates
Dependency | Previous version | New version |
---|---|---|
androidx.core | 1.2.0 | 1.5.0-rc01 |
Library Updates
NavigationBarView
- Moves OnNavigationItem listeners to the NavigationBarView class (0ad4a8d)
TextInputLayout
- Fixed cutout padding so text field outline doesn't overlap collapsed hint. (1c7b75f)
MaterialButton
- Updated Material Button style to set the preferred maximum width to 320dp. (eb5453c)
Documentation
- Improving navigation rail documentation. (dabdef9)
CollapsingToolbarLayout
- Updated fade mode to allow expanded title to translate 1:1 with scrolling content. (1445e6d)
- Added title line spacing and hyphenation frequency setters (3ea60e6)
- Fixed multiline animation for fade title collapse mode (a29c93a)
- Updated default multiline hyphenation frequency to StaticLayout.HYPHENATION_FREQUENCY_NORMAL (2c45dcc)
- Added support for multiline RTL when using fade title mode (ffef9f6)
- Added getLineCount() method (c9f7a61)
BottomAppBar
- change cornersize to float to avoid truncation errors (7ffa571)
BottomSheet
Other