Skip to content

1.13.0-alpha14

Compare
Choose a tag to compare
@kendrickumstattd kendrickumstattd released this 03 Jun 20:18
· 9 commits to release-1.13 since this release

Important

  • Expressive is moving to 1.14.0 starting with 1.14.0-alpha01, which is currently available. (#4803) (27226d6)
  • Updated compileSdkVersion to 35.

Dependency Updates

Dependency Previous version New version
androidx.dynamicanimation:dynamicanimation v1.0.0 v1.1.0

Library Updates

  • BottomSheet
    • Deprecated enableEdgeToEdge for bottom sheet dialogs on API 35+. (603f1ef)
    • Prevent ACTION_DOWN events on the BottomSheetHandleDragView from setting touchingScrollChild to true. (af7f254)
    • Fix keyboard animation on Android 14. (a0b4dfa)
  • Catalog
    • Update NavRail description in catalog. (28be49d)
    • Fix BottomWindowInsetView. (8699fe8)
  • Checkbox
  • Chip
    • Get default minTouchTargetSize from material attributes. (436437a)
    • Add a show all Chip for a11y. (8e33421)
  • Color
    • Updated to only draw surface color under the button's stroke when the buttons are actually overlapped. (7ae12b5)
    • ColorResourcesTableCreator: Fix length encoding for utf8 strings (7c62429)
  • Dialog
    • Add m3 styles for floating toolbar and docked toolbar for dialog. (1b58f5f)
    • Added Expressive styles. (0bd1749)
  • Documentation
    • remove {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)
  • FloatingActionButton
    • Fix the width calculation in the wrap_content extend strategy. (1e06f7c)
  • MaterialButton
    • Fixed a bug that checked state in XML was not respected. (0c5b17a)
    • Test improve memory usage when materialSizeOverlay is used. (571a196)
    • Update split button styles to lessen maker specification requirements and support consistency. (2aadbd1)
    • Add 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)
  • MaterialDatePicker
    • Replace the deprecated announcement API used for month navigation. (6a3d13f)
  • MaterialShapeDrawable
    • Update ShapeAppearanceModel.Builder to not use extra ContextThemeWrapper for shape appearance overlay due to performance concerns. (990fdb4)
  • NavigationRail
    • Force NavigationFrameLayout to be the available size at the minimum. (12fad1d)
  • ProgressIndicator
  • Search
    • Updating centered search bar text to have 8dp content start and end padding. (4070bef)
    • Added a clip bounds animation for searchview edit text. (5a600a8)
    • Add 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)
    • Update centering layout logic to account for padding and content insets. (c2c660b)
  • Slider
    • Prevent duplicate accessibility announcements. (bccfdfa)
    • Get default minTouchTargetSize from material attributes.(422586e)
    • Fix label bounds for vertical slider in RTL. (23957e0)
    • Added Expressive styles. (3a29699)
    • Centered Slider Expressive updates. (781d344)
    • Reorganized styles. (72d011d)
  • Tabs
    • Don't try to detach an already detached TabLayout. (7144370)
  • TextInputLayout
    • Replace deprecated announceForAccessibility with accessibility live region. (e909768)
  • TopAppBar
    • Fix Extended FAB behavior demo to shrink and extend as expected. (13cdaba)
  • Typography
    • Added emphasized typescale to public attributes. (0c1a914)
  • Other
    • Bump MDC library version to 1.13.0-alpha14. (8e8948e)
    • Add a method to get the HideViewOnScrollBehavior associated with the view. (0f5974a)
    • Fix the target position of the view when sliding it off the screen without animation. (def80c5)
    • Updated compileSdkVersion to 35. (62f8561)

Full list of changes

1.13.0-alpha13...1.13.0-alpha14