Skip to content

Releases: xieziyu/angular2-draggable

v2.1.3

14 Sep 03:20
Compare
Choose a tag to compare

2.1.3 (2018-09-14)

Bugfix

  • ngResizable: Resize bounds on a draggable element inside a containment is off. #100

v2.1.2

20 Aug 06:57
707c335
Compare
Choose a tag to compare

2.1.2 (2018-08-20)

Bugfix

  • ngDraggable: Item is produced with div partially out of bounds. #97

v2.1.1

14 Aug 10:43
Compare
Choose a tag to compare

2.1.1 (2018-08-14)

New

  • ngResizable: Provide [rzGrid]. Snaps the resizing element to a grid.
  • ngResizable: Provide [rzMinWidth], [rzMaxWidth], [rzMinHeight], [rzMaxHeight]. The minimum/maximum width/height the resizable should be allowed to resize to.

Bugfix

  • ngResizable: resizing from w, nw or n with a min/max size moves the window if it goes below/above the min/max size. #94
  • click events are blocked. #87, #84

v2.0.0

03 Aug 06:24
Compare
Choose a tag to compare

2.0.0 (2018-08-03)

New

  • ngResizable: Provide [rzAspectRatio], whether the element should be constrained to a specific aspect ratio.
  • ngResizable: Provide [rzContainment], constrains resizing to within the bounds of the specified element or region.
  • ngResizable: Provide (rzStart), (rzResizing), (rzStop) event emitters
  • ngResizable: Provide resetSize(), getStatus() methods

Bugfix

  • #84: iFrames, and context unrelated elements block all events, and are unusable

v2.0.0-beta.0

25 Jun 11:18
Compare
Choose a tag to compare
v2.0.0-beta.0 Pre-release
Pre-release

2.0.0-beta.0 (2018-06-25)

New

  • ngResizable directive which you can use to make the element resizable.
  • Provide [rzHandles] option for which handles can be used for resizing.

v1.4.2

23 May 09:38
Compare
Choose a tag to compare

1.4.2 (2018-05-23)

Changes

  • Expose boundsCheck() method.

v1.4.1

11 May 10:22
Compare
Choose a tag to compare

1.4.1 (2018-05-11)

Bugfix

  • Handle Drag is not working in Firefox #68.

v1.4.0

04 May 09:38
Compare
Choose a tag to compare

1.4.0 (2018-05-04)

New

  • Provide [gridSize] option for snapping to grid. Refer to demo. (PR #64 by PAHADIx)

Changes

v1.3.2

11 Apr 14:02
Compare
Choose a tag to compare

1.3.2 (2018.04.11)

New

  • Provide [outOfBounds] option. Set it to allow element get out of bounds from the direction. (PR #57 by waldo2188)
  • Provide (movingOffset) event emitter: emit position offset when moving
  • Provide (endOffset) event emitter: emit position offset when stop moving

v1.3.0

09 Mar 05:46
d135881
Compare
Choose a tag to compare

1.3.0 (2018.03.09)

New

  • Provide [position] option: to set initial position offset.