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 material from 1.4.0-rc01 to 1.8.0-beta01 #308

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 12, 2022

Bumps material from 1.4.0-rc01 to 1.8.0-beta01.

Release notes

Sourced from material's releases.

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)
    • Refactored status bar spacer edge-to-edge detection to work based on insets (38605f4a757ab283e4b353bf4051f22f0279ad57)
    • Updated search demo to change search bar hint (fafee33a869bf1be4d758d438b6f84a0ab95ef68)
    • Updated Catalog demo to change search bar/view demo title. (df85be268f9eed5c65f616d4e59c477a87073161)
  • Tabs
    • Fix bug with setScrollPosition not updating indicator due to onLayout call drawing the indicator below the selected tab. (1681b1daa9dc9b8c366e3c4144c664ae381596e8)
    • Fixing bug with animation flicker when using tabs with ViewPager2 (ab3f203caea0a724840d2cabee785995aa94ad28)
  • BottomAppBar
    • Request layout for FAB when BAB changes so that FAB will always be aware of BAB changes (10fe695ed989b7e7017b3ca28ee16aa6a54f16b8)
  • Transitions / Motion
    • Motion tweaks (1236a90896710150f6a4b692a49b3e7b2fa37269)
  • MaterialDatePicker
    • Update text appearances (ffbf8351958a122ac7b4a42ff1747eb88c2c7ade)
  • Catalog
    • Fix incorrect time stamps (305e19df335f18f4fb3bdbb389b82f76bdef4ad8)
    • Applied edge-to-edge to preferences bottom sheet (c440d868f83d79ed7b9a9d9c51e17ea7ceae17cb)
  • Documentation
    • Added warning about known issue in slider where label doesn't scroll along with the screen. (ca54c659a4b6c6251b3527f23b2516fb6f428aab)
    • Internal change (83e045e9898f4b5415d9ea1d2b0bff176eba0468)
  • Switch
    • Update animations to use motion theming (b73cc616e1c1d8dc939a5a460525c59443ee4282)
  • Other
    • Update documentation (697156a80f44b711f0f3aece93621b427f30550a)
    • Update library version to 1.8.0-beta01 (20c61dbda1c761bcc95a842a048f737e2e6ae271)

... (truncated)

Commits
  • 8055a2c [Adaptive][Side Sheet] Added coplanar side sheet with APIs for setting a copl...
  • 0949e9c [Adaptive][Side Sheet] Set accessibility focus to the side sheet when expanded.
  • 305e19d [Catalog][DatePicker] Fix incorrect time stamps
  • 8cbfd20 [M3][SearchBar] Fixed issue that caused the wrong component to be focused on ...
  • f707836 [Adaptive][Side Sheet] Release Side Sheet catalog demo.
  • 7f17891 [Adaptive] [Side Sheet] Rebrand "Adaptive Sheets" demo to "Side Sheet".
  • 3bc1f6e [Side Sheet] Fix vertically scrolling sheet swipe issue by deleting most of t...
  • 0c4e4a7 [Adaptive] [Side Sheet] Cancel modal side sheet scrim on STATE_HIDDEN.
  • 9c8ea58 [Adaptive] [Side Sheet] Restrict SheetDialog methods from the public API surf...
  • fafee33 [Catalog] Updated search demo to change search bar hint
  • 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.4.0-rc01 to 1.8.0-beta01.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](material-components/material-components-android@1.4.0-rc01...1.8.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 Dec 12, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 9, 2023

Superseded by #311.

@dependabot dependabot bot closed this Jan 9, 2023
@dependabot dependabot bot deleted the dependabot/gradle/develop/com.google.android.material-material-1.8.0-beta01 branch January 9, 2023 02:06
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