Skip to content

Bump material from 1.6.1 to 1.7.0#156

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/com.google.android.material-material-1.7.0
Closed

Bump material from 1.6.1 to 1.7.0#156
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/com.google.android.material-material-1.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 20, 2022

Copy link
Copy Markdown
Contributor

Bumps material from 1.6.1 to 1.7.0.

Release notes

Sourced from material's releases.

1.7.0

What's new since 1.6.1

  • All new Switch component with a new look! Check out the updated documentation for details.
  • New Shape system that is now being used by all components. Learn about the shape system and see how its used in the Material3 theme and components by checking out the updated documentation
  • Checkbox has been redesigned and now supports indeterminate and error states! Check out the updated documentation.
  • BottomAppBar has been redesigned! Check out the updated documentation
  • New Icon Button support has been added including outlined, tonal, and filled variants!

New minimum requirements for your app's project:

Dependency Updates

Dependency Previous version New version
androidx.appcompat 1.5.0-beta01 1.5.0
androidx.core 1.5.0 1.6.0
androidx.test 1.1.0 1.4.0
Android Gradle Plugin (AGP) 4.0.0 7.2.0
Gradle 6.1.1 7.3.3
Java Version 1.7 (7) 1.8 (8)

Other highlights

  • MaterialButton
    • Added methods to not toggle checked state on buttons on click (a6011078689521cf0c042e7444c36b6607cedcf9)
    • Updated M3 button style to add outlined icon button style (467a2c9f7314cdfd5300594b4e66a70657d5d702)
    • Updated M3 button style to add filled tonal icon button style (14578ed68cb296080d511ceb502469903c0ef5d7)
    • Updated M3 button style to add filled icon button style (25606cf34addae1420eeba24eec0f90aef06d0d2)
    • Fix icon textStart/End alignment with multiline text (b6b895a1e40efbf2e36b2ea5e91bae7bcd0bdb8c)
    • Fix icon position with multiline text (19d05000bcc273f781a85ce41530f604fead268e)
  • Documentation
    • Updated typography guidelines to M3 (104a342307c31170494c3dcd2011ca63b182e4b5)
    • Added an example to demonstrate how to make bottom sheet dialog in edge-to-edge mode (57a3c989ffdaee252fa00bbe5246f837d18b6a60)
    • Updated Snackbar doc regarding CoordinatorLayout (ef2c2fad36d11933d71ea5c9a2826be3119bec17)
    • Add status bar / edge-to-edge section to Top App Bar doc (b8e1f978940c218502ee6161d0b3f673299eceb0)
  • 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)
    • Excluded views that are GONE from scroll range calculation (687e73590de5ea219a14a336094002b9d3884af5)
    • Fixed collapsing title issue with different fonts (0c341c4e9b9703945ffbf22af0a4158bde41582c)
    • Added setLiftOnScrollTargetView() method (d6c435461eece74656db5e2de92944c7ca807439)
  • A11y
    • Made multi-selection Chips announce as Buttons (d4c2c9549051d706d91dcd96ceb79c52e1aedd30)
    • Made drawer announce its number of items (b1f7d5bebc298865a25747d2f28050a67b15761d)
  • TextInputLayout
    • Added a new custom length counter field and getters/setters to switch how text length is calculated for the counter. (4ded01ed3ff5f6669080b6330c3d6dce8869cdca)
    • Fixed hint is not displayed when expanding space is limited (73cb1b6e78a0e28d157a1b5da061568117c2fa40)

... (truncated)

Commits
  • 355c69d Update library version to 1.7.0
  • 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...
  • 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 dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 20, 2022
@local-web-container

Copy link
Copy Markdown

@dependabot dependabot Bot force-pushed the dependabot/gradle/com.google.android.material-material-1.7.0 branch from 2c82362 to bd542cf Compare October 31, 2022 21:43
@local-web-container

Copy link
Copy Markdown

@dependabot dependabot Bot force-pushed the dependabot/gradle/com.google.android.material-material-1.7.0 branch from bd542cf to 1b294ec Compare October 31, 2022 21:53
@warting warting enabled auto-merge (rebase) October 31, 2022 21:58
@local-web-container

Copy link
Copy Markdown

