side-codes / Android-Color-Picker

Color picker library for Android
https://side-codes.github.io/andColorPicker/
Apache License 2.0
320 stars 21 forks source link

Bump material from 1.4.0-rc01 to 1.7.0-rc01 #295

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps material from 1.4.0-rc01 to 1.7.0-rc01.

Release notes

Sourced from material's releases.

1.7.0-rc01

Dependency Updates

  • No dependency updates

Library Updates

  • Checkbox
    • Fixed NPE crash due to layer drawable's constant state issue in APIs < 23. (7e18ac458a7e37eee669e30a332c6a4160722941)
    • Fixed a11y announcement for indeterminate state. (ec1663fe1c33b76f192695925e6327f1c6c67e72)
  • Snackbar
    • Made snackbar javadoc more clear of how its dismissing works. (5cb92c84d72eef877747538b0b22f8deeb6481e5)

Full list of changes

https://github.com/material-components/material-components-android/compare/1.7.0-beta01...1.7.0-rc01

1.7.0-beta01

Important

New minimum requirements for your app project:

What's new

  • Updated MaterialCheckBox component with indeterminate state support!
  • New icon-only styles for MaterialButton component!
  • New MaterialSwitch component! (Spec)
  • Updated BottomAppBar component! (Spec)

Dependency Updates

Dependency Previous version New version
androidx.appcompat 1.5.0-beta01 1.5.0

Library Updates

  • Divider
    • Fixed lastItemDecorated not being applied to horizontal orientation. Also updated the demo to include both orientations. (92caa194b8e99de232cee00a696f05dff28f78dc)
  • BottomSheet
    • Disable drag handle when restricting expansion (d4da5b10a38b126f9503ddefcd9bb7bd61c1baff)
    • Handle half-expanded state when drag handle clicked (f0e662535c57c1ae4edfaaad412e9d95b4d2a16c)
  • Catalog
    • Updated Catalog preferences demo to use MaterialSwitch (f82e7275dcc3f12219e3ce2543a744cd57c6d6f4)
    • Updated catalog preferences for shape corner sizes. (f1624947cb7ee8a89b917a1fe60a7f13ee724dbb)
    • Fixed corner family options in preference. (f6942a4c440be0e0ad7b6f24363c8078fb6ee8a1)
  • TopAppBar
    • Fixed bug in HeaderScrollingViewBehavior that causes child translation Y not to be reset to default if the behavior is changed from an overlapping to non-overlapping behavior in layoutParams.setBehavior (00c62d21c9e21eb595d2d83bddcf6782a9773729)
  • Checkbox
    • Fixed pre 21 issue where the icon did not update its color according to its state properly (2cc8932ef9b7fcf040cd9bb8b511b1187f87bfa8)
    • Updated checkbox documentation. (130a35c3935b253f7406ed73cca65c905b4709d5)
    • Added indeterminate state support to the checkbox. (4da7ce1a4136e5dcea08df080e75344de05e5981)

... (truncated)

Commits
  • 5cb92c8 [Snackbar] Made snackbar javadoc more clear of how its dismissing works.
  • c0e24cd [Documentation][Shape] Update documentation
  • 7e18ac4 [Checkbox] Fixed NPE crash due to layer drawable's constant state issue in AP...
  • ec1663f [CheckBox] Fix a11y announcement for indeterminate state.
  • aaa7646 Update library version to 1.7.0-rc01
  • 2cc8932 [Checkbox] Fixed pre 21 issue where the icon did not update its color accordi...
  • a394314 [Process] Update AppCompat version to 1.5 stable
  • 3af5784 [ExposedDropdownMenu] Fixed missing icon activated color.
  • c1e20e2 [Docs] Changing the name for the AGP compatibility variable so that the IDE p...
  • d64e831 [Internal] Merge DrawableUtils classes
  • 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 2 years ago

Superseded by #296.