Skip to content

Releases: material-components/material-components-android

1.1.0-alpha03

04 Feb 23:02
Compare
Choose a tag to compare
  • Update CoordinatorLayout to Version 1.1.0-alpha01 and update AppBarLayout to NestedScrolling3 API (80aedb9)

    The previously existing onNestedScroll(CoordinatorLayout, V, View, int, int, int, int, int) has been deprecated in favor of the new onNestedScroll(CoordinatorLayout, V, View, int, int, int, int, int, int[]) and Behavior implementations should be updated accordingly.

    If developer code currently overrides CoordinatorLayout#onNestedScroll(View, int, int, int, int, int), it will likely no longer be called and CoordinatorLayout#onNestedScroll(View, int, int, int, int, int, int[]) should be overridden instead.

  • Support checkable in MaterialCardView (4cbe3b1)
  • Add backgroundTint support to BottomNav (a083017)
  • Add Icon Padding with an insetDrawable in menus (560adc6)
  • Updated Chip to support dynamically changing texts in RTL layout (a0ab1c2)
  • Remember the selected item when adding items to BottomNavigation's menu (0055c66)
  • Fixing focus order when text fields have the password toggle enabled. (9a30c93)
  • Fix non-scrollable bottomsheet corners when set directly to STATE_EXPANDED (c94b520)
  • Fix NPE in BottomSheetBehavior onViewReleased (41daf80)
  • Only use window insets for Snackbar (BaseTransientBottomBar) bottom margin if anchor view is not provided (d1cd5d4)
  • Support custom backgrounds for outline text fields and use EditText's background for the text field's outline. (0aa470a)
  • Use stroke width to determine whether a stroke should be drawn for MaterialCardView. (6362e72)

Full list of changes: 1.1.0-alpha02...1.1.0-alpha03

1.1.0-alpha02

12 Dec 21:38
Compare
Choose a tag to compare
  • Shape Theming: FloatingActionButton, MaterialButton, Chip, MaterialCardView, BottomSheet, & TextInputLayout updated to use the new Material shape system
  • Accessibility fixes for MaterialButton and Selection Controls (Checkboxes, RadioButtons, & Switches)
  • New MaterialAlertDialogBuilder class for Material themed dialogs (WIP)
  • Fix BottomAppBar Invalid Region crash on Android P (#235)

1.1.0-alpha01

15 Nov 13:41
Compare
Choose a tag to compare

1.0.0

15 Nov 13:44
Compare
Choose a tag to compare
  • Stable release of new com.google.android.material namespace (used to be android.support.design)