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.8.0-rc01 to 1.11.0-alpha03 #301

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2023

Bumps com.google.android.material:material from 1.8.0-rc01 to 1.11.0-alpha03.

Release notes

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

1.11.0-alpha03

Important

Elevation Overlays within default component styles have been replaced by the new Tonal Surface Color system. Instead of blending the Primary color with the Surface color based on an elevation value, components will now use a specific Surface color role which can be more easily understood and customized.

Documentation for the affected components and which Surface color roles they use has been updated in 2114a11378fd801b32cd7431bb8a2c94de4f462c.

Dependency Updates

Dependency Previous version New version
androidx.activity 1.8.0-alpha06 1.8.0-beta01

Library Updates

  • BottomSheet
    • Fix sheet corners animation (de271320e4ba046c73e35e18f687ee4637f3a6ac)
  • Carousel
    • Tweak uncontained strategy logic to adjust medium size items to improve motion (93660d424139642320c85a098f0fb728126d4838)
    • Fixed formatted for KeylineState and KeylineStateList (b80d9a5ef4d93567554d5aac85c4070b4577d9fc)
    • Fixed keyline shifting in RTL for uncontained carousels (71517147110227e8032f5b064d6b59c5e3f117de)
    • Reduce the number of truncations in intermediate calculations (4ce7e4c8fa84ce05a6c34591855dd1207e44e42b)
    • Update vertical scroll speed to be faster (c6ea2d404023ca1a92cb95eb3f177579df1c2d28)
    • Fix some a11y bugs in Carousel (3d84841caddd6e0127e67721844a3900225ab3a9)
    • Center aligned uncontained carousel (b6f6eb555a0477322aa1ab4115f90d74d25a2266)
    • Add left-aligned uncontained strategy (9d81cac125144576501ca19dafa835625e5cf5c7)
    • Fix orientation not correct in item decoration calculations (966f7daec9d02092aadc63324212be9ae6dc8f2a)
    • Update mask size on size change if mask x percentage has been set (dc91b39d7c9af5a531a4f2f761297c6e44b8f08c)
  • Catalog
    • Update side sheet state handling to be more accurate in demos (357cf2d9ca79227a35c48903bf73270bc92e105c)
    • Update bottom sheet state handling to be more accurate in demos (f9102c745ad8b84dc16a4914665f2bb40aa4f5a2)
    • Fixed demos in RTL (4e1b130cdfdff619d9629d39f90c81332efb4a4e)
    • Make side sheet demo icon easier to see in dark mode (79a19537d70aef6f451910b4432ca2099afe6f7b)
    • Remove explicit Catalog dependency on androidx.activity now that library depends on it (3bb69f501af9b98d2634583de98ae57ee9bf7d4e)
    • buid.gradle update. (484779902e6cc01e305134a218cfae84370da4e6)
    • Remove edge-to-edge to top app bar demos due to glitches in ActionBar demo (c40e46882088487aadd8ba7626125caa44555e5e)
    • Update slider position when carousel is scrolled in uncontained carousel demo (480bbc6a9b3c11c35b35c3e08ac9034f70619d6c)
    • Applied edge-to-edge to top app bar demos (aa5b5bc157d935cf616ce8d172d157d008308038)
    • Add uncontained carousel demo to catalog (ef9f91864f52f3a4335a82a073eea2cff7991c2d)
    • Update slider position when carousel is scrolled in catalog demos (3652fde271bb7ef9bf4ff6262cc8288bd3a26fe2)
  • CollapsingToolbarLayout
    • Fixed title collapse fade mode color to use a Tonal Surface role instead of elevation overlay (5f2b4b2531b9074126e9659c23d24c6689838545)
  • Color
    • Updated focused and pressed state from 0.12 to 0.10 to increase the contrast ratio with tonal surface color. (bc824b4344c90e183eca8aca2d9019da6cb5ebee)
    • Updated colors of container transform demo (d16f22341e2a7fe42db4b234f91e76a652246a8a)
    • Add ColorStateListDrawable support (0663019f45f921edec76ac3506d6708cf8306002)
    • Removed layered drawable for the background after tonal surface color. (b5d6f1ae451c86696252114a2e9d4d5a4ba6c514)
  • Documentation
    • Add uncontained variant docs (9ee4aba0071995345d4b71be6bb91be776337afe)
    • Minor code block improvements (d7e75bba59c1406166d8acbf40cd803e6bc12ca1)
    • Add guidance in fullscreen strategy docs about portrait orientation (caec8d284918daceb5a66d09a3ccbb50e9c5b2c1)
    • Update chip documentation to use setOnCheckedStateChangeListener instead of setOnCheckedChangeListener which was deprecated in favour of the former (0582b1a094b48ece8cdc5e83a3a0378748846788)
    • Update example in docs to use colorContainer and colorOnContainer instead of colorPrimary and colorOnPrimary. (44bfe2ddb866338e793693fd2fda5b982e2a2e10)

... (truncated)

Commits
  • 0a8fc61 [Release] Update library version to 1.11.0-alpha03
  • 9ee4aba [Docs][Carousel] Add uncontained variant docs
  • bc824b4 [Ripple] Updated focused and pressed state from 0.12 to 0.10 to increase the ...
  • 1e9f5f0 [AppBarLayout] Simplified logics to animate the container color between lifte...
  • 8d83a31 [Predictive Back][Search] Fix issue where modal accessibility is not reset af...
  • 93660d4 [Carousel] Tweak uncontained strategy logic to adjust medium size items to im...
  • c4ae01a [AppBarLayout] Fix dynamic status bar foreground lift on scroll color when us...
  • 357cf2d [Catalog][Predictive Back][Side Sheet] Update side sheet state handling to be...
  • f9102c7 [Catalog][Predictive Back][Bottom Sheet] Update bottom sheet state handling t...
  • b80d9a5 [Carousel] Fixed formatted for KeylineState and KeylineStateList
  • 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.8.0-rc01 to 1.11.0-alpha03.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](material-components/material-components-android@1.8.0-rc01...1.11.0-alpha03)

---
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 Sep 20, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 20, 2023

Superseded by #306.

@dependabot dependabot bot closed this Oct 20, 2023
@dependabot dependabot bot deleted the dependabot/gradle/dev/com.google.android.material-material-1.11.0-alpha03 branch October 20, 2023 21: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.

None yet

0 participants