Skip to content

Releases: prabhuignoto/vue-float-menu

2.0.1

27 May 05:39

Choose a tag to compare

Major release with Major improvements 🎉

What's New

Full Changelog: 1.9.1...2.0.1

1.9.1

05 Nov 03:46

Choose a tag to compare

fixed CSS naming convention

1.9.0

13 Dec 04:09

Choose a tag to compare

🌈 support for icons

1.8.2

05 Dec 08:14

Choose a tag to compare

🔨 fixed a keyboard accessibility issue. (using right arrow behaves weirdly).

1.8.0

25 Nov 08:45

Choose a tag to compare

Restrict drag movement around the screen edges.
Support for adding a new divider in between the menu items.

1.7.6

21 Nov 19:17

Choose a tag to compare

  • removed interactjs. drag n drop is completely managed by the lib itself.
  • reduced final build size.

1.7.1

17 Nov 11:58

Choose a tag to compare

Introducing two new modes (slide-out and accordion) slide-out will be the default mode. accordion is introduced to handle mobile use cases.
Menu handle will now snap back to its original position on the screen edges.
removed nanoid.

1.6.1

16 Oct 07:18

Choose a tag to compare

upgraded to latest vue

1.5.0

03 Oct 02:52

Choose a tag to compare

Added support for disabling menu items

1.3.0

02 Oct 09:04

Choose a tag to compare

Adding basic support in mobile devices.
Auto realign menu head on window resize.
Fixed minor issues.