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.12.0-rc01 to 1.13.0-alpha02 #207

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps com.google.android.material:material from 1.12.0-rc01 to 1.13.0-alpha02.

Release notes

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

1.13.0-alpha02

Dependency Updates

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

Library Updates

  • Badging
    • Deprecate autoAdjustToGrandparentBounds attribute since now badges automatically move within first ancestor view that does not clip children (0d265b7ca54f9aedd3d3a1709dbee8a44c261384)
    • Adjust badges to fit within the bounds of the first ancestor view that clips its children to avoid getting cut off (3880efefef6ee7f57ddb11712b9a4b97825f9032)
  • BottomNavigationView
    • Modify test usage to use icon container so we don't have to special case the existence of the icon container (cf143d076022de4e95c504917ccd66c08b4512ac)
  • BottomSheet
    • Prevents nested scroll from occurring in a scroll session when the bottom sheet is already being resized. (a7a234bf07a26c274711b87958ab4e683f54848e)
  • Chip
    • Update Chip javadoc to reference CompoundButton.OnCheckedChangeListener instead of AppCompatCheckBox.OnCheckedChangeListener. (41eb087003101d95d668821a9dc579ad261114ee)
  • Dialog
    • Temporarily suppress RtlCompat lint for res/layout/mtrl_alert_select_dialog_singlechoice.xml (cadbd6af83f1fd2cf95dec51b5c496283267c6bc)
    • Temporarily suppress RtlCompat lint for res/layout/mtrl_alert_select_dialog_multichoice.xml (890053a734d2267ae1bb76a110c4997be9eab5d4)
  • Documentation
    • Update Getting Started instructions with latest requirements and info (5b6cf5518e520d312106373f37a5923f2955ea07)
  • MaterialButton
    • Fixed a bug of setting inner buttons in vertical layout. (7c9f3721195b5250e0344b5175c9ebe16e88a4a3)
    • Added APIs to customize inside spacing and corner size between buttons. (fb4761cc20599a4ef192f94512c554e0e266b96e)
  • ProgressIndicator
    • Updated to draw the track in Circular indeterminate mode with an option to opt out this behavior. (cb5afbc1d6553866f8299c30675d3fd9b8c43bc7)
    • Added demos for wave effects with new indeterminate motion. (c4cf6b28e17d80e48a124a41b62208f62d869617)
    • Added circular indeterminate animation options - advance (M3) and retreat (new). (373008ad17ff69b8f3e6b096793d2dd8e0e4fbfd)
  • Tabs
    • Fix selected text appearance not being applied correctly. (500dae836c6442bca8c3e4fe4b4447c338710b7c)
  • TimePicker
    • Fix color of unselected state in AM/PM picker. (d04da7d51b460b439e8018d4789862c5cb91d725)
  • Tokens
    • Update tokens to v4.0.0 (9b09b693d9e82ed14f302d8da052c5cf46049692)
  • Transitions / Motion
    • Update MaterialContainerTransform to use getLocationInWindow() instead of getLocationOnScreen() when calculating bounds (0429d448a042ba90f9f734929c186902d262e831)
    • Update androidx transition dependency to 1.5.0 (d44a06c21a62a0b4dcdc2aa6bf64c94ee2d8c6ab)
  • Other
    • Update library version to 1.13.0-alpha02 (2068592306c87d8246d2fb052df13e32639b00b8)
    • Update Maven library description to min sdk version of 19 (8f8c6ee772604f00238addaa3115930196c29447)
    • [Drawable] Add constant state support to ScaledDrawableWrapper which fixes NPE crash in APIs <= 23 (9da999342d4b3b8382d333f858080c19115def5d)
    • Fixed stroke path calculation for custom interpolation start shape. (e4fbb84f4712f91489380f55e0151ff006156fad)
    • Add interpolation between default and an arbitrary corner radius for Android Material Views. (cc125d9b475fe057d45d7f42192d18e07a42563c)
    • Update font loading to load synchronously for system font families (25d189bb8ddeb96c31f8feceef55b6af2a216ac9)

Full list of changes

material-components/material-components-android@1.13.0-alpha01...1.13.0-alpha02

1.13.0-alpha01

Dependency Updates

... (truncated)

Commits
  • 2068592 [Release] Update library version to 1.13.0-alpha02
  • d04da7d [TimePicker] Fix color of unselected state in AM/PM picker.
  • 500dae8 [Tabs] Fix selected text appearance not being applied correctly.
  • 7c9f372 [ButtonToggleGroup] Fixed a bug of setting inner buttons in vertical layout.
  • 9da9993 [Drawable][Internal] Add constant state support to ScaledDrawableWrapper whic...
  • 0429d44 [Transition] Update MaterialContainerTransform to use getLocationInWindow() i...
  • 41eb087 [Chip] Update Chip javadoc to reference CompoundButton.OnCheckedChangeListene...
  • 0d265b7 [Badge] Deprecate autoAdjustToGrandparentBounds attribute since now badges ...
  • 8f8c6ee [Gradle] Update Maven library description to min sdk version of 19
  • e4fbb84 [Shape] Fixed stroke path calculation for custom interpolation start shape.
  • 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.12.0-rc01 to 1.13.0-alpha02.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](material-components/material-components-android@1.12.0-rc01...1.13.0-alpha02)

---
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 dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 13, 2024
Copy link

Test Results

0 tests   0 ✅  0s ⏱️
0 suites  0 💤
0 files    0 ❌

Results for commit 3f0acbc.

@diareuse diareuse merged commit c66e15a into master May 17, 2024
2 of 3 checks passed
@diareuse diareuse deleted the dependabot/gradle/com.google.android.material-material-1.13.0-alpha02 branch May 17, 2024 10:11
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant