Skip to content

Commit 5bf35d3

Browse files
committed
2.3.9 release
1 parent 2415d54 commit 5bf35d3

9 files changed

+35
-20069
lines changed

CHANGELOG.md

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

3-
## 2.3.9 (September ?, 2020)
3+
## 2.3.9 (September 28, 2020)
44

55
* Fix plugin installation (fixes #311) (thanks [yfwz100](https://github.com/yfwz100))
6-
6+
* Bumped interact.js to 1.9.22
77

88
## 2.3.8 (July 31, 2020)
99

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 by [React-Grid-Layout](https://github.com/STRML/react-grid-layout)**
88

9-
### **Current version:** 2.3.8 (Supports Vue 2.2+)
9+
### **Current version:** 2.3.9 (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)**

dist/vue-grid-layout.common.js

Lines changed: 13 additions & 10030 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-grid-layout.common.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.

dist/vue-grid-layout.umd.js

Lines changed: 13 additions & 10030 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-grid-layout.umd.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.

dist/vue-grid-layout.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-grid-layout.umd.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-grid-layout",
3-
"version": "2.3.8",
3+
"version": "2.3.9",
44
"description": "A draggable and resizable grid layout, as a Vue component.",
55
"keywords": [
66
"grid",
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"element-resize-detector": "^1.1.15",
30-
"interactjs": "^1.6.3"
30+
"interactjs": "^1.9.22"
3131
},
3232
"devDependencies": {
3333
"@vue/cli-plugin-babel": "^3.4.1",

0 commit comments

Comments
 (0)