Releases: xieziyu/angular2-draggable
Releases · xieziyu/angular2-draggable
v16.0.0
What's Changed
- update ci by @xieziyu in #184
- feat: support angular 16 by @xieziyu in #253
- fix: div handle not working for svg element by @airchen233 in #216
- fix: resize with parent element scaled by @airchen233 in #215
- fix: rzScale by @xieziyu in #254
New Contributors
- @airchen233 made their first contribution in #216
Full Changelog: v2.3.2...v16.0.0
v2.3.2
2.3.2 (2019-06-10)
- ngResizable: Fix issue #164: Resize doesn't work on Windows10 IE11 (PR #171 by shumih, PR #174 by LiorSaadon)
v2.3.1
2.3.1 (2019-05-31)
New
- ngDraggable
- Add CSS class
ng-dragging
when dragging.
- Add CSS class
- ngResizable
- Add
direction
property inIResizeEvent
.
- Add
Bugfix
- ngResizable
- Fix issue #164: Resize doesn't work on Windows10 IE11 (by shumih - PR #171)
- Fix issue #159: Problem resizing with containment
- Fix issue #157: calling resetSize() method cause exception
- ngDraggable
- Fix draggable position bouncing when draggable is scaled and position is set (by agnitos) - PR #150
- Fix translate in draggable.directive (by Volker505) - PR #151
- Fix issue with dragging window inside iframe for IE (by fdabrowski) - PR #154
- Fix Element move when resizing using the NW and NE handles and aspect ratio is enabled (by dioseltorre) - PR #156
- Fix ngDraggable toggle bug. (by agnitos) - PR #145
- Fix flickering of the component on initial drag while scale is applied to the parent. (by rathodsanjay - PR #134)
v2.2.0
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.