Skip to content

Releases: daybrush/moveable

0.7.0 Release (2019-08-20)

19 Aug 18:56
Compare
Choose a tag to compare

Moveable Group

Groupable indicates Whether the targets can be moved in group with draggable, resizable, scalable, rotatable.

Added

  • Add Groupable
  • Add edge option
  • Add direction parameter on resize event

Fixed

  • fix that do not call resizeEnd #19

0.6.4 Release (2019-08-07)

07 Aug 04:39
Compare
Choose a tag to compare

Fixed

  • fix missing throttleScale
  • fix ESM config

0.6.2 Release (2019-08-07)

06 Aug 17:51
Compare
Choose a tag to compare

Fixed

  • Update framework-utils and It reduced sizes by 2 kb based on min file.

0.6.1 Release (2019-08-06)

06 Aug 11:16
Compare
Choose a tag to compare

Fixed

  • fix destroy method for property release issue. #18

0.6.0 Release (2019-08-06)

05 Aug 18:55
Compare
Choose a tag to compare

Added

  • Support SVG Elements #13
  • Support SVG Transform Origin in Safari, iOS #13
  • Add datas parameter to send data #12
  • Add pinchable option and events #11

Fixed

  • The default value of container option is fixed to parentElement.
  • Fix Rotatable for distorted axis.

0.5.0 Release (2019-07-31)

31 Jul 01:58
Compare
Choose a tag to compare

Added

  • Add destroy method. #14

Fixed

  • Fix that the getter method gets incorrect values.

0.4.1 Release (2019-07-29)

28 Jul 17:48
Compare
Choose a tag to compare

0.4.1 Release

Fixed

  • Fix that the warpEnd event didn't call

0.4.0 Release

Added

  • Add Warpable and option, events #5
  • Support SVG Offset (Only SVG Tag)
  • Support 3d transform(matrix) (perspective is not yet supported.)

Fixed

  • Fix right mouse click issue #7
  • Synchronize target's shape. (Previously, it worked independently of target's shape.)

0.4.0 Release (2019-07-29)

28 Jul 17:33
Compare
Choose a tag to compare

Added

  • Add Warpable and option, events #5
  • Support SVG Offset (Only SVG Tag)
  • Support 3d transform(matrix) (perspective is not yet supported.)

Fixed

  • Fix right mouse click issue #7
  • Synchronize target's shape. (Previously, it worked independently of target's shape.)

0.3.0 Release (2019-07-18)

17 Jul 16:40
Compare
Choose a tag to compare

Features

  • Add throttleDrag option(prop)
  • Add throttleResize option(prop)
  • Add throttleScale option(prop)
  • Add throttleRotate option(prop)
  • Add keepRatio option(prop)
  • Add clientX, clientY on all events.

Bugs

  • fix ratio bug that height is zero. #3

0.2.0 Release (2019-07-16)

16 Jul 13:27
Compare
Choose a tag to compare

Features

  • Add beforeDist, beforeDelta in OnRotate

Bugs

  • Fix distorted transform phenomena