fix(deps): update dependency com.google.android.material:material to v1.12.0 #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/com.google.android.material-material-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.3.0
->1.12.0
Release Notes
material-components/material-components-android (com.google.android.material:material)
v1.12.0
Compare Source
What's new since 1.11.0
Slider
andProgress Indicator
have been updated to better support Non-Text Contrast Accessibility requirements.MaterialSharedAxis
,MaterialFadeThrough
,MaterialFade
,MaterialElevationScale
).Important
Required
minSdkVersion
is now 19 or higher, for Material and AndroidX (blog post).Dependency Updates
Library Updates
Gradle
1bbb43d
)1756f23
)Carousel
1ef42e2
)FullScreenCarouselStrategy
class documentation. (a0a1c6e
)e88a1b9
)9e64a1f
)92a5444
)CollapsingToolbarLayout
7674e12
)Checkbox
198e08c
)Dialog
f3e4439
)Divider
ef4a0c5
)i18n
a8307ef
)MaterialDatePicker
5aa6edf
)MaterialAutoCompleteTextView
14a7b40
)NavigationDrawer
a3af20a
)NavigationRail
2439dc0
)16eca7e
)Predictive Back
c8b9b1c
)ProgressIndicator
c8cb0c6
)540f5ee
)689e04f
)8167c11
)3f80fdb
)bcc27a3
)76207cb
)6fd920a
)98284e7
)52b4845
)93b3010
)15b533f
)22e054b
)Search
387f59b
)searchbar_scrolling_view_behavior
string public (ce386e4
)198e08c
)SideSheet
198e08c
)Slider
92bc02c
)d61cffd
)valueTo
(4d1b9e5
)10484df
)cd4f618
)a641e18
)c218b3c
)(3b278d7
)144b515
)Tabs
aaa7034
)Theming
81d1b77
)8ca016f
)Tokens
88acfcd
)857d6a2
)TopAppBar
929c80f
)2ac8c1c
)TextInputLayout
9b9449c
)4a2654a
)Transitions / Motion
8c63848
)6092a7d
)104043c
)8ccec33
)Full list of release notes
Full list of changes
v1.11.0
Compare Source
Important
Elevation Overlays within default component styles have been replaced by the new Tonal Surface Color system. Instead of blending the Primary color with the Surface color based on an elevation value, components now use a specific Surface color role that can be more easily understood and customized.
Documentation for the affected components and which Surface color roles they use has been updated in
2114a11378
.What's new since 1.10.0
Dependency Updates
None.
Note: Earlier versions of 1.11.0 used other versions of the
androidx.activity
1.8.0 library dependency, but there is no change in the dependency from 1.10.0, the last stable MDC library version.Library Updates
Badging
78cc54b
)5e6ea58
)BottomNavigationView
9f2e686
)BottomSheet
de27132
)Carousel
17baf71
)26c3129
)fb9c1c6
)9a2347b
)cbb380d
)0356f24
)ed4647d
)d5d604d
)8cb444b
)8312162
)4a6ae4d
)c418063
)93660d4
)b80d9a5
)7151714
)4ce7e4c
)c6ea2d4
)3d84841
)b6f6eb5
)9d81cac
)966f7da
)dc91b39
)a16f180
)ff52862
)0171624
)547156e
)674ec44
)14023d2
)7c40359
)ad6afbf
)bc54f2e
)Catalog
2c53952
)74ac87c
)1252d4f
)98439df
)357cf2d
)f9102c7
)4e1b130
)79a1953
)3bb69f5
)4847799
)c40e468
)480bbc6
)aa5b5bc
)ef9f918
)3652fde
)6c2dd5d
)af7d09a
)7cfd30f
)Chip
7289aa6
)CollapsingToolbarLayout
094e3e2
)5f2b4b2
)Color
541df07
)bc824b4
)d16f223
)0663019
)b5d6f1a
)8204856
)ba465a2
)Divider
6b897c6
)Documentation
ad2b5f8
)b8b1a66
)a01a68d
)247240c
)9ee4aba
)d7e75bb
)caec8d2
)setOnCheckedStateChangeListener
instead ofsetOnCheckedChangeListener
which was deprecated in favour of the former (0582b1a
)colorContainer
andcolorOnContainer
instead ofcolorPrimary
andcolorOnPrimary
. (44bfe2d
)9a4c21d
)2114a11
)e3b255b
)1785bbf
)Material 3
ad63d3f
)faf9a32
)1a9d54f
)d3dda60
)1d3b8e1
)fde37cf
)839b14c
)862a7e1
)MaterialCardView
android:duplicateParentState
. (31af945
)MaterialDatePicker
a00ee50
)5f1cab6
)a782e7a
)NavigationView
eba40e9
)Predictive Back
5559cbc
)bccbd4f
)8d83a31
)02dc779
)UnsupportedOperationException
AnimatorSet
crash inSearchView
. (f101532
)ProgressIndicator
3b0fd58
)Search
editable
property withinSearchBar
'sAccessibilityNodeInfo
representation. (be1395b
)a51561d
)720998d
)c15a323
)SideSheet
d440e3c
)f91f17b
)Switch
a10c508
)db9a641
)Tabs
6b627c2
)TextInputLayout
2590c42
)93360a5
)9a4888f
)Theming
f2ccc11
)TimePicker
d10201d
)Tokens
bfee8a7
)TopAppBar
1e9f5f0
)c4ae01a
)569ddac
)43242f2
)4e995d1
)c7a0adf
)2b476b3
)Other
f1da3c3
)733fe20
)2cfb127
)09382b8
)f93c65c
)7d8681f
)4c89301
)0a6a8a9
)ed9b541
)04c0582
)57b2663
)76a681a
)Full list of release notes
Full list of changes
v1.10.0
Compare Source
What's new since 1.9.0
Start-aligned
variant to Carousel component. Check out the developer documentation for more details.Important
New minimum requirements for your app's project:
compileSdkVersion
to34
Known Issues
Dependency Updates
Library Updates
A11y
917da52
)Badging
27abfdb
)2362f4b
)44a97f4
)532b65d
)4d50aa4
)b706506
)a0d0b53
)c1ef52b
)fc0de1b
)8499b83
)68c844c
)2ddcfe4
)c1eba1b
)BottomAppBar
c22eb0d
)2ea3df9
)BottomNavigationView
7bd9724
)BottomSheet
a5ff190
)af1fa70
)86cd9d7
)c8a0d47
)1c01e82
)9c4b73d
)d8c01c1
)Carousel
7822ef8
)ec509cc
)6b48d3b
)29d8742
)9486de5
)16c1575
)7d6a977
)85b6d50
)b57dae5
)340cd44
)26c3779
)8938da8
)1c27404
)7bc26e5
)0184b5b
)5bc7a50
)93ceb7e
)43c5077
)3856af1
)733c9e0
)359580b
)9d0732b
)Catalog
4442635
)386d47b
)2336c23
)4c3e1d5
)33e4f84
)Checkbox
62aa802
)Chip
2702b1a
)fd0c815
)Color
2a1a67f
)824d75e
)206928b
)cf006c5
)93f386c
)Dialog
dae89b7
)77cdc1e
)303fabd
)Documentation
e4d0fd3
)0bcb570
)ef57f69
)e75654d
)ExposedDropdownMenu
1562d0b
)FloatingActionButton
d6f36e8
)Material 3
dfd9bfb
)836c51e
)e9b485d
)d7f9a06
)a511501
)e157608
)a6cf098
)b335436
)3b43d41
)1fd695c
)e56e9b1
)9ffaa8d
)203d5ec
)1159923
)2aa1cf3
)c786582
)MaterialButton
2b5c75f
)MaterialDatePicker
4d80434
)7ccf670
)29b59c2
)f4d0f56
)35bd1fc
)619d5a6
)ec511a5
)7b2c19b
)bcc97bf
)30ea33e
)4032a74
)NavigationRail
8b016a0
)3b2b827
)3f99392
)1d2a59b
)NavigationView
c031144
)e3b493f
)Predictive Back
e8af8f9
)845007e
)UnsupportedOperationException
AnimatorSet
crash inSearchView
. (6720e24
)722b936
)ad60bbf
)122c296
)a67a885
)fb56ab4
)e69a324
)82a91c8
)47c307d
)577d23e
)5ba704a
)b984e64
)52f1737
)d8c5c2c
)f335a50
)562285e
)9405121
)a93c91a
)69b5386
)176ce5e
)a4b6f46
)2c23d2a
)8105cb7
)d6fad95
)2c297fa
)22c4e0d
)Search
cbbd50d
)884a454
)SideSheet
7a3f30b
)7ee0b72
)d005ad7
)690cd5d
)a0d4fa0
)87a45a2
)ad9ad20
)8ae8a37
)d0ad45e
)a4c65d8
)5e427da
)LeftSheetDelegate
and left sheet support for standard and coplanar side sheets. (78fa157
)Switch
3abb658
)2e85f06
)23a2b17
)Tabs
add7f5d
)e708d98
)34d6a14
)TextInputLayout
c598ccd
)d9b97b4
)TimePicker
1fcde2c
)5f542c8
)Tokens
d722a78
)0be665c
)9f1caa2
)TopAppBar
6980c40
)fdaff78
)b3f7b66
)cdda1fc
)21a7aff
)Other
5a45d85
)4faa81c
)7160a68
)bcc2f91
)bb0973f
)7b8507f
)0c0addd
)543c473
)174a57d
)bdef355
)fc6f0a2
)7671188
)797d494
)9123e4f
)f2e70d2
)022e217
)11b8da4
)46778db
)1a2078b
)5a37e4b
)c7d31fb
)dfbf4d9
)500c8eb
)bb2716f
)5689ce2
)3fb6bb2
)Full list of changes
Full list of release notes
v1.9.0
Compare Source
What's new since 1.8.0
Dependency Updates
Library Updates
Badge
89a2a64
)3c1ac05
)d0d0f54
)BottomSheet
697d93a
)Carousel
be9f16c
)4ecba81
)Color
4f3dc3e
)989d574
)169bbca
)ce68ec6
)SideSheet
ad3cf5a
)938105a
)2e9b39f
)Slider
93f8ffb
)7bbbe39
)Tokens
dac9450
)Full list of changes
Full list of release notes
v1.8.0
Compare Source
What's new since 1.7.0
Dependency Updates
Library Updates
A11y
1200e25
)f394903
)dff70c0
)5c5b1e8
)2f9844b
)c6539f2
)62b2b19
)be8b8d4
)ceacaa6
)968e035
)eca825f
)ee19b01
)e9fc0a0
)Badging
23b7157
)BottomAppBar
10fe695
)1322e61
)4c11606
)fdd8dae
)8bec167
)63f98bf
)BottomNavigationView
e393748
)11e98f2
)a2ce1dd
)BottomSheet
1cdb371
)e474cf4
)617e582
)0804031
)6631abb
)6e6c53a
)2958d8d
)d845db8
)4865639
)c9e855e
)Catalog
305e19d
)fafee33
)df85be2
)c440d86
)45a569f
)09f1ee5
)5c2eb45
)3d32f73
)c19efa0
)2697e0f
)549fe19
)745acfd
)229eb9d
)849be73
)3daa028
)Checkbox
5d261f5
)e67e68d
)b8e1b57
)6f474b3
)ccf67f7
)8f149b1
)a4d6f51
)079371f
)9ca8a80
)Chip
cb65cc6
)CollapsingToolbarLayout
29bed9a
)Color
2351fd9
)4619f31
)8ca326a
)8510596
)f0e5bda
)9897bc2
)17ac05d
)Dialog
8d8a0d1
)Divider
b08257b
)2f6ebb4
)6f547d4
)Documentation
ca54c65
)00c9ce5
)bde2092
)ae788ac
)2527cc2
)bc1ec5a
)ExposedDropdownMenu
644d141
)db115f0
)9147704
)ExtendedFloatingActionButton
extendToWrapContent
attribute that can disable the current eFAB behavior of extending to wrap content (thus allowingextend
to return to its original width before shrinking) (d5b41c1
)9db041c
)MaterialButton
b9e8fb8
)3b333ee
)8a4af07
)MaterialButtonToggleGroup
e8bfad5
)b6c6600
)MaterialCardView
3975a2e
)7d129ea
)MaterialDatePicker
147463f
)ffbf835
)b813b2b
)4046525
)276c117
)32f1118
)8dcdd26
)7bc5689
)6643695
)aff6a94
)95ab979
)be650c4
)debe22e
)51b6054
)24201b4
)bca0f2e
)NavigationRail
d1b682f
)NavigationView
cb384c5
)88c448e
)ProgressIndicator
ab063b7
)26aa22b
)Search
4e323fa
)8cbfd20
)d049b1b
)be8ff16
)978ffdf
)d1bacf5
)38605f4
)2977a75
)030fe32
)SideSheet
99664aa
)516240d
)a24832a
)35dfa92
)0538a3c
)8055a2c
)0949e9c
)f707836
)7f17891
)3bc1f6e
)0c4e4a7
)9c8ea58
)99e09b0
)35d6051
)0c35d1d
)e6ca949
)f7b3aac
)7a706cc
)1653055
)10d72ee
)4364c4f
)1d3e374
)Slider
9e210ea
)4a1e6bc
)bcb551b
)a137c28
)c7a3d5e
)f3a5f2f
)f3952f8
)Switch
3fc3ec1
)112378d
)Tabs
1681b1d
)ab3f203
)4a0e1a0
)cb1905d
)857f481
)f9a37c5
)d0460f3
)34a1dde
)00220d0
)3c0c9e7
)d68c0f8
)d1c5a52
)7f98ebc
)cebf591
)edcb7fb
)TextInputLayout
a352178
)e76eaff
)e7697c2
)fbd75ec
)c98480c
)a85204e
)08c40d8
)6b53f62
)e284e57
)Theming
ac6f13c
)TimePicker
0c204b8
)6d956ed
)56ea071
)087da2f
)15c7128
)a4f6a1e
)0dbea2d
)60bc025
)16edbb9
)b3acd17
)cbc0711
)Tokens
567cc54
)4a24684
)ed77ab3
)1ef53e2
)02327c3
)TopAppBar
c8108b1
)c587dd1
)9df6c9d
)14415a1
)32f41ff
)Transitions / Motion
1236a90
)3d3edce
)Other
090b988
)b1bd580
)ba70cd7
)624543f
)7c56473
)158d9f0
)89a2b6f
)39b4c76
)@CanIgnoreReturnValue
to some APIs thatreturn this
. (44cc9b7
)52ebb77
)41eb6d0
)2b1af84
)5c6f0c8
)1a336b5
)Full list of changes
Full list of release notes
v1.7.0
Compare Source
What's new since 1.6.1
New minimum requirements for your app's project:
Dependency Updates
Other highlights
MaterialButton
a601107
)467a2c9
)14578ed
)25606cf
)b6b895a
)19d0500
)Documentation
104a342
)57a3c98
)ef2c2fa
)b8e1f97
)TopAppBar
00c62d2
)687e735
)0c341c4
)d6c4354
)A11y
d4c2c95
)b1f7d5b
)TextInputLayout
4ded01e
)73cb1b6
)2c0e42f
)0e4e44e
)Color
824a12b
)Transitions / Motion
f2f454b
)894edb6
)Chip
3fc53ac
)788866e
)Snackbar
a717813
)5b9f27a
)TimePicker
703249d
)f302da7
)72abed0
)BottomSheet
d4da5b1
)f0e6625
)ac7b761
)be1b38c
)921868d
)Divider
92caa19
)714521b
)Slider
ed11e69
)75af80c
)MaterialCardView
bfce84a
)CollapsingToolbarLayout
241aa5c
)7b043c3
)NavigationRail
f700e6d
)ProgressIndicator
61cbb8c
)BottomNavigationView
11578b3
)1995438
)9a16aa4
)ExposedDropdownMenu
6206ff5
)Switch
f469720
)2f33cfc
)06bba00
)1e08c68
)a3ca744
)3b257c0
)MaterialDatePicker
91a2550
)5d6678c
)FloatingActionButton
25482b1
)30bb583
)acc7569
)934985e
)BottomAppBar
53b3001
)f2423de
)88a73eb
)397e48f
)4188995
)cab45dd
)ExtendedFloatingActionButton
5c0003c
)Checkbox
4da7ce1
)1666fbc
)8dd9c7e
)Tabs
2fc2e6a
)NavigationView
4dc3d93
)ShapeableImageView
74b7706
)Full list of changes
Full list of release notes
v1.6.1
Compare Source
Dependency Updates
Library Updates
TopAppBar
299c8e1
)dff14ca
)a5a738b
)Color
bef8ca1
)b33cf80
)Chip
0356d7c
)TextInputLayout
948d5da
)Other
248d4c8
)Full list of changes
v1.6.0
Compare Source
What's new since 1.5.0
Other highlights
Material 3
b49284e
)2ae3ca4
)bb23e2d
)3c9b452
)6b57c52
)fba1a34
)bc56d5b
)Badging
b3db1cc
)bbbeacd
)b8f2dd5
)BottomNavigationView
1222268
)d66676f
)adbcf8c
)BottomSheet
493243e
)04c483c
)43114c4
)19af0ac
)Chip
f3c6430
)cc18f3f
)8ed0ac9
)CollapsingToolbarLayout
86e8b00
)5dce006
)Color
b402cb3
)fcc1091
)1dad5f6
)44054aa
)869d943
)bdbf052
)56ed070
)f6c8fa5
)b84f35f
)48741b4
)822a5b2
)Dialog
1c5c054
)8342f90
)246b340
)672e744
)9980596
)Divider
9416b2c
)MaterialDatePicker
e1ee959
)be6050a
)94cd532
)62e8993
)b2fbace
)MaterialButton
b0f3700
)6c41f07
)MaterialCardView
b4cab87
)283715d
)250d56d
)MaterialShapeDrawable
5ff917d
)NavigationRail
c66633b
)Slider
ca8594d
)17da000
)Snackbar
2bfc7ba
)d5856fd
)4c7be52
)ff97a68
)35d9da8
)6a3ea94
)Tabs
9c2df28
)a295de9
)823c34a
)TextInputLayout
4d78879
)9a46af2
)9789f2e
)85ed993
)7d46b95
)88eb089
)e8bde75
)cf5df22
)9d2f864
)TopAppBar
2f3110f
)f69e3a0
)b01051b
)0f2b537
)698cf9b
)acb7958
)89d80d0
)44d4c3e
)e6db8a4
)b935604
)Dependency Updates
Full list of changes
Full list of release notes
v1.5.0
Compare Source
What's new since 1.4.0
Material3
themes, styles, and functionality! Check out the following resources for more information:Divider
component (Docs)Other highlights
Badging
bd4914d
)BottomAppBar
0ed7c76
)34740b6
)BottomNavigationView
943c4f0
)BottomSheet
a38d2d8
)Chip
c08a07d
)CollapsingToolbarLayout
655dde0
)9ebf1a1
)af35dfb
)5c14772
)841f229
)f0ce498
)f0ac362
)3ad232d
)MaterialButton
c5c7a74
)153fdee
)MaterialDatePicker
cb5d622
)eb7b114
)281688a
)8fda897
)Snackbar
58ceeab
)b0558dc
)8729d8a
,15e2254
)TextInputLayout
4044183
)8a4f42a
)c92e693
)87b50c6
)TimePicker
35c2af3
)00c0df9
)168c691
)Dependency Updates
Full list of changes
Full list of release notes
v1.4.0
Compare Source
What's new since 1.3.0
NavigationRailView
(Docs)Other highlights
MaterialToolbar
(cbf528e
)MaterialButton
s (eb5453c
)BottomSheet
s (63d01aa
)BottomSheet
(c15139a
) (b163458
) (c574e9e
) (28c3254
)TextField
's collapsed hint background no longer overlap with the field's background color (6015a4e
)Dependency Updates
Full list of changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.