All notable changes to vue-draggable-resizable
will be documented in this file
- Migrates to Vue 3
- Updates all packages
- Adds Vitest instead of Mocha and Karma for testing
- Adds Vite instead of Webpack
- Adds Cypress to component-test the package in real browsers
- Fix
drag-stop
andresize-stop
events - And minor changes
scale
prop supports one or two values- component with
active
prop totrue
emitsactivated
- upgrade vue-test-utils
- small bugfixes
auto
height and widthonDrag
callbackonResize
callback
- released 2.0.0
- add touch events
- add
dragHandle
anddragCancel
props
- implement :z prop and watcher
- add
active
synched prop
- add
resizing
anddragging
css classes
- add
maximize
prop
- add
dragstop
andresizestop
events
- Initial release