Releases: kirillmurashov/vue-drag-resize
Releases · kirillmurashov/vue-drag-resize
v1.4.0
added: parent's transform:scale() support #10
added: Intelligent grid snapping feature #27
added: stickSize a component prop #46
added: 'contentClass' property to vue-drag-resize #55
fix: set isDraggable to false, can't active the element #54
fix: dragstop and resizestop not fired #40
fix: stop propagation and prevent event only if currently active and resizing/dragging #21
Bump eslint from 3.19.0 to 4.18.2
Bump webpack-bundle-analyzer from 2.11.1 to 3.3.2
v1.3.2
Small fixes
v1.3.0
v1.2.3
added: dragHandle && dragCancel
fixed: :minw and :minh do not work
v1.2.2
bug fixes
v1.2.1
Added props: parentW & parentH
see documentation and demo
v1.2.0
- Added reactivity to size props.
- Added new prop – preventActiveBehavior. A new property disables the behavior of the component by clicking on it and clicking outside the component's area (isActive: true / false). If the prop is enabled, the component is oriented only to the specified property isActive.
- Added new event: clicked.
v1.1.2
Small bug fixes
v1.1.1
Added reactivity to position props
v1.1.0
Added demo app Added reactivity for component props