Skip to content

Commit 8dcf63d

Browse files
committed
2.3.5 release
1 parent c71eb78 commit 8dcf63d

9 files changed

+17266
-11894
lines changed

CHANGELOG.md

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

3+
## 2.3.5 (Sep 7, 2019)
4+
5+
* Fix: no-touch on mobile and only if item is draggable or resizable (thanks [DGoms](https://github.com/DGoms)).
6+
* Prevent collision feature (thanks [SheanDe](https://github.com/SheanDe)).
7+
* Simplified Chinese README (thanks [harrywangchina](https://github.com/harrywangchina)).
8+
* 'resized' event now emitted if grid item is resized due to changes other than a manual resize (e.g. browser window resize) (thanks [pmorch](https://github.com/pmorch)).
9+
* Improvement on 'layout-ready' event emit (thanks [pmorch](https://github.com/pmorch)).
10+
* Added watchers for min/max height and width (thanks [grinat](https://github.com/grinat)).
11+
* Improvement: make sure the size of grid-item is bigger than the slot-item (thanks [ywmail](https://github.com/ywmail)).
12+
313
## 2.3.4 (Mar 5, 2019)
414

515
* Support for static items (thanks [panjiangyi](https://github.com/panjiangyi)).

README.md

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

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

9-
### **Current version:** 2.3.4 (Supports Vue 2.2+)
9+
### **Current version:** 2.3.5 (Supports Vue 2.2+)
1010

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

0 commit comments

Comments
 (0)