Releases: PygmySlowLoris/vue-fab
Releases · PygmySlowLoris/vue-fab
2.3.1
Fix
- Show tooltips when fab starts opened
2.3.0
Features
- Starts opened
- Toggle when clicking outside from the component
2.1.4
[Fix] fab class name conflict
fab class conflict with font-awesome 5 #21
2.1.1
Fixes
- Action tooltips are destroyed when actions have been removed from DOM when
toggle
is set to false
.
- Action tooltips won't persist if
toggle
is set to false
, for example quick doble click (#11).
v2.1.0
Feature
Fixed tooltip - it displays the tooltip beside the actions.
This feature aims to improve mobile experience.
2.0.9
New
- Three standard sizes: 'small', 'medium' and 'large'. Affects main icon, action icons and round containers.
- Possibility to change position from 'fixed' to 'absolute'. Main reason is if the user wants to use the fab in relation to a another container that it's not the document.
v2.0.4
Merge branch 'feature/color-for-each-action-button' into dev
v 2.0.3
New
- Possibility to add tooltip in the main button and actions
- Change main icon (the 'add' icon it will always replace your selection for the close state)
v2.0.1
New (breaking change)
- Vue ripple directive added
- All props are unique and no handled by a main object
Fixes
- z-index property was stated in the readme but not implemented.