You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 11, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,44 @@
1
+
# 115.0.0
2
+
3
+
In this major release, we deprecated the Ink component in favor of Ripple and deleted the
4
+
deprecated `fontSize` property from the ThumbTrack component.
5
+
6
+
## Breaking changes
7
+
8
+
The `fontSize` property of ThumbTrack is now deleted. Please use the `font` property instead.
9
+
10
+
## New deprecations
11
+
12
+
The Ink component has been deprecated. Please use Ripple instead.
13
+
14
+
## Component changes
15
+
16
+
### BottomNavigation
17
+
18
+
* [Remove pre-iOS 10 handling for voiceover now that components support iOS 10+](https://github.com/material-components/material-components-ios/commit/01b1cbaa6621bafda648716f0e9074315cfcc0f3) (Alyssa Weiss)
19
+
20
+
### Collections
21
+
22
+
* [Silence warnings when including a header with a method that uses deprecated declarations.](https://github.com/material-components/material-components-ios/commit/21d67fef12496fa026e32d1b203e15464b7e5378) (Nobody)
23
+
24
+
### Dialogs
25
+
26
+
* [Issue:- We currently disable tap for message text view.](https://github.com/material-components/material-components-ios/commit/6e42102550f3ca3aff560951b037d3fe8a30cf7c) (Nobody)
27
+
28
+
### TextControls
29
+
30
+
* [Improve TextControls test coverage](https://github.com/material-components/material-components-ios/commit/9d12dc1f981b317877bf713b1ed906b9363cfb19) (Andrew Overton)
* [Official deprecation of Ink.](https://github.com/material-components/material-components-ios/commit/8d7bc88a110d1c0ad0e2a14c6c4f106d5fd91d3e) (Yarden Eitan)
39
+
40
+
---
41
+
1
42
# 114.0.0
2
43
3
44
In this major release we have updated BottomNavigation safe area calculations and removed the deprecated `sizeThatFitsIncludesSafeArea` API, including a minor bug fix for Dialogs.
0 commit comments