Skip to content

Commit

Permalink
release 2.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsa committed Jan 5, 2018
1 parent 7a6adaa commit da151c1
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 68 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.1.11 (Jan 5, 2018)

* Fixed issue with multiple grids on same vm (#134) (thanks [Suen](https://github.com/sunzongzheng))
* Fixed issue with layout update on reassignment (#130) (thanks [daizengyu](https://github.com/daizengyu123))

## 2.1.10 (Dec 15, 2017)

* Fixed possible bug related with #119
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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)**

### **Current version:** 2.1.10 (Supports Vue 2.2+)
### **Current version:** 2.1.11 (Supports Vue 2.2+)

### **For Vue 2.1.10 and below use version [2.1.3](https://github.com/jbaysolutions/vue-grid-layout/tree/2.1.3)**
### **For Vue 1 use version [1.0.3](https://github.com/jbaysolutions/vue-grid-layout/tree/1.0.3)**
Expand Down
112 changes: 50 additions & 62 deletions dist/vue-grid-layout.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/vue-grid-layout.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-grid-layout.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-grid-layout",
"version": "2.1.10",
"version": "2.1.11",
"description": "A draggable and resizable grid layout, as a Vue component.",
"keywords": [
"grid",
Expand Down

0 comments on commit da151c1

Please sign in to comment.