Angular2 Draggable Versions Save

Angular directive (for version >= 2.x ) that makes the DOM element draggable and resizable

v16.0.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/xieziyu/angular2-draggable/compare/v2.3.2...v16.0.0

v2.3.2

4 years ago

2.3.2 (2019-06-10)

v2.3.1

4 years ago

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

5 years ago

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

5 years ago

2.1.9 (2018-11-29)

Bugfix

v2.1.8

5 years ago

2.1.8 (2018-11-11)

New

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

v2.1.7

5 years ago

2.1.7 (2018-10-31)

Bugfix

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

v2.1.6

5 years ago

2.1.6 (2018-10-26)

Bugfix

  • ngResizable: rzResizing IE event issue. #115

v2.1.5

5 years ago

2.1.5 (2018-10-15)

Bugfix

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

v2.1.4

5 years ago

2.1.4 (2018-09-17)

  • Fix the broken NPM package