Bump material from 1.3.0 to 1.4.0 #345

Merged
dependabot[bot] merged 1 commits from dependabot/gradle/com.google.android.material-material-1.4.0 into develop 2021-07-05 09:58:49 +02:00
dependabot[bot] commented 2021-07-05 06:17:07 +02:00 (Migrated from github.com)

Bumps material from 1.3.0 to 1.4.0.

Release notes

Sourced from material's releases.

1.4.0

What's new since 1.3.0

  • NavigationRailView (Docs)
  • Motion theming (Docs)

Other highlights

  • Support for centered titles in MaterialToolbar (cbf528e3a6deaa2bc39d0836b3a850b27c2ada49)
  • Max width for MaterialButtons (eb5453cd7ee0cc8e0610b57d39b44b26cd95f31e)
  • Max width for BottomSheets (63d01aa2686d56b165e9131265a449d810359695)
  • Updated edge-to-edge support for BottomSheet (c15139a5c3f685ff8c0e64857fdac4b2afc49abc) (b163458a3a7919d7b7c76de81a7a9b5c940c8def) (c574e9ea23a6f54f7e0582495f9a9d3691b6af22) (28c3254d2a9d51a76ef25aa245a6a140536bcdb6)
  • TextField's collapsed hint background no longer overlap with the field's background color (6015a4e901dc55a02f86e12703820d520684f95e)

Dependency Updates

Dependency Previous version New version
compileSdkVersion 29 30
androidx.core 1.2.0 1.5.0

Full list of changes

https://github.com/material-components/material-components-android/compare/1.3.0...1.4.0

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

https://github.com/material-components/material-components-android/compare/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

... (truncated)

Commits
  • 1b36365 [CollapsingToolbarLayout] Added option to add extra height when title text sp...
  • 245ffe7 [CollapsingToolbarLayout] Added option to force always applying system window...
  • 6f28838 [CollapsingToolbarLayout] Fixed multiline RTL collapsed title text position
  • 3a76417 Update library version to 1.4.0
  • 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
  • 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)
