Skip to content

Releases: daybrush/moveable

0.17.4. Release (2020-05-05)

05 May 14:42
Compare
Choose a tag to compare

[0.17.4] - 2020-05-05

  • moveable 0.17.4
  • react-moveable 0.20.5
  • preact-moveable 0.19.5
  • ngx-moveable 0.13.5
  • svelte-moveable 0.8.5

Fixed

  • Fix that getElement() is not a function #228

0.17.3 Release (2020-05-05)

04 May 17:36
Compare
Choose a tag to compare

[0.17.3] - 2020-05-05

  • moveable 0.17.3
  • react-moveable 0.20.4
  • preact-moveable 0.19.4
  • ngx-moveable 0.13.4
  • svelte-moveable 0.8.4

Fixed

  • Fix duplicated drag are and padding area.
  • Fix that click event is not fired. #228

0.17.2 Release (2020-05-03)

02 May 21:45
Compare
Choose a tag to compare

[0.17.2] - 2020-05-03

  • moveable 0.17.2
  • react-moveable 0.20.3
  • preact-moveable 0.19.3
  • ngx-moveable 0.13.2
  • svelte-moveable 0.8.2

Fixed

  • Fix padding's background color
  • Fix first rendering issue

0.17.1 Release(2020-05-03)

02 May 16:12
Compare
Choose a tag to compare

[0.17.1] - 2020-05-03

  • moveable 0.17.1
  • react-moveable 0.20.1
  • preact-moveable 0.19.1
  • ngx-moveable 0.13.1
  • svelte-moveable 0.8.1

Added

Fixed

  • Error: @output click not initialized in 'NgxMoveableComponent' #228
  • In main demo, if the keyboard arrow is held down, drag feature eventually breaks #225
  • Moveable.request does not work in groupable #220
  • Element Guidelines when parent is scaled #219

0.16.3 Release (2020-04-04)

03 Apr 17:20
Compare
Choose a tag to compare

[0.16.3] - 2020-04-04

  • moveable 0.16.3
  • react-moveable 0.19.2
  • preact-moveable 0.18.2
  • ngx-moveable 0.12.2
  • svelte-moveable 0.7.2

Fixed

  • isPinch is undefined during onDrag (when actually pinching on mobile) #212, #213
  • Pinch Central Problem #139

0.16.2 Release (2020-04-01)

01 Apr 10:56
Compare
Choose a tag to compare

[0.16.2] - 2020-04-01

  • moveable 0.16.2
  • react-moveable 0.19.1
  • preact-moveable 0.18.1
  • ngx-moveable 0.12.1
  • svelte-moveable 0.7.1

Fixed

  • Fix SVG Firefox Issue #211
  • when isDisplaySnapDigit={false} the number is displayed but set to 0 #200

0.16.1 Release (2020-03-31)

30 Mar 19:53
Compare
Choose a tag to compare

[0.16.1] - 2020-03-31

Added

  • Add snapGap props #200
  • Add onSnap event #204
  • Add triggerAblesSimultaneously props #207
  • Add isDragging method

Fixed

  • scrollGroup is not working #208
  • Race condition when react-moveable is unmounted bug #197
  • Resizing diagonal corners didn't snap.

0.15.2 Release (2020-03-05)

30 Mar 19:52
Compare
Choose a tag to compare

[0.15.2] - 2020-03-05

  • moveable 0.15.2
  • react-moveable 0.18.1
  • preact-moveable 0.17.1
  • ngx-moveable 0.11.1
  • svelte-moveable 0.6.1

Fixed

  • Fix rootContainer for 2d transform #137

0.15.1 Release (2020-03-05)

04 Mar 19:01
Compare
Choose a tag to compare

[0.15.1] - 2020-03-05

https://github.com/daybrush/moveable/milestone/8

  • moveable 0.15.1
  • react-moveable 0.18.0
  • preact-moveable 0.17.0
  • ngx-moveable 0.11.0
  • svelte-moveable 0.6.0

Added

  • Support scrollable, onScroll for resizable, scalable #180
  • Add zoom props #158
  • Add rootContainer props with Absolute Container Matrix(SVG, elementGuidelines is not supported) #137 #163
  • Add snapDigit props #173
  • Add isDisplaySnapDigit props #186
  • Add innerBounds props #172
  • Add request method (Draggable, Resizable, Rotatable, Scalable) #141

Fixed

  • Fix Portal issue #187

0.14.1 Release (2020-02-05)

05 Feb 12:05
Compare
Choose a tag to compare
  • moveable 0.14.1
  • ngx-moveable 0.10.1
  • svelte-moveable 0.5.1

Fixed

  • Update react-simple-compat 0.1.2.
  • When I set the property target of moveable to array, it will not work! #171