Skip to content

Commit 12b081a

Browse files
author
Xie, Ziyu
committed
Fix a build issue
1 parent 29447a1 commit 12b081a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ 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.09.14: 2.1.3
30+
31+
+ 2018.09.17: 2.1.4
32+
+ Fix a build issue.
3133
+ **ngResizable**: fix [issue #100](https://github.com/xieziyu/angular2-draggable/issues/100): Resize bounds on a draggable element inside a containment is off
3234

3335
+ 2018.08.20: 2.1.2

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.3",
3+
"version": "2.1.4",
44
"author": "Xie, Ziyu",
55
"license": "MIT",
66
"keywords": [

src/assets/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 2.1.3 (2018-09-14)
1+
## 2.1.4 (2018-09-17)
22

33
#### Bugfix
4+
+ Fix a build issue
45
+ **ngResizable**: Resize bounds on a draggable element inside a containment is off. [#100](https://github.com/xieziyu/angular2-draggable/issues/100)
56

67
---

0 commit comments

Comments
 (0)