Skip to content

Commit

Permalink
Update dependency com.google.android.material:material to v1.13.0-alp…
Browse files Browse the repository at this point in the history
…ha06 (#1679)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.google.android.material:material](https://redirect.github.com/material-components/material-components-android)
| `1.13.0-alpha05` -> `1.13.0-alpha06` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.android.material:material/1.13.0-alpha06?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.android.material:material/1.13.0-alpha06?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.android.material:material/1.13.0-alpha05/1.13.0-alpha06?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.android.material:material/1.13.0-alpha05/1.13.0-alpha06?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>material-components/material-components-android
(com.google.android.material:material)</summary>

###
[`v1.13.0-alpha06`](https://redirect.github.com/material-components/material-components-android/releases/tag/1.13.0-alpha06)

[Compare
Source](https://redirect.github.com/material-components/material-components-android/compare/1.13.0-alpha05...1.13.0-alpha06)

#### Important

-   Required `minSdkVersion` is now 21 or higher.

#### Dependency Updates

| Dependency | Previous version | New version |
| - | - | - |
| androidx.graphics:graphics-shapes | N/A | 1.0.1 |

#### Library Updates

-   `A11y`
- Fixed incorrect A11y class name in child button added in single
selection group.
([`ac1a000`](https://redirect.github.com/material-components/material-components-android/commit/ac1a00021c7ab94332069503adef57069c6899a2))
- Set the accessibility pane title right before the Snackbar's
appearance to resolve an event stream issue
([`31f8015`](https://redirect.github.com/material-components/material-components-android/commit/31f80151a99cebb7ad37a4965d479b461eadbfcb))
-   `Badging`
- Fixed issue where menu item content description is not reset after
clearing badge content
([`7628351`](https://redirect.github.com/material-components/material-components-android/commit/762835145c692eda8275b75164bf3a09c370f2ab))
-   `BottomNavigationView`
- Re-implemented exclusive checkability to encompass whole menu, instead
of just the current menu
([`544180a`](https://redirect.github.com/material-components/material-components-android/commit/544180ae295b7ede68dfac5d986d8cc64f9f5c15))
- Updated item pool to be the size of the menu
([`5378d52`](https://redirect.github.com/material-components/material-components-android/commit/5378d52fad293b6ecfb7452bd813b8f149376949))
-   `Catalog`
- Added more variants in catalog.
([`2901dca`](https://redirect.github.com/material-components/material-components-android/commit/2901dca95e739c9321bc32f65b3b6d0f836c43a3))
-   `Dialog`
- Reduced insets for Material Alert Dialog to 10dp for screens with
minimum height less than h480dp.
([`bedc6bd`](https://redirect.github.com/material-components/material-components-android/commit/bedc6bddcfd70dc049ebfa104cd70a0d827527e4))
-   `Documentation`
- Updated docs to use M3 screenshots
([`07d2584`](https://redirect.github.com/material-components/material-components-android/commit/07d2584c1e33ae27d2dbbb57a1e7288dc5846ea6))
- Fixed links in the dev doc.
([`b3e12f9`](https://redirect.github.com/material-components/material-components-android/commit/b3e12f9e5589a1202faf20276bc032928bb365de))
- Updated width
([`94e54e4`](https://redirect.github.com/material-components/material-components-android/commit/94e54e49949ac8a3fd2e17d80c75b257dec2eedb))
- Updated color table script to modify the table header's capitalization
based on dev doc review feedback.
([`04804eb`](https://redirect.github.com/material-components/material-components-android/commit/04804eb9571a5e2f248a41c9f4c9b3664a2bbd08))
-   `FloatingActionButton`
- Added an accessibility role to FloatingActionButton and
ExtendedFloatingActionButton.
([`f3aacd7`](https://redirect.github.com/material-components/material-components-android/commit/f3aacd7bc6f1a386c9f8762d5b7532363646566c))
-   `MaterialButton`
- Integrated tokens.
([`e40bc47`](https://redirect.github.com/material-components/material-components-android/commit/e40bc47bb6738fa07c2f5a61b3a754c59195b04e))
- Integrated new tokens.
([`5274e55`](https://redirect.github.com/material-components/material-components-android/commit/5274e5513313068c0efd4b92ba94bbe259cc2d3f))
- Integrated new tokens.
([`7bccdc2`](https://redirect.github.com/material-components/material-components-android/commit/7bccdc2356a7a6d48ccc4765e35fc7bd20dae624))
- Updated the icon in catalog and test to filled for non-toggle buttons.
([`d408906`](https://redirect.github.com/material-components/material-components-android/commit/d408906efe001ddd74fa97a1edc0b18b7a4077b9))
- Added a new component ButtonGroup.
([`29ce8d3`](https://redirect.github.com/material-components/material-components-android/commit/29ce8d32c33a42127bace84506120fb70d5b6deb))
- Updated spring damping and stiffness for MaterialButton.
([`cfef899`](https://redirect.github.com/material-components/material-components-android/commit/cfef899cdabd1a70b46261271d5c861d98b67e49))
- Refactored the main demo.
([`4efcf87`](https://redirect.github.com/material-components/material-components-android/commit/4efcf870ffe6ca5da9747051506f5be4786541ce))
-   `NavigationRail`
- Added submenu support
([`9285220`](https://redirect.github.com/material-components/material-components-android/commit/928522087b5b9cb22568952ff9b810161510fcbf))
-   `NavigationView`
- Added start/end scrim enable/disable methods
([`1795035`](https://redirect.github.com/material-components/material-components-android/commit/179503512f71c21d9cf0d6525b276220d254b088))
-   `Shapes`
- Refined shapes in MaterialShapes.
([`35cc084`](https://redirect.github.com/material-components/material-components-android/commit/35cc0847003aa837d32349ce687f39bd8f09d69c))
- Moved utility functions for MaterialShapes to MaterialShapes.
([`f46c78c`](https://redirect.github.com/material-components/material-components-android/commit/f46c78cbae973c953a4313d540c6136d5e76387a))
- Added Material endorsed shapes.
([`21ba18a`](https://redirect.github.com/material-components/material-components-android/commit/21ba18a4af0f81c1af88b697c88bbf97ea7d1bdd))
-   `Slider`
- Fixed slider label not moving
([`967dcd5`](https://redirect.github.com/material-components/material-components-android/commit/967dcd5e071773c2d54ab499065b6690524b5752))
-   `Tokens`
- Upgraded to 8.0.0.
([`87076dd`](https://redirect.github.com/material-components/material-components-android/commit/87076dd20bb3ee5fdb9cc3955e6a8da8d4f898a0))
- Upgraded to 7.1.0.
([`9188b8f`](https://redirect.github.com/material-components/material-components-android/commit/9188b8f6ab0fbf600a5f4fbd1c1478f5aa384563))
- Integrated tokens.
([`6cc5750`](https://redirect.github.com/material-components/material-components-android/commit/6cc5750cd33080ee5b71db4630173e445be625f7))
- Upgraded to 7.0.0
([`b65df32`](https://redirect.github.com/material-components/material-components-android/commit/b65df32b0f6fee071838514a790cf49313df5eb7))
- Upgraded to v6.1.0.
([`8731cad`](https://redirect.github.com/material-components/material-components-android/commit/8731cad96af56fbd70e9c46daee1d3b93e78edba))
- Upgraded to v5.0.0.
([`da0b738`](https://redirect.github.com/material-components/material-components-android/commit/da0b7386799e8f368b0d77c91835559db0630dd7))
- Token integration
([`f19ab5e`](https://redirect.github.com/material-components/material-components-android/commit/f19ab5e9cef8006c825b36b4ecd533ade6990935))
-   `Typography`
- Updated typography catalog demo
([`64a455e`](https://redirect.github.com/material-components/material-components-android/commit/64a455e4a223e9531a5887c984c936e1454ad1ef))
- Added emphasized typography styles
([`25083f4`](https://redirect.github.com/material-components/material-components-android/commit/25083f45189a68e5b56ad4d7c6ceffde370ac433))
-   `Other`
- Updated library version to 1.13.0-alpha06 and
androidx.graphics:graphics-shapes to 1.0.1
([`83dbba6`](https://redirect.github.com/material-components/material-components-android/commit/83dbba6e1fa4c166067e938a819851dd788c39aa))
- Removed pre-Lollipop checks
([`23aca03`](https://redirect.github.com/material-components/material-components-android/commit/23aca03255dd445b5cf076a814243c060a00ff37))
- Fixed a bug due to the limitation of hardware accelerated rendering.
([`00e1e4b`](https://redirect.github.com/material-components/material-components-android/commit/00e1e4b1064002c3b6dcc313f6399b06afb17dd9))
- Added a new component.
([`1d4c076`](https://redirect.github.com/material-components/material-components-android/commit/1d4c076a0ef377b35b5e82dda847e1a7f890ac33))

#### Full list of changes

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ZacSweers/CatchUp).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent c0d8bc4 commit c265091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ androidx-core = { module = "androidx.core:core", version.ref = "androidx-core" }
androidx-coreKtx = { module = "androidx.core:core-ktx", version.ref = "androidx-core" }

androidx-customTabs = "androidx.browser:browser:1.8.0"
androidx-design = "com.google.android.material:material:1.13.0-alpha05"
androidx-design = "com.google.android.material:material:1.13.0-alpha06"

androidx-emojiAppcompat = { module = "androidx.emoji:emoji-appcompat", version.ref = "emoji" }
# Amusingly, appcompat depends on fragment 1.0.0, so we have to have this version to force the latest
Expand Down

0 comments on commit c265091

Please sign in to comment.