mayankmetha / Rucky

A simple to use USB HID Rubber Ducky Launch Pad for Android.
https://mayankmetha.github.io/Rucky
GNU General Public License v3.0
546 stars 65 forks source link

Bump material from 1.7.0-alpha03 to 1.8.0-rc01 #121

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps material from 1.7.0-alpha03 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

https://github.com/material-components/material-components-android/compare/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)
dependabot[bot] commented 1 year ago

Superseded by #124.