Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump material from 1.4.0-alpha01 to 1.4.0-rc01 #37

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps material from 1.4.0-alpha01 to 1.4.0-rc01.

Release notes

Sourced from material's releases.

1.4.0-rc01

Dependency Updates

Dependency Previous version New version
androidx.core 1.5.0-rc01 1.5.0

Library Updates

  • CollapsingToolbarLayout
    • Fixed RTL text only laying out as RTL when actual text is RTL. (72b0c39ca01388713ead773e8b48034437f196bb)
    • Added experimental setRtlTextDirectionHeuristicsEnabled() method. (5af36434cf1234f382095319bed58ad4a1e71c65)
    • Fix title fade mode collapsing title position errors. (bab907f08e9af6522b3632934808885be418e796)
  • TextAppearance
    • Added a TextAppearanceConfig.shouldLoadFontSynchronously() check to allow forcing synchronous font loading for edge cases. (4e45c2cd202afa03b6ce47dfe508bc5f86652041)

Full list of changes

material-components/material-components-android@1.4.0-beta01...1.4.0-rc01

1.4.0-beta01

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 (0ad4a8df9b9285885ec2ce1c7fbe197e6c8a3e59)
  • TextInputLayout
    • Fixed cutout padding so text field outline doesn't overlap collapsed hint. (1c7b75fe1761175d0e580b15e0889c11d7759c75)
  • MaterialButton
    • Updated Material Button style to set the preferred maximum width to 320dp. (eb5453cd7ee0cc8e0610b57d39b44b26cd95f31e)
  • Documentation
    • Improving navigation rail documentation. (dabdef988de5cdf4a8be7a54b8c59052d16eec2a)
  • CollapsingToolbarLayout
    • Updated fade mode to allow expanded title to translate 1:1 with scrolling content. (1445e6df6e76de42ca7e11ef8f3f7a6db95d3ea1)
    • Added title line spacing and hyphenation frequency setters (3ea60e6ebb6fddb58c50e5606a8b1fef62484d0b)
    • Fixed multiline animation for fade title collapse mode (a29c93a598ee77eb7ef3ca9afec4bd4730d5a62d)
    • Updated default multiline hyphenation frequency to StaticLayout.HYPHENATION_FREQUENCY_NORMAL (2c45dcca0069c4e8cee2c2d4bb2ce01b1564913f)
    • Added support for multiline RTL when using fade title mode (ffef9f6e39ea39b4a6873d440d8809dc7d905a56)
    • Added getLineCount() method (c9f7a61fa4d19f591acafe63ec685df8ed111d07)
  • BottomAppBar
    • change cornersize to float to avoid truncation errors (7ffa57191506c84312cb3f8caeda6cadc88fc6be)
  • BottomSheet
    • read the edgeToEdgeEnabled value earlier in the lifecycle (9c842a21299cf3db7b6e7be7fa85bc7f6370f497)

... (truncated)

Commits
  • 5af3643 [CollapsingToolbarLayout] Added experimental setRtlTextDirectionHeuristicsEna...
  • bab907f [TopAppBar] Fix title fade mode collapsing title position errors.
  • 4e45c2c [TextAppearance] Added a TextAppearanceConfig.shouldLoadFontSynchronously() c...
  • d78235f [Gradle] Updated androidx.core dependency from 1.5.0-rc01 to 1.5.0 stable
  • 72b0c39 [CollapsingToolbarLayout] Fixed RTL text only laying out as RTL when actual t...
  • a096515 Updated library version to 1.4.0-rc01
  • 1445e6d [CollapsingToolbarLayout] Updated fade mode to allow expanded title to transl...
  • 982f74d [TextInputLayout] Fixed cutout padding so text field outline doesn't overlap ...
  • cee29e9 Automated g4 rollback of changelist 372177002
  • 3ea60e6 [CollapsingToolbarLayout] Added title line spacing and hyphenation frequency ...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 4, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #44.

@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/com.google.android.material-material-1.4.0-rc01 branch July 5, 2021 04:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants