Skip to content

Commit d7dcff3

Browse files
committed
updated changelog, version bump to 2.1.1
1 parent 6eb10b9 commit d7dcff3

File tree

5 files changed

+19
-12
lines changed

5 files changed

+19
-12
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 2.1.1 (Fev 9, 2017)
4+
5+
* Implemented #13, dynamic row height update support
6+
* Implemented #23, dynamic enable/disable dragging and resizing support
7+
* Implemented #21, moved and resized events
8+
9+
310
## 2.1.0 (Fev 6, 2017)
411

512
* RTL support (thanks [easteregg](https://github.com/easteregg))

dist/vue-grid-layout.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-grid-layout.min.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-grid-layout.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-grid-layout",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A draggable and resizable grid layout, as a Vue component.",
55
"keywords": [
66
"grid",

0 commit comments

Comments
 (0)