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 com.google.android.material:material from 1.5.0-alpha01 to 1.12.0-beta01 #10

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps com.google.android.material:material from 1.5.0-alpha01 to 1.12.0-beta01.

Release notes

Sourced from com.google.android.material:material's releases.

1.12.0-beta01

Important

Required minSdkVersion is now 19 or higher, for Material and AndroidX (blog post).

Dependency Updates

Dependency Previous version New version
androidx.transition 1.5.0-alpha04 1.5.0-beta01

Library Updates

  • Divider
    • Fixed divider instantly appearing or disappearing on insertion or removal (ef4a0c5e36315904d7bce7f0f33d59b734f2657b)
  • Documentation
    • Added detailed description of code example for collapsing toolbar style (29d3895a3e96a5d55130e982edf3146e31d25e6e)
    • Updated icon button section of Buttons doc. (3a5bb7dfc36ce5a066e75f616f9fb0f335832d1d)
    • Fixed misspelling in Color doc (2a12851bc06e05485b1bd7f77a2398c4a06aacbb)
  • NavigationDrawer
    • Fixed wrong item selected after click (a3af20a86970a77c6225c5254c6540bb81bdc049)
  • ProgressIndicator
    • Updated inactive track color from primary container to secondary container. (c8cb0c60379adfd76efbf54adeac316a9bfaec4e)
    • Updated the setter of track thickness to not update track corner radius. (540f5ee9839ca3472e990f597d6f0a2b203b1b4f)
    • Added the limit to not have stop indicator size bigger than track thickness. (689e04f9edd1398f53bfc149aa78a2ab864953ba)
    • Fixed the rounded ends overlapping bug with semi-transparent track/indicator color in Circular default style. (8167c115e34e6b206a8446d98ce22c574d8a1584)
    • Removed the call to draw a transparent full track. (3f80fdb9e1f31df4c970025e34450726bbb822ec)
    • Flipped the canvas for different circular directions. (bcc27a36381d00212056b7f2b0befabb73a12b42)
    • Split stop indicator drawing from indicator drawing. (76207cb27004025adfa351e86ab5e75138c567c3)
  • Search
    • Excluded icons from search bar handwriting bounds (387f59b7068866fea34a88bf065c6de96ea6868d)
  • Slider
    • Made tick size defaults to the stop indicator size if set (92bc02c37c1c37c0cf1f84f50d54b49c6caee607)
    • Fixed incorrect style of stop indicators near handles (d61cffd7eb0fe8fcd26a2c3927cb8a6ac2dafea1)
    • Resolved issues that crash when assigning a large value to valueTo (4d1b9e58a5ffe11d8bcfc41486e0ea7e021ca436)
    • Updated the track drawing for some corner cases. (10484df4074e0d3de907c2db1d4a241792edbc07)
    • Fixed ripple not transparent on API 33 (cd4f618d383c23d09f99f86e56e5583f405fd861)
  • Tabs
    • Fixed title being announced twice when there's a badge in TalkBack mode. (aaa7034cbf238c9415462c3a6dff888800aafefd)
  • Tokens
    • Added formatting to break long lines and differentiate different comments. (857d6a2fd9505d25c8a4154e1a9892c47e7cbaae)
  • TopAppBar
    • Use an accessibility delegate to add and perform actions (929c80f7535bfcef1b306e051cf15e3722c687a4)
  • Transitions / Motion
    • Updated androidx transition dep to version 1.5.0-beta01 (8c638488293a22809d086d053ebb96ffe99cf703)
    • Added predictive fade through fragment transition demo to Catalog. (6092a7dfe9a6d50a43b935f6d7e00d859e5d9934)
    • Added titles to fade through demo fragments in Catalog. (104043caeef12bc390e7c06cfe32366017880b03)
  • Other
    • Bumped minSkdVersion declarations to 19 (cc5e8907c12fce172fddbb6e80ba018f6c369cb0)

Full list of changes

material-components/material-components-android@1.12.0-alpha03...1.12.0-beta01

... (truncated)

Commits
  • a4f19d1 Update library version to 1.12.0-beta01
  • 8c63848 [Gradle] Update androidx transition dep to version 1.5.0-beta01
  • 92bc02c [NTC][Slider] Make tick size defaults to the stop indicator size if set
  • 387f59b [Search] Exclude icons from search bar handwriting bounds
  • a3af20a [NavDrawer][a11y] Fix wrong item selected after click
  • d61cffd [Slider] Fix incorrect style of stop indicators near handles
  • 884465b [Slider] Use a uniform way to update labels
  • 292ad4c [Docs] Internal change
  • 4d1b9e5 [RangeSlider] Resolve issues that crash when assigning a large value to `valu...
  • 10484df [Slider] Updated the track drawing for some corner cases.
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.5.0-alpha01 to 1.12.0-beta01.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](material-components/material-components-android@1.5.0-alpha01...1.12.0-beta01)

---
updated-dependencies:
- dependency-name: com.google.android.material:material
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2024
Copy link
Author

dependabot bot commented on behalf of github May 1, 2024

Superseded by #12.

@dependabot dependabot bot closed this May 1, 2024
@dependabot dependabot bot deleted the dependabot/gradle/com.google.android.material-material-1.12.0-beta01 branch May 1, 2024 15:30
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.

0 participants