Skip to content

Releases: kirillmurashov/vue-drag-resize

v1.4.0

09 Jul 07:59
Compare
Choose a tag to compare

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

29 Jun 15:24
Compare
Choose a tag to compare

Small fixes

v1.3.0

29 Jun 15:05
Compare
Choose a tag to compare

#12 added original event handler
#13 css problem when inside a parent with text-align: center;
#15 fixed: touch support bug
#16 fixed: right mouse button click
Merge pull request #10 from SNY7/master

v1.2.3

23 May 10:30
Compare
Choose a tag to compare

added: dragHandle && dragCancel
fixed: :minw and :minh do not work

v1.2.2

19 May 14:53
Compare
Choose a tag to compare

bug fixes

v1.2.1

16 May 11:05
Compare
Choose a tag to compare

Added props: parentW & parentH
see documentation and demo

v1.2.0

15 May 17:01
Compare
Choose a tag to compare
  • 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

08 May 10:51
Compare
Choose a tag to compare

Small bug fixes

v1.1.1

07 May 17:26
Compare
Choose a tag to compare

Added reactivity to position props

v1.1.0

03 May 17:30
Compare
Choose a tag to compare
Added demo app

Added reactivity for component props