Releases: leinardi/FloatingActionButtonSpeedDial
Releases · leinardi/FloatingActionButtonSpeedDial
Compose 1.0.0-alpha04
- Added some ProvidableCompositionLocals and improved Compose sample
Compose 1.0.0-alpha03
- Added optional label to main FAB
Compose 1.0.0-alpha02
- Fixed access to top-members of the AAR (more info here: https://stackoverflow.com/q/72244263/293878)
View 3.3.0
Compose 1.0.0-alpha01
- First release of SpeedDial for Compose
3.2.0
- 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
andFOCUS_DOWN
- it is possible to set content descriptions for all the FABs
- updated several dependencies