You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,10 @@ angular2-draggable has angular directives that make the DOM element draggable an
25
25
+ provided since v2.0, requires Angular >= 6
26
26
27
27
# Latest Update
28
-
+ 2018.08.14: 2.1.0
28
+
+ 2018.08.14: 2.1.1
29
29
+ ngResizable: Provide `[rzGrid]`. Snaps the resizing element to a grid.
30
30
+ ngResizable: Provide `[rzMinWidth]`, `[rzMaxWidth]`, `[rzMinHeight]`, `[rzMaxHeight]`. The minimum/maximum width/height the resizable should be allowed to resize to.
31
+
+ Bugfix: resizing from w, nw or n with a min/max size moves the window if it goes below/above the min/max size. [#94](https://github.com/xieziyu/angular2-draggable/issues/94)
31
32
32
33
+ 2018.08.08: 2.0.1
33
34
+ Bugfix: click events are blocked. [#87](https://github.com/xieziyu/angular2-draggable/issues/87), [#84](https://github.com/xieziyu/angular2-draggable/issues/84)
Copy file name to clipboardExpand all lines: src/assets/CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,12 @@
1
-
## 2.1.0 (2018-08-14)
1
+
## 2.1.1 (2018-08-14)
2
2
3
3
#### New
4
4
+ ngResizable: Provide `[rzGrid]`. Snaps the resizing element to a grid.
5
5
+ ngResizable: Provide `[rzMinWidth]`, `[rzMaxWidth]`, `[rzMinHeight]`, `[rzMaxHeight]`. The minimum/maximum width/height the resizable should be allowed to resize to.
6
+
7
+
#### Bugfix
8
+
+ ngResizable: resizing from w, nw or n with a min/max size moves the window if it goes below/above the min/max size. [#94](https://github.com/xieziyu/angular2-draggable/issues/94)
0 commit comments