This repository has been archived by the owner on Nov 9, 2021. It is now read-only.
Releases: probil/vue-moveable
Releases · probil/vue-moveable
v1.0.1
v1.0.0
Features
- update
moveable
tov0.9.7
#31
(adds support for Groupable, Snappable with a bunch of new events and options) - remove global polyfills to decrease bundle size #45 (check docs)
Fixes
- fix error "Maximum call stack size exceeded" #27 (many thanks to @romansp for investigation and PR)
- fix ability to stick to the parent #37 (thanks @stefanaz)
Other changes
- docs: added polyfills sections
- demo: updated to match moveable 0.9.7
- core: rebuild with latest dependencies
- deps: upgrade
vue-cli
to v4
v0.3.1
Fixes
- rebuild on top of
[email protected]
- #19 fixes hard-coded container (
document.body
) so it's possible now to passcontainer
as property
Other changes
- docs: mentioned Custom CSS support
- docs: mentioned SVG elements support in docs
- docs: added angular badge
- chore: eslint now parses vue files properly
v0.3.0
Fixes
- rebuild on top of
[email protected]
v0.2.0
v0.1.5
v0.1.4
Fixes
- Proper destoying of moveable (fixes HMR, and usage inside router)
Other changes
- Rebuild on
[email protected]
v0.1.3 - Initial release
Features
- based on
[email protected]
- all
moveable
events and props are supported - added support for Wrapable
- all props are reactive
- interactive website
Known issues
- HMR is not working properly
- Library is not small (~70kb)