Skip to content

Commit 3aa4924

Browse files
committed
build and docs update for release 2.1.6
1 parent 1d6c0e1 commit 3aa4924

File tree

6 files changed

+55
-50
lines changed

6 files changed

+55
-50
lines changed

CHANGELOG.md

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

3+
## 2.1.6 (Apr 6, 2017)
4+
5+
* Fixed #43, configurable drag elements ignore on grid item contents (thanks [neithere](https://github.com/neithere))
6+
* Fix for getLayoutItem, sometimes returns null elements (thanks [pbabey](https://github.com/pbabey))
7+
38
## 2.1.5 (Mar 24, 2017)
49

510
* Really fixed #22 #32, multiple grid instances were not working properly in 2.1.4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vue-grid-layout is a grid layout system, like [Gridster](http://dsmorse.github.io/gridster.js/), for Vue.js. **Heavily inspired in [React-Grid-Layout](https://github.com/STRML/react-grid-layout)**
44

5-
### **Current version:** 2.1.5 (Supports Vue 2.2+)
5+
### **Current version:** 2.1.6 (Supports Vue 2.2+)
66

77
### **For Vue 2.1.10 and below use version [2.1.3](https://github.com/jbaysolutions/vue-grid-layout/tree/2.1.3)**
88
### **For Vue 1 use version [1.0.0](https://github.com/jbaysolutions/vue-grid-layout/tree/1.0.0)**

dist/vue-grid-layout.js

Lines changed: 42 additions & 42 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: 3 additions & 3 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-grid-layout",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"description": "A draggable and resizable grid layout, as a Vue component.",
55
"keywords": [
66
"grid",
@@ -39,10 +39,10 @@
3939
"css-loader": "^0.25.0",
4040
"file-loader": "^0.9.0",
4141
"vue-loader": "^11.1.4",
42-
"vue-template-compiler": "^2.2.4",
42+
"vue-template-compiler": "^2.2.6",
4343
"webpack": "^2.2.1",
4444
"webpack-dev-server": "^2.4.2",
45-
"vue": "^2.2.4"
45+
"vue": "^2.2.6"
4646
},
4747
"license": "MIT"
4848
}

0 commit comments

Comments
 (0)