Important
- The
compileSdkVersion
was updated to 35.
Dependency Updates
Dependency | Previous version | New version |
---|---|---|
androidx.dynamicanimation:dynamicanimation | v1.0.0 | v1.1.0 |
Library Updates
BottomSheet
Catalog
Checkbox
- Updated translations. (7711191)
Chip
Color
Dialog
DockedToolbar
Documentation
- Updated GitHub's README to include note and link to compose issue tracker. (8ec6b77)
- Removed {width=} and {height=} tags, and also remove unsupported tabs tags. (2e68da2)
- Updated getting started Gradle, AGP, and studio requirements (30f1850)
- Updated Bottom Sheets doc to make it more user friendly (e97782e)
- Updated Side Sheet doc to make it more user friendly (d0ba483)
MaterialButton
- Added filterTouchesWhenObscured=true to button layout. (2749544)
- Fixed a bug that
checked
state in XML was not respected. (0c5b17a) - Improved memory usage when materialSizeOverlay is used. (571a196)
- Updated split button styles to lessen maker specification requirements and support consistency. (2aadbd1)
- Added a demo to programmatically add/remove buttons in a button group. (4f55422)
- Added a click action and toggleable control in button group demo. (8e52e94)
- Fixed minor issues in button group demo and toggle group demo. (5161e71)
NavigationRail
- Updated to force NavigationFrameLayout to be the available size at the minimum (12fad1d)
ProgressIndicator
Search
- Added attribute to control when to impose max width based on a percentage of available width in parent (43f2b90)
- Updated centered search bar text to have 8dp content start and end padding (4070bef)
- Added a clip bounds animation for searchview edit text (5a600a8)
- Added a placeholder textview to Searchbar that keeps track of searchview edit text in order to gracefully fade it out in searchview collapse animation (be09936)
- Added Expressive styles. (0b578fd)
- Updated centering layout logic to account for padding and content insets (c2c660b)
Slider
Tabs
- Updated to not detach an already detached TabLayout (6b35213)
Typography
- Added emphasized typescale to public attributes (0c1a914)
Other