Bump material from 1.4.0 to 1.6.1
Bumps material from 1.4.0 to 1.6.1.
Release notes
Sourced from material's releases.
1.6.1
Dependency Updates
- No dependency updates
Library Updates
TopAppBar
- Add null check for logo ConstantState check (299c8e1e82c459d7de9fac0884edfbc32f571cb8)
- Loosen check for scrollable child when adding a11y actions (dff14cadd78af3992dfd7c8c989314d11758554d)
- Fix scrolling for a11y (a5a738bfa2f2786e8d6bd91e77d823d3534612b1)
Color
- Fix Resources Loader bug for color harmonization (bef8ca1b49c92660410c6a68cda326af86cfa749)
- Provide better logging for ColorResourcesTableCreator (b33cf80dd7937b6d31c511e9c545f2a040c70665)
Chip
- Fix ChipGroup.getCheckedChipIds() returns wrong state (0356d7c391c4aa64e54a5aa398d58def673d0114)
TextInputLayout
- Fix for TextInputLayout leak via AccessibilityManager. (#2718) (948d5dac03a55971338d36bb52f1f49bd448ebd7)
Other
- Update library version to 1.6.1 (248d4c8efb89b0f8579b8fc5b5bc9e23695f29b4)
Full list of changes
https://github.com/material-components/material-components-android/compare/1.6.0...1.6.1
1.6.0
What's new since 1.5.0
- Color harmonization support! Check out the following resources for more information:
- Designing Harmony into Dynamic Color blog post
- Using color harmonization documentation
Other highlights
Material 3
- Hide shadows on all M3 Toolbar styles, not just Surface style (b49284ec75ab16a9f649b97cb26aa4a17bc82512)
- Migrate action bar popup themes to M3 (2ae3ca42985722900f53de9d9a1ef61c143767eb)
- Update M3 card elevation according to the spec (bb23e2d6ad7888713d51e1dc53f36a69b0db62ff)
- Add missing attributes to M3 button styles (3c9b45292d78a80f511d672bb5fe4ef1431dd8bd)
- Update M3 navigation rail text appearances (6b57c52973c2ceb97c88da1df1b72859ed28775a)
- Fix M3 date picker styles (fba1a341c31cbe2c5d71c239afc8bcc14af9d968)
- Change checkedIconGravity values to enum (bc56d5b43b93ab6dbed4d561ad8b8b1351f9535c)
Badging
- Prevent multiple badges being attached to a menu item at the same time (b3db1cc02855453f91353fca9e9cb11ccf0db9cc)
- Refactored Badge state managing logic (bbbeacd64e3b1cc64e8edc6adf430aad45d03e32)
- Added support for different locale on badges (b8f2dd53e0e19ea376639a610a0b51faabf0f9af)
BottomNavigationView
- Added supported NavigationBarView#LabelVisibilityMode alternative to deprecated BottomNavigationView#LabelVisibilityMode. (12222684370dfb6c3400fd984578059d22741bb3)
- Removed font scaling from NavigationBarView item labels. (d66676fd6bb93556c2cb3b0d9f7885821ac5bd8f)
- Set backgroundTint explicitly to
@nullin M3 bottom navigation styles (adbcf8cbbc6e95921d233c87eb87dc01b6cc8f0d)BottomSheet
- Fix bottom sheets in EXPANDED state when the expanded height is the same as the collapsed height (493243ea1e5a2a0eee675b652cae0eeaec73b6a3)
- Simplify state transition logic (04c483cf3466cd0a7bf4835cadccc2372ba0da2b)
- Fix activity leak when setting states on destroying activities (43114c4f7c9ca0c70c48c777dbd2957386d539e5)
- Update edge-to-edge paddings when bottom sheet is laid out (19af0ac9d98cc3c504ce69ae38fbc00570cc85f5)
Chip
- Refactored chip group selection logic to a standalone class (f3c6430f94bb7f82afc740e5545fd6302e9bf3aa)
... (truncated)
Commits
948d5da[TextInputLayout] Fix for TextInputLayout leak via AccessibilityManager. (#2718)768d0cf[ChipGroup] Fix ChipGroup.getCheckedChipIds() returns wrong statebc9595bRevert "[ChipGroup] Fix ChipGroup.getCheckedChipIds() returns wrong state"ba9803a[ChipGroup] Fix ChipGroup.getCheckedChipIds() returns wrong statef91a1ebRevert "[ChipGroup] Fix ChipGroup.getCheckedChipIds() returns wrong state"299c8e1[MaterialToolbar] Add null check for logo ConstantState check0356d7c[ChipGroup] Fix ChipGroup.getCheckedChipIds() returns wrong statebef8ca1[M3][Color] Fix Resources Loader bug for color harmonizationb33cf80[M3][Color] Provide better logging for ColorResourcesTableCreatordff14ca[AppBarLayout] Loosen check for scrollable child when adding a11y actions- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Code Climate has analyzed commit 6a0c7365 and detected 0 issues on this pull request.
View more on Code Climate.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.