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.13.0-alpha01 #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

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

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

Release notes

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

1.13.0-alpha01

Dependency Updates

None

Library Updates

  • BottomSheet
    • Allow dragging the sheet on overscroll when draggableOnNestedScroll=false (d056cc352fbbdd8a1a040b072b79e378d93eeee5)
    • Add ability to disable dragging/expanding/collapsing the sheet when touching/scrolling the nested scrolling child view (a35b6b835c9b4f99c1a44a6d3f669656b4ebb905)
  • Carousel
    • Prevent scrolling if there's less items than focal keylines (8c541e6b253d7602dfd87edc371fb3f2afbd4979)
    • Support unclipped padding for uncontained variant of carousel (9393b9779e244cbd7c78522fd1282aed73cb8d33)
    • Fix a11y issue with switch access highlighting incorrect bounds (d88524297c9fd80ec1b37676ab6aba69c88864f7)
  • Catalog
    • Fix slider value out of bounds crash in carousel demos caused by state restore happening after resetting slider values (c600b385c1c6017fa162348c88282affd304e5b0)
    • Removed translatable="false" for all strings with descriptions. (a2d9bac55f173701f660109ee06911b68635f094)
  • Dialog
    • Updated docs to have a short description of each available dialog theme overlay (0a21fe77d050e85e7b7194acb75cc3e44fb178d2)
  • Predictive Back
    • Update predictive back animations to use interpolation curve of (0.1, 0.1, 0, 1) (136a685119f072133666c377c57222fb82cff049)
  • ProgressIndicator
    • Improved cold start performance. (c1531396de85ac938879acf1c85d744b9f9b475f)
    • Added ramping animation to wave amplitude for both Linear and Circular types. (roll forward) (23bcd50682db799afa0d4b9ddd6f517a294f75e3)
    • Added demos for wave effects with wave speed. (0849c147e1bba430b43d1e259ec40d8e681da45d)
    • Improved the smoothness of the animation when inactive track's ends are close. (2a80e162ce00f012dcd727981ebf09fda66f2811)
    • Applied a workaround in Circular counter-clockwise. (e8452fb3890a9347ba76dda424e929772d4f9d79)
    • Added waggle animation (wave speed) to active indicator in both Linear and Circular types. (roll forward) (b50cb1e9a001903eaae7707bc65011d08474db59)
    • Added ramping animation to wave amplitude for both Linear and Circular types. (627d14149b6e29b3162836a1a50bdb9c702df69f)
    • Added waggle animation (wave speed) to active indicator in both Linear and Circular types. (0f47e78010b00d79f165966763020c67d23412da)
    • Added demos for wave effects. (b32512a3c8ffcd19a2aa30c2670ea02c021911a0)
    • Refactored the catalogs for more demos in future. (b61ab854db69c37d9579c3321e55fca5aad670e0)
    • Updated outdated string description in the catalog. (747fe8cdb9e18512586a68a4f5bcf4abc56d10e5)
    • Added wavy active indicator drawing for circular type. (da108f397620d0eef5418537cd1d33becce1c1d8)
    • Updated the default value of wavelength and setters of wavelength and amplitude. (e2cc0bb82059499bb34dca1be13dac8e85489fd5)
  • Search
    • Add start delay to scrim animation during SearchBar to SearchView expand to reduce visual noise (b77b1412a3354e9c76d250c096066cb18c7513ae)
    • Update back arrow to be auto mirrored for RTL (b56afa75a9a782cfb872b9ce94fbafbc913a6665)
  • TimePicker
    • Make ClockFaceView not focusable (d2831cbfe11dfb6134e3830f06cbd1c526fe7614)
    • Only clear hour/minute fields when a digit is entered (4f21b95526d225631e97ec2a4da322362edee254)
  • TopAppBar
    • Allow scrolling up when the app bar is lifted. (3e866b87154326e08a438c806ea74396108eeeac)
    • Fixed compress effect when toolbar is set as a support action bar and hiddin/shown. (17855c116b7ea7d7404ef84a23c2eac36cb958db)
  • Other
    • Updating library version to 1.13.0-alpha01 (51f7d5da109067a515419434cef7317c80738ef7)

Full list of changes

material-components/material-components-android@1.12.0-rc01...1.13.0-alpha01

1.12.0-rc01

Important

... (truncated)

Commits
  • 51f7d5d [Release] Updating library version to 1.13.0-alpha01
  • 136a685 [Predictive Back] Update predictive back animations to use interpolation curv...
  • c600b38 [Catalog][Carousel] Fix slider value out of bounds crash in carousel demos ca...
  • 8c541e6 [Carousel] Prevent scrolling if there's less items than focal keylines
  • 9393b97 [Carousel] Support unclipped padding for uncontained variant of carousel
  • d056cc3 [Bottom Sheet] Allow dragging the sheet on overscroll when draggableOnNestedS...
  • a35b6b8 [Bottom Sheet] Add ability to disable dragging/expanding/collapsing the sheet...
  • 9cf7bd3 [Internal][Gradle] (deps): Bump com.google.guava:guava from 32.1.3-android to...
  • 3e866b8 [AppBarLayout] Allow scrolling up when the app bar is lifted.
  • b77b141 [Search] Add start delay to scrim animation during SearchBar to SearchView ex...
  • 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.13.0-alpha01.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](material-components/material-components-android@1.5.0-alpha01...1.13.0-alpha01)

---
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 May 1, 2024
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