Update dependency com.google.android.material:material to v1.12.0 #8
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.8.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
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.
b91b67a98e
to92bce2c9b6
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.