Skip to content

Releases: xieziyu/angular2-draggable

v16.0.0

20 May 02:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.2...v16.0.0

v2.3.2

10 Jun 02:19
Compare
Choose a tag to compare

2.3.2 (2019-06-10)

v2.3.1

31 May 05:56
c1655af
Compare
Choose a tag to compare

2.3.1 (2019-05-31)

New

  • ngDraggable
    • Add CSS class ng-dragging when dragging.
  • ngResizable
    • Add direction property in IResizeEvent.

Bugfix

v2.2.0

22 Dec 07:11
c2d9e28
Compare
Choose a tag to compare

2.2.0 (2018-12-22)

New

  • ngDraggable: add [lockAxis] input to restrict dragging to a specific axis by locking another one.

Bugfix

  • ngDraggable:
    • fix issue #112: Control change detection with HostListener events. Performance updated.
    • fix issue #128: Multiple phone draggables at the same time.
  • ngResizable:
    • fix issue #132: Aspect ratio feature exits Y-Axis boundary on resize.
    • Performance updated.

v2.1.9

29 Nov 02:54
Compare
Choose a tag to compare

2.1.9 (2018-11-29)

Bugfix

v2.1.8

11 Nov 12:46
Compare
Choose a tag to compare

2.1.8 (2018-11-11)

New

  • ngResizable: add [preventDefaultEvent] flag to ngResizable mousedown (by mecp - PR #119)

v2.1.7

31 Oct 01:28
d190095
Compare
Choose a tag to compare

2.1.7 (2018-10-31)

Bugfix

  • ngResizable: ngResizable Locks Height When rzHandles Includes Only e, w. #116 (Thanks to Yamazaki93)

v2.1.6

26 Oct 06:48
Compare
Choose a tag to compare

2.1.6 (2018-10-26)

Bugfix

  • ngResizable: rzResizing IE event issue. #115

v2.1.5

15 Oct 03:51
Compare
Choose a tag to compare

2.1.5 (2018-10-15)

Bugfix

  • ngDraggable: EndOffset event not working properly with SnapToGrid. #114

v2.1.4

17 Sep 02:42
Compare
Choose a tag to compare

2.1.4 (2018-09-17)

  • Fix the broken NPM package