Skip to content

Commit 51dadac

Browse files
committed
2.1.3 release
1 parent ae95473 commit 51dadac

6 files changed

+16
-10
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.1.3 (Mar 9, 2017)
4+
5+
* Fixed #27, props mutation warnings
6+
7+
38
## 2.1.2 (Fev 16, 2017)
49

510
* Implemented #12, buttons on GridItems would trigger drag on mobile

README.md

+4-3
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.2 (Supports Vue 2.0+)
5+
### **Current version:** 2.1.3 (Supports Vue 2.*)
66

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

@@ -24,8 +24,6 @@ vue-grid-layout is a grid layout system, like [Gridster](http://dsmorse.github.i
2424
2525
2626
TODO UPDATE DOCS
27-
TODO UPDATE CHANGELOG
28-
2927
-->
3028

3129
#### Projects using vue-grid-layout
@@ -126,6 +124,9 @@ or include the script in your html (download from [releases](https://github.com/
126124
</grid-layout>
127125
````
128126

127+
<!-- TODO DOCUMENTAR PROPS DE GridLayout E GridItem -->
128+
129+
129130
### Events
130131

131132
Move and resize event listeners can be added to each grid-item, so that the parent Vue can be notified when a grid element is being moved or resized.

dist/vue-grid-layout.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-grid-layout.min.js

+2-2
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)