Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Releases: probil/vue-moveable

v1.0.1

26 Oct 18:15
Compare
Choose a tag to compare

Changes

  • update moveable to v0.9.8

v1.0.0

22 Oct 10:01
Compare
Choose a tag to compare

Features

  • update moveable to v0.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

24 Aug 21:57
Compare
Choose a tag to compare

Fixes

  • rebuild on top of moveable@v0.6.5
  • #19 fixes hard-coded container (document.body) so it's possible now to pass container 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

07 Aug 12:54
Compare
Choose a tag to compare

Fixes

  • rebuild on top of moveable@v0.6.4

v0.2.0

05 Aug 23:55
Compare
Choose a tag to compare

Features

  • Added Pinchable

Other changes

  • Rebuild on moveable@0.6.0
  • Updated docs
  • Updated demo

v0.1.5

04 Aug 17:30
Compare
Choose a tag to compare

Fixes

  • fix re-drawing on resize

v0.1.4

03 Aug 12:31
Compare
Choose a tag to compare

Fixes

  • Proper destoying of moveable (fixes HMR, and usage inside router)

Other changes

  • Rebuild on moveable@0.5.0

v0.1.3 - Initial release

30 Jul 23:24
Compare
Choose a tag to compare

Features

  • based on moveable@v0.4.1
  • 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)