Skip to content

Commit a3db78a

Browse files
author
Xie, Ziyu
committed
Patch v2.1.7
1 parent 963d30b commit a3db78a

File tree

4 files changed

+1212
-16
lines changed

4 files changed

+1212
-16
lines changed

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,15 @@ angular2-draggable has angular directives that make the DOM element draggable an
2727
+ provided since v2.0, requires Angular >= 6
2828

2929
# Latest Update
30+
+ 2018.10.31: 2.1.7
31+
+ **ngResizable**: fix [issue #116](https://github.com/xieziyu/angular2-draggable/issues/116): ngResizable Locks Height When rzHandles Includes Only e, w. (Thanks to [Yamazaki93](https://github.com/Yamazaki93))
3032

3133
+ 2018.10.26: 2.1.6
3234
+ **ngResizable**: fix [issue #115](https://github.com/xieziyu/angular2-draggable/issues/115): rzResizing IE event issue
3335

3436
+ 2018.10.15: 2.1.5
3537
+ **ngDraggable**: fix [issue #114](https://github.com/xieziyu/angular2-draggable/issues/114): EndOffset event not working properly with SnapToGrid
3638

37-
+ 2018.09.17: 2.1.4
38-
+ Fix a build issue.
39-
+ **ngResizable**: fix [issue #100](https://github.com/xieziyu/angular2-draggable/issues/100): Resize bounds on a draggable element inside a containment is off
40-
41-
+ 2018.08.20: 2.1.2
42-
+ **ngDraggable**: fix [issue #97](https://github.com/xieziyu/angular2-draggable/issues/97): Item is produced with div partially out of bounds.
43-
44-
+ 2018.08.14: 2.1.1
45-
+ **ngResizable**: Provide `[rzGrid]`. Snaps the resizing element to a grid.
46-
+ **ngResizable**: Provide `[rzMinWidth]`, `[rzMaxWidth]`, `[rzMinHeight]`, `[rzMaxHeight]`. The minimum/maximum width/height the resizable should be allowed to resize to.
47-
+ 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)
48-
49-
+ 2018.08.08: 2.0.1
50-
+ Bugfix: click events are blocked. [#87](https://github.com/xieziyu/angular2-draggable/issues/87), [#84](https://github.com/xieziyu/angular2-draggable/issues/84)
51-
5239
+ 2018.08.03: 2.0.0
5340
+ Fix [issue #84](https://github.com/xieziyu/angular2-draggable/issues/84): iFrames, and context unrelated elements block all events, and are unusable
5441

projects/angular2-draggable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-draggable",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"author": "Xie, Ziyu",
55
"license": "MIT",
66
"keywords": [

src/assets/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.1.7 (2018-10-31)
2+
3+
#### Bugfix
4+
+ **ngResizable**: ngResizable Locks Height When rzHandles Includes Only e, w. [#116](https://github.com/xieziyu/angular2-draggable/issues/116) (Thanks to [Yamazaki93](https://github.com/Yamazaki93))
5+
6+
---
7+
18
## 2.1.6 (2018-10-26)
29

310
#### Bugfix

0 commit comments

Comments
 (0)