Skip to content

Releases: leinardi/FloatingActionButtonSpeedDial

Compose 1.0.0-alpha04

17 May 15:15
compose-1.0.0-alpha04
b714060
Compare
Choose a tag to compare
  • Added some ProvidableCompositionLocals and improved Compose sample

Compose 1.0.0-alpha03

16 May 17:05
compose-1.0.0-alpha03
a7253f9
Compare
Choose a tag to compare
  • Added optional label to main FAB

Compose 1.0.0-alpha02

16 May 17:05
compose-1.0.0-alpha02
f5ea4f5
Compare
Choose a tag to compare

View 3.3.0

15 May 09:03
view-3.3.0
ce7bbe5
Compare
Choose a tag to compare
  • fixed #168: Stack overflow when setting contentDescription to main FAB
  • preventing user to be forced out of touch mode (thank you @zhanghai for the PR)
  • updated several dependencies

Compose 1.0.0-alpha01

15 May 09:03
compose-1.0.0-alpha01
ce7bbe5
Compare
Choose a tag to compare
  • First release of SpeedDial for Compose

3.2.0

22 May 18:45
3.2.0
8171e63
Compare
Choose a tag to compare
  • fixed #159: Publish latest version to Maven Central, now that JCenter will be sunset
  • fixed #149: Accessibility issues:
    • the closest Action Item to the Main FAB is now focused
    • it is possible to navigate the open menu using FOCUS_UP and FOCUS_DOWN
    • it is possible to set content descriptions for all the FABs
  • updated several dependencies

3.1.1

07 Oct 14:59
3.1.1
52995ba
Compare
Choose a tag to compare
  • Fix #11: Re-enabling FAB size
  • Revert com.google.android.material to 1.0.0 (version 1.1.0-beta01 can still be used, just specify this version explicitly on your build.gradle file).

3.1.0

10 Sep 13:48
3.1.0
f42e77f
Compare
Choose a tag to compare
  • fixed #113: Main FAB opened image is not centered when using Theme.MaterialComponents
  • fixed #101: Add ability to Disable Main Fab
  • API changes:
    • fixed #111: added option to tint Main FAB icon (setMainFabClosedIconColor() and setMainFabOpenedIconColor())
  • migrated Sample project to Kotlin

3.0.0

27 Jul 08:22
3.0.0
e4bba01
Compare
Choose a tag to compare
  • fixed #92: Migrate to AndroidX
  • fixed #100: Use unique view IDs
  • fixed #109: Added resource ID for main FAB
  • updated gradle and Android gradle plugin

2.0.1

28 Sep 11:21
Compare
Choose a tag to compare
  • fixed #95: support 28 workaround does not work on minified release apk