Skip to content

Commit

Permalink
release 2.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsa committed May 2, 2018
1 parent 680971a commit eb77c4c
Show file tree
Hide file tree
Showing 6 changed files with 124 additions and 105 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.13 (May 2, 2018)

* Resize event now also emits dimensions in pixels (thanks [buremba](https://github.com/buremba))
* Support for dynamic col-num (#121) (thanks [ittus](https://github.com/ittus))

## 2.1.12 (Fev 27, 2018)

* Updated interact.js to 1.3.3 (#144)
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.12 (Supports Vue 2.2+)
### **Current version:** 2.1.13 (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
212 changes: 113 additions & 99 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.12",
"version": "2.1.13",
"description": "A draggable and resizable grid layout, as a Vue component.",
"keywords": [
"grid",
Expand Down

0 comments on commit eb77c4c

Please sign in to comment.