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