v115.0.0
In this major release, we deprecated the Ink component in favor of Ripple and deleted the
deprecated fontSize
property from the ThumbTrack component.
Breaking changes
The fontSize
property of ThumbTrack is now deleted. Please use the font
property instead.
New deprecations
The Ink component has been deprecated. Please use Ripple instead.
Component changes
BottomNavigation
Collections
Dialogs
TextControls
- Improve TextControls test coverage (Andrew Overton)
private/ThumbTrack
- Delete deprecated fontSize property. (Wenyu Zhang)
Multi-component changes
- Official deprecation of Ink. (Yarden Eitan)