Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2023

Bumps material from 1.5.0-beta01 to 1.8.0-rc01.

Release notes

Sourced from material's releases.

1.8.0-rc01

What's new

Dependency Updates

  • No dependency updates

Library Updates

  • Side Sheet
    • Disabled lift on scroll in Side Sheet demo. (99664aac4b4e47322887c0f23d76e1805f5afb3c)
    • Added accessibilityPaneTitle to side sheet. (516240d4e5519838305e4129235f964a5f82ef16)
    • Fixed issue where sheet would jump to the far edge of the screen in RTL without temporary fix. (a24832add838213ab3f7da69f122a39bd38bba0f)
    • Added explicit style definition to coplanar sheet catalog demo. (35dfa926e150deb9d5ba26dbd7b0e3ff1411c196)
    • Updated close sheet button content description in catalog. (0538a3c333596a8a5820b5dee41c72516fe3e8ca)
  • MaterialDatePicker
    • Fix headerTitle text size (147463f33d090d8b3b1f9d9beb92d3ee631c91fe)
    • Improve date input validation feedback follow up (1200e25d1bbe91672172ae6682ff2a2b32a75da6)
    • Improve date input validation feedback (f394903fd3552f9331bbc772f26be879c9515696)
  • Documentation
    • Remove smart characters from doc comments (280a01cd4154ef2ea7fdb43709d9fb803ba882ae)

Full list of changes

material-components/material-components-android@1.8.0-beta01...1.8.0-rc01

1.8.0-beta01

What's new

Dependency Updates

  • No dependency updates

Library Updates

  • Side Sheet
    • Added coplanar side sheet with APIs for setting a coplanar sibling view. (8055a2c6c61883a779a763df6ad662eba4c740ed)
    • Set accessibility focus to the side sheet when expanded. (0949e9c272e42eed27e4795daa689331ea799673)
    • Release Side Sheet catalog demo. (f707836033913946d580e2bc6414e3800a99d45c)
    • Rebrand "Adaptive Sheets" demo to "Side Sheet". (7f17891b89792b5ef8e30013fc6d913b83dffcd9)
    • Fix vertically scrolling sheet swipe issue by deleting most of the nested scrolling code (3bc1f6e68384f490280373f1d73032fa12e37010)
    • Cancel modal side sheet scrim on STATE_HIDDEN. (0c4e4a7ff1752ece94f0c5bac814e00ec12bd0ce)
    • Restrict SheetDialog methods from the public API surface and rename getDismissWithAnimation. (9c8ea5862d0603e55cf1f6f54f8eab179536ffb5)
    • Add SideSheetCallback listener to SideSheetBehavior to track @​SheetState state change events. (99e09b08977ac44e3f4f2382d7f39689133514f9)
    • Renamed SheetEdge#RIGHT to SheetEdge#EDGE_RIGHT. (35d60519bf1f4806bedb2e376b322533c28ed224)
    • Made SheetDialog abstract base class and Sheet interface package-private. (0c35d1d852c053e3a5319d550e34dbd64f50b412)
    • Add @​RestrictTo annotations to restrict SheetEdge annotation interface. (e6ca949f3c9b8b6c495956e4a23a28c66a09e4ab)
    • Made SideSheetBehavior extendable. (f7b3aac02e474fd030f5ea94a87a5c5e7211867e)
  • SearchBar
    • Fixed issue that caused the wrong component to be focused on automatically when talkback is active. (8cbfd20c841aecac1baa234f017fc16ac91a4130)
    • Updated search bar/view UI to match spec and cleaned up the API. (d049b1bfe0d95ab53aa2a5e78e44f6840913c7a5)
    • Updated style to match updated M3 spec. (be8ff16d6632243a4528a655c20d4cb3b2a5225b)
    • Fixed package path in developer documentation. (73c47c2b91352c24cab045ed53b2ce5a2637f8f9)

... (truncated)

Commits
  • 99664aa [Adaptive][Side Sheet] Disabled lift on scroll in Side Sheet demo.
  • 516240d [Adaptive][Side Sheet] Added accessibilityPaneTitle to side sheet.
  • 1200e25 [MaterialDatePicker][a11y] Improve date input validation feedback follow up
  • f394903 [MaterialDatePicker][a11y] Improve date input validation feedback
  • 147463f [MaterialDatePicker] Fix headerTitle text size
  • a24832a [Adaptive][Side Sheet] Fixed issue where sheet would jump to the far edge of ...
  • 280a01c [Docs] Remove smart characters from doc comments
  • 35dfa92 [Adaptive][Side Sheet] Added explicit style definition to coplanar sheet cata...
  • 0538a3c [Adaptive][Side Sheet] Updated close sheet button content description in cata...
  • 6ed850d [Release] Update library version to 1.8.0-rc01
  • 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 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 [material](https://github.com/material-components/material-components-android) from 1.5.0-beta01 to 1.8.0-rc01.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](material-components/material-components-android@1.5.0-beta01...1.8.0-rc01)

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

dependabot bot commented on behalf of github Jan 19, 2023

Superseded by #123.

@dependabot dependabot bot closed this Jan 19, 2023
@dependabot dependabot bot deleted the dependabot/gradle/develop/com.google.android.material-material-1.8.0-rc01 branch January 19, 2023 00:07
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