Skip to content

v2.2.0

Compare
Choose a tag to compare
@xieziyu xieziyu released this 22 Dec 07:11
· 51 commits to master since this release
c2d9e28

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.