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)