Skip to content

Releases: PygmySlowLoris/vue-fab

2.3.1

27 Oct 17:09
Compare
Choose a tag to compare

Fix

  • Show tooltips when fab starts opened

2.3.0

21 Oct 17:35
Compare
Choose a tag to compare

Features

  • Starts opened
  • Toggle when clicking outside from the component

2.2.0

30 Sep 18:28
Compare
Choose a tag to compare

Feature

  • disable rotation

2.1.4

26 Apr 17:54
Compare
Choose a tag to compare

[Fix] fab class name conflict

fab class conflict with font-awesome 5 #21

2.1.1

29 Sep 07:13
Compare
Choose a tag to compare

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

22 Aug 10:27
Compare
Choose a tag to compare

Feature

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

2.0.9

28 Jun 10:18
Compare
Choose a tag to compare

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

22 May 15:29
Compare
Choose a tag to compare
Merge branch 'feature/color-for-each-action-button' into dev

v 2.0.3

19 May 13:13
Compare
Choose a tag to compare

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

14 May 18:16
Compare
Choose a tag to compare

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.