@local-web-container

Copy link
Copy Markdown

@local-web-container

Copy link
Copy Markdown

@local-web-container

Copy link
Copy Markdown

@local-web-container

Copy link
Copy Markdown

@dependabot dependabot Bot force-pushed the dependabot/gradle/com.google.android.material-material-1.7.0 branch from 1b294ec to b383527 Compare October 31, 2022 22:13
@local-web-container

Copy link
Copy Markdown

@dependabot dependabot Bot force-pushed the dependabot/gradle/com.google.android.material-material-1.7.0 branch 3 times, most recently from 02c4133 to 2f54c6a Compare November 2, 2022 07:27
@local-web-container

Copy link
Copy Markdown

@dependabot dependabot Bot force-pushed the dependabot/gradle/com.google.android.material-material-1.7.0 branch from 2f54c6a to 9199f00 Compare November 2, 2022 07:30
@local-web-container

Copy link
Copy Markdown

@local-web-container

Copy link
Copy Markdown

@local-web-container

Copy link
Copy Markdown

@local-web-container

Copy link
Copy Markdown

@local-web-container

Copy link
Copy Markdown

@dependabot dependabot Bot force-pushed the dependabot/gradle/com.google.android.material-material-1.7.0 branch from 9199f00 to 7b5dfc1 Compare November 2, 2022 07:37
@local-web-container

Copy link
Copy Markdown

@local-web-container

Copy link
Copy Markdown

@dependabot dependabot Bot force-pushed the dependabot/gradle/com.google.android.material-material-1.7.0 branch from 7b5dfc1 to 1a55811 Compare November 2, 2022 07:42
@local-web-container

Copy link
Copy Markdown

@local-web-container

Copy link
Copy Markdown

@dependabot dependabot Bot force-pushed the dependabot/gradle/com.google.android.material-material-1.7.0 branch from f401117 to c9bebab Compare November 14, 2022 04:10
@local-web-container

Copy link
Copy Markdown

@local-web-container

Copy link
Copy Markdown

@local-web-container

Copy link
Copy Markdown

@dependabot dependabot Bot force-pushed the dependabot/gradle/com.google.android.material-material-1.7.0 branch from c9bebab to 4da0c1f Compare November 14, 2022 04:17
@local-web-container

Copy link
Copy Markdown

@local-web-container

Copy link
Copy Markdown

@local-web-container

Copy link
Copy Markdown

@dependabot dependabot Bot force-pushed the dependabot/gradle/com.google.android.material-material-1.7.0 branch 4 times, most recently from a558026 to 243024f Compare November 21, 2022 04:50
@dependabot dependabot Bot force-pushed the dependabot/gradle/com.google.android.material-material-1.7.0 branch 2 times, most recently from ce62b48 to af33232 Compare December 5, 2022 04:21
@dependabot dependabot Bot force-pushed the dependabot/gradle/com.google.android.material-material-1.7.0 branch 4 times, most recently from 4d9423b to a16a9c0 Compare December 28, 2022 04:14
@dependabot dependabot Bot force-pushed the dependabot/gradle/com.google.android.material-material-1.7.0 branch 3 times, most recently from d452fcd to bc9c216 Compare January 4, 2023 04:20
@dependabot dependabot Bot force-pushed the dependabot/gradle/com.google.android.material-material-1.7.0 branch from bc9c216 to 0f81bb3 Compare January 10, 2023 04:11
@dependabot dependabot Bot force-pushed the dependabot/gradle/com.google.android.material-material-1.7.0 branch 2 times, most recently from dfd5fd9 to ed10325 Compare January 20, 2023 04:16
Bumps [material](https://github.com/material-components/material-components-android) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](material-components/material-components-android@1.6.1...1.7.0)

---
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 force-pushed the dependabot/gradle/com.google.android.material-material-1.7.0 branch from ed10325 to e848926 Compare January 24, 2023 04:19
@dependabot @github

dependabot Bot commented on behalf of github Jan 25, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #195.

@dependabot dependabot Bot closed this Jan 25, 2023
auto-merge was automatically disabled January 25, 2023 04:09

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/gradle/com.google.android.material-material-1.7.0 branch January 25, 2023 04:09
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants