Releases: prabhuignoto/vue-float-menu
Releases · prabhuignoto/vue-float-menu
2.0.1
Major release with Major improvements 🎉
What's New
- Complete revamp of UX
- Update rollup settings by @prabhuignoto in #69
- chore: upgrade packages by @prabhuignoto in #75
- Refactor code style and improve consistency across components by @prabhuignoto in #78
- Enhance accessibility and touch interactions in FloatMenu component by @prabhuignoto in #81
Full Changelog: 1.9.1...2.0.1
1.9.1
fixed CSS naming convention
1.9.0
🌈 support for icons
1.8.2
🔨 fixed a keyboard accessibility issue. (using right arrow behaves weirdly).
1.8.0
Restrict drag movement around the screen edges.
Support for adding a new divider in between the menu items.
1.7.6
- removed interactjs. drag n drop is completely managed by the lib itself.
- reduced final build size.
1.7.1
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
upgraded to latest vue
1.5.0
Added support for disabling menu items
1.3.0
Adding basic support in mobile devices.
Auto realign menu head on window resize.
Fixed minor issues.