Bumps [material](https://github.com/material-components/material-components-android) from 1.3.0 to 1.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/material-components/material-components-android/releases">material's releases</a>.</em></p> <blockquote> <h2>1.4.0</h2> <h1>What's new since 1.3.0</h1> <ul> <li><code>NavigationRailView</code> (<a href="https://github.com/material-components/material-components-android/blob/master/docs/components/NavigationRail.md">Docs</a>)</li> <li>Motion theming (<a href="https://github.com/material-components/material-components-android/blob/master/docs/theming/Motion.md#theming">Docs</a>)</li> </ul> <h2>Other highlights</h2> <ul> <li>Support for centered titles in <code>MaterialToolbar</code> (cbf528e3a6deaa2bc39d0836b3a850b27c2ada49)</li> <li>Max width for <code>MaterialButton</code>s (eb5453cd7ee0cc8e0610b57d39b44b26cd95f31e)</li> <li>Max width for <code>BottomSheet</code>s (63d01aa2686d56b165e9131265a449d810359695)</li> <li>Updated edge-to-edge support for <code>BottomSheet</code> (c15139a5c3f685ff8c0e64857fdac4b2afc49abc) (b163458a3a7919d7b7c76de81a7a9b5c940c8def) (c574e9ea23a6f54f7e0582495f9a9d3691b6af22) (28c3254d2a9d51a76ef25aa245a6a140536bcdb6)</li> <li><code>TextField</code>'s collapsed hint background no longer overlap with the field's background color (6015a4e901dc55a02f86e12703820d520684f95e)</li> </ul> <h2>Dependency Updates</h2> <table> <thead> <tr> <th>Dependency</th> <th>Previous version</th> <th>New version</th> </tr> </thead> <tbody> <tr> <td>compileSdkVersion</td> <td>29</td> <td>30</td> </tr> <tr> <td>androidx.core</td> <td>1.2.0</td> <td>1.5.0</td> </tr> </tbody> </table> <h2>Full list of changes</h2> <p><a href="https://github.com/material-components/material-components-android/compare/1.3.0...1.4.0">https://github.com/material-components/material-components-android/compare/1.3.0...1.4.0</a></p> <h2>1.4.0-rc01</h2> <h2>Dependency Updates</h2> <table> <thead> <tr> <th>Dependency</th> <th>Previous version</th> <th>New version</th> </tr> </thead> <tbody> <tr> <td>androidx.core</td> <td>1.5.0-rc01</td> <td>1.5.0</td> </tr> </tbody> </table> <h2>Library Updates</h2> <ul> <li><code>CollapsingToolbarLayout</code> <ul> <li>Fixed RTL text only laying out as RTL when actual text is RTL. (72b0c39ca01388713ead773e8b48034437f196bb)</li> <li>Added experimental setRtlTextDirectionHeuristicsEnabled() method. (5af36434cf1234f382095319bed58ad4a1e71c65)</li> <li>Fix title fade mode collapsing title position errors. (bab907f08e9af6522b3632934808885be418e796)</li> </ul> </li> <li><code>TextAppearance</code> <ul> <li>Added a TextAppearanceConfig.shouldLoadFontSynchronously() check to allow forcing synchronous font loading for edge cases. (4e45c2cd202afa03b6ce47dfe508bc5f86652041)</li> </ul> </li> </ul> <h2>Full list of changes</h2> <p><a href="https://github.com/material-components/material-components-android/compare/1.4.0-beta01...1.4.0-rc01">https://github.com/material-components/material-components-android/compare/1.4.0-beta01...1.4.0-rc01</a></p> <h2>1.4.0-beta01</h2> <h4>Compile SDK Version changed to API 30.</h4> <h2>Dependency Updates</h2> <table> <thead> <tr> <th>Dependency</th> <th>Previous version</th> <th>New version</th> </tr> </thead> <tbody> <tr> <td>androidx.core</td> <td>1.2.0</td> <td>1.5.0-rc01</td> </tr> </tbody> </table> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/material-components/material-components-android/commit/1b3636552c4e0eb7fc12bfb55c7b9f6fbc39faae"><code>1b36365</code></a> [CollapsingToolbarLayout] Added option to add extra height when title text sp...</li> <li><a href="https://github.com/material-components/material-components-android/commit/245ffe72368be98d73909227732299b869a6a36a"><code>245ffe7</code></a> [CollapsingToolbarLayout] Added option to force always applying system window...</li> <li><a href="https://github.com/material-components/material-components-android/commit/6f28838185b4696fcc42d08fc855525de2b8d0ea"><code>6f28838</code></a> [CollapsingToolbarLayout] Fixed multiline RTL collapsed title text position</li> <li><a href="https://github.com/material-components/material-components-android/commit/3a76417f495bba0a0ac4a3f478f57f779ac7202d"><code>3a76417</code></a> Update library version to 1.4.0</li> <li><a href="https://github.com/material-components/material-components-android/commit/5af36434cf1234f382095319bed58ad4a1e71c65"><code>5af3643</code></a> [CollapsingToolbarLayout] Added experimental setRtlTextDirectionHeuristicsEna...</li> <li><a href="https://github.com/material-components/material-components-android/commit/bab907f08e9af6522b3632934808885be418e796"><code>bab907f</code></a> [TopAppBar] Fix title fade mode collapsing title position errors.</li> <li><a href="https://github.com/material-components/material-components-android/commit/4e45c2cd202afa03b6ce47dfe508bc5f86652041"><code>4e45c2c</code></a> [TextAppearance] Added a TextAppearanceConfig.shouldLoadFontSynchronously() c...</li> <li><a href="https://github.com/material-components/material-components-android/commit/d78235f1872d513ec4e34c3f33d063f6aa6c58e4"><code>d78235f</code></a> [Gradle] Updated androidx.core dependency from 1.5.0-rc01 to 1.5.0 stable</li> <li><a href="https://github.com/material-components/material-components-android/commit/72b0c39ca01388713ead773e8b48034437f196bb"><code>72b0c39</code></a> [CollapsingToolbarLayout] Fixed RTL text only laying out as RTL when actual t...</li> <li><a href="https://github.com/material-components/material-components-android/commit/a09651512693167478be7a1efc6f74344579b0b8"><code>a096515</code></a> Updated library version to 1.4.0-rc01</li> <li>Additional commits viewable in <a href="https://github.com/material-components/material-components-android/compare/1.3.0...1.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.android.material:material&package-manager=gradle&previous-version=1.3.0&new-version=1.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
Amab (Migrated from github.com) approved these changes 2021-07-05 09:58:42 +02:00
Sign in to join this conversation.
No description provided.