Skip to content

Releases: daybrush/moveable

0.14.0 Release (2020-02-03)

02 Feb 18:17
Compare
Choose a tag to compare

[0.14.0] - 2020-02-03

  • moveable 0.14.0
  • react-moveable 0.17.0
  • preact-moveable 0.16.0
  • ngx-moveable 0.10.0
  • svelte-moveable 0.5.0

Added

  • Add throttleDragRotate #145
  • Support for displaying snap distances in elementGuidelines #142
  • Support bounds for a rotated system #106 #163

Fixed

  • Change preact to react-simple-compat #129
  • Change Rotation handle CSS #167
  • Fixed an issue where the origin was reset when the resizable option was toggled #168
  • Change the scrollable behavior to @scnea/dragscroll

0.13.4 Release (2020-01-12)

12 Jan 13:50
Compare
Choose a tag to compare

[0.13.4] - 2020-01-12

  • moveable 0.13.4
  • react-moveable 0.16.6
  • preact-moveable 0.15.5
  • ngx-moveable 0.9.4
  • svelte-moveable 0.4.4

Fixed

  • Fixed that control points rotation is wrong bug #151
  • Fixed that Scrollable isn't working. (wrong caculation) #150
  • Fixed that Crash of ngx-moveable when using --prod on angular bug #129

0.13.3 Release (2019-12-30)

30 Dec 14:21
Compare
Choose a tag to compare

[0.13.3] - 2019-12-30

  • moveable 0.13.3
  • react-moveable 0.16.4
  • preact-moveable 0.15.3
  • ngx-moveable 0.9.3
  • svelte-moveable 0.4.3

Fixed

  • Fixed the problem that resize and scale occur simultaneously
  • Change CSS Module (css-styler => css-styled)
  • Update @moveable/matrix #128

0.13.2 Release (2019-12-26)

26 Dec 02:08
Compare
Choose a tag to compare

[0.13.2] - 2019-12-26

  • moveable 0.13.2
  • react-moveable 0.16.3
  • preact-moveable 0.15.2
  • ngx-moveable 0.9.2
  • svelte-moveable 0.4.2

Fixed

  • Fixed error that warp event does not occur in warpable.
  • Fixed minor differences in Snappable #121
  • Fixed a problem where the scale of a group was only keepRatio. #124
  • Fixed pinchable not working.
  • Fixed snappable not working. #127
  • Update @moveable/matrix #128

0.13.1 Release (2019-12-13)

12 Dec 19:24
Compare
Choose a tag to compare

[0.13.1] - 2019-12-13

Fixed

  • Fix Snappable for dymaic guidelines (vertical, horizontal) #119
  • Element snaps with elementGuideline and verticalGuideline at the same posiiton #121

0.13.0 Release (2019-12-12)

12 Dec 03:53
Compare
Choose a tag to compare

[0.13.0] - 2019-12-12

  • moveable 0.13.0
  • react-moveable 0.16.1
  • preact-moveable 0.15.0
  • ngx-moveable 0.9.0
  • svelte-movable 0.4.0

Added

  • Add snapVertical, snapHorizontal, snapElement props. #119
  • Add set method on rotateGroup event. #107
  • Add dashed line in element guidelines. #120

Fixed

  • moveable-control is abnormally rotated. #115
  • Element snaps with elementGuideline and verticalGuideline at the same posiiton #121
  • Huge width value on resizing rotated element on guidelines #122
  • Weird snapping with rotated groupables #112
  • Input box failed to get focus #110
  • Snappable with Scalable does not work. #108

0.12.0 Release (2019-11-28)

28 Nov 15:04
Compare
Choose a tag to compare

[0.12.0] - 2019-11-28

Added

  • Add defaultGroupRotate props. #102

Fixed

  • Fix that clickGroup does not trigger after rotating #103
  • Fix that at certain angles, moveable-control handle gets cut #104
  • Fix that Element "sliding" when resizing #104

0.11.1 Release (2019-11-23)

23 Nov 03:08
Compare
Choose a tag to compare

[0.11.1] - 2019-11-23

Fixed

  • Fix Resizable's base direction caculation

0.11.0 Release (2019-11-23)

22 Nov 20:02
Compare
Choose a tag to compare

[0.11.0] - 2019-11-23

Added

  • add baseDirection props.
  • add offsetWidth, offsetHeight in getRect's method return value. #99

Fixed

  • Fix Resizable's wrong position calculation #99
  • Fixed the problem that resize can't snap

0.10.8 Release (2019-11-21)

20 Nov 15:07
Compare
Choose a tag to compare

[0.10.8] - 2019-11-21

Fixed

  • Fix Resizable's wrong position calculation #99
  • Fixes incorrect import issue in Preact.