Vue Fab Versions Save

Vue Floating Action Button

2.3.1

5 years ago

Fix

  • Show tooltips when fab starts opened

2.3.0

5 years ago

Features

  • Starts opened
  • Toggle when clicking outside from the component

2.2.0

5 years ago

Feature

  • disable rotation

2.1.4

6 years ago

[Fix] fab class name conflict

fab class conflict with font-awesome 5 #21

2.1.1

6 years ago

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).

2.1.0

6 years ago

Feature

Fixed tooltip - it displays the tooltip beside the actions. This feature aims to improve mobile experience.

2.0.9

6 years ago

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.

2.0.4

6 years ago

2.0.3

6 years ago

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)

2.0.1

7 years ago

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.