Skip to content

1.1.0-rc01

Choose a tag to compare

@dsn5ft dsn5ft released this 19 Dec 21:14
· 7 commits to release-1.1 since this release

Dependency Updates:

Dependency Previous version New version
coordinatorlayout 1.1.0-rc01 1.1.0
viewpager2 1.0.0-rc01 1.0.0

Library Updates:

  • MaterialDatePicker
    • Separate date format string from date hint string in MaterialDatePicker for better hints (cc1cfd7)
    • Include separator characters for Samsung devices in MaterialDatePicker (945a220)
    • Fixed MaterialDatePicker todayInUtcMilliseconds method (ff5993d)
    • Fixed getDayCopy utility function in UtcDates for DatePicker (88a67b0)
    • Update MaterialDatePicker to read colorSurface from correct context (267e299)
  • BottomSheetBehavior
    • Update BottomSheet to have a singular SettleRunnable (6178e71)
  • FloatingActionButton
    • Add workaround to prevent FloatingActionButton crash on API 26 (a718fd1)
  • AppBarLayout
    • Fix AppBarLayout statusBarForeground issue where status bar drawable is drawn behind content (1a31ddc)
  • Snackbar
    • Update Snackbar gesture inset calculation to factor in translationY (904d063)

Full set of changes: 1.1.0-beta02...1.1.0-rc01