Skip to content

1.4.0-beta01

Compare
Choose a tag to compare
@ymarian 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
    • read the edgeToEdgeEnabled value earlier in the lifecycle (9c842a2)
    • Adding a max width for bottom sheets to optimize for large screens. (63d01aa)
  • Other
    • Update compile sdk version to 30 (1234385)
    • Updated TextAppearance to load font synchronously if its cached. Also updates lib to depend on 1.5.0-rc01 for the
      ResourcesCompat#getCachedFont method. (d301145)

Full list of changes

1.4.0-alpha02...1.4.0-beta01