WikiEducationFoundation / apps-android-wikiedudashboard

Access WikiEdu Dashboard from Android App.
https://dashboard.wikiedu.org/
MIT License
22 stars 53 forks source link

Bump material from 1.2.0 to 1.2.1 #396

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 4 years ago

Bumps material from 1.2.0 to 1.2.1.

Release notes

Sourced from material's releases.

1.2.1

Bug fix release

Library Updates

  • Slider
    • Added a warning message if the stepSize or any values are set to float values with a decimal to suggest using integers. (ec7f7cb2362e0e8c747ba52f8c64de943bddc305)
    • Fixed the validation of the slider step size and values. (194a0aa13683d3766427531871fa702948d13317)
    • Added XML enabled property to constructor attrs evaluation (86ab1aed401cfa006d77dada5abbb3ebde3e1cf1)
  • BottomSheet
    • Fixed issue where peekHeight is more than the height of the contents (bb0bfe183589e9ea47bec0a5086860c40f697fd4)
    • Changed bottom gesture inset handling to ensure a minimum peek height with a buffer built in, instead of always adding the inset to the peek height (when gesture nav is enabled) (53d49e3d89a85b71f9f703aa2ab85444efa367a2)
    • Added missing defensive checks to viewDragHelper calls (775d28672a4eecbb692930222c5eb3e3c3778b45)
  • Transitions / Motion
    • Removed internal listener from container transform after transition ends. (42b03b365c799f2b323cb29a8b701c0a94433481)
    • Improved MaterialContainerTransform approximation of native elevation shadows by using location of bounds on screen (c9e2ba0e736bbd77ac7733364d9d5db2927b68e9)
  • ShapeableImageView
    • Fixed shadows for non round rects (821bf2684f65bcc94fade9a490425adb8b40af53)
  • MaterialCardView
    • Fixed NPE if android:onClick is defined in the layout (475e63b9b02b2e1395daf094e2fa74c26269f61f)
  • NavigationView
    • Fixed obtaining Activity in setupInsetScrimsListener (8059ac1020f4b0f220b8f937005527417b0e3c95)
  • Other
    • Removed re-throw of exception on ViewOverlayApi14 (bc7b10880df8d8d6fe25c8424fa9b826fda88f81)

Full list of changes https://github.com/material-components/material-components-android/compare/1.2.0..1.2.1

Commits
  • bb0bfe1 [BottomSheet] Fixed issue where peekHeight is more than the height of the con...
  • ec7f7cb [Slider] Adds a warning message if the stepSize or any values are set to floa...
  • 8059ac1 [NavigationView] Fix obtaining Activity in setupInsetScrimsListener
  • 194a0aa [Slider] Fix the validation of the slider step size and values.
  • 475e63b [MaterialCardView] Fixed NPE if android:onClick is defined in the layout
  • 53d49e3 [BottomSheet] Changed bottom gesture inset handling to ensure a minimum peek ...
  • 42b03b3 [Motion] Removed internal listener from container transform after transition ...
  • 821bf26 [ShapeableImageView] Fixed shadows for non round rects
  • c9e2ba0 [Motion] Improved MaterialContainerTransform approximation of native elevatio...
  • 775d286 [BottomSheet] Added missing defensive checks to viewDragHelper calls
  • 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)