Skip to content

Releases: daybrush/moveable

0.9.3 Release (2019-10-01)

01 Oct 01:15
Compare
Choose a tag to compare

Fixed

  • fix that keepRatio want to behave like sketches and illustrators. #47
  • fix keepRatio default false

0.9.2 Release (2019-10-01)

30 Sep 18:15
Compare
Choose a tag to compare

Fixed

  • fix that bounds don't apply when snap

0.9.1 Release (2019-09-30)

30 Sep 06:59
Compare
Choose a tag to compare

Fixed

  • remove console.log

0.9.0 Release (2019-09-29)

29 Sep 12:51
Compare
Choose a tag to compare

Added

  • Add Snappable (Drag, Resize, Scale, Warp) (#6)
  • Add horizontalGuidelines & verticalGuidelines & elementGuidelines (#6)
  • Add bounds option (boundaries) (#23, #24)
  • Add rotationPositoin option for rotation handle position (#40)
  • Add dragArea option (#38)
  • Add dragStart event on resizeStart, scaleStart. (#9)
  • Add drag event on resize, scale. (#9)
  • Add set parameter function on warpStart.

Fixed

  • north and west controls want to behave like photoshop (#9)
  • Fix offset caculation for Webkit

0.8.0 Release (2019-08-28)

27 Aug 17:06
Compare
Choose a tag to compare

Add New Demo: Block Stack Editor

https://codepen.io/daybrush/full/QWLpOby

Added

  • Add pinchThreshold option that set minimum distance to pinch easily.
  • Add events parameter for all groupStart event. (such as onDragGroupStart, onScaleGroupStart, ...etc)
  • Add clickGroup event to find clicked target in the group
  • Add set event method for all start event for absolute value. (such as onDragStart, onScaleStart, ...etc) #16
  • Add dragStart method for external mouse, touch event.
  • Add isInside method that the coordinates are inside Moveable

Fixed

0.7.5 Release (2019-08-24)

24 Aug 07:10
Compare
Choose a tag to compare

0.7.4 Release (2019-08-24)

24 Aug 07:10
Compare
Choose a tag to compare

Fixed

  • Fix that pinch does not occur when pressed at the same time.
  • Fix that scrolls and drags occur simultaneously and racks occur. #27
  • Fix that mis-calculating when a static element is a parent.1 #28
  • Fix that destroy() error #30

0.7.3 Release (2019-08-23)

22 Aug 15:38
Compare
Choose a tag to compare

Fixed

  • fix infinite loop issue.

0.7.2 Release (2019-08-21)

20 Aug 17:10
Compare
Choose a tag to compare

Fixed

  • Remove react types.

0.7.1 Release (2019-08-20)

19 Aug 19:12
Compare
Choose a tag to compare

Fixed

  • Remove unnecessary code.