Skip to content

Commit

Permalink
2.3.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsa committed Sep 28, 2020
1 parent 2415d54 commit 5bf35d3
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 20,069 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

## 2.3.9 (September ?, 2020)
## 2.3.9 (September 28, 2020)

* Fix plugin installation (fixes #311) (thanks [yfwz100](https://github.com/yfwz100))

* Bumped interact.js to 1.9.22

## 2.3.8 (July 31, 2020)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

### **Current version:** 2.3.8 (Supports Vue 2.2+)
### **Current version:** 2.3.9 (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
10,043 changes: 13 additions & 10,030 deletions dist/vue-grid-layout.common.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

10,043 changes: 13 additions & 10,030 deletions dist/vue-grid-layout.umd.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-grid-layout",
"version": "2.3.8",
"version": "2.3.9",
"description": "A draggable and resizable grid layout, as a Vue component.",
"keywords": [
"grid",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"element-resize-detector": "^1.1.15",
"interactjs": "^1.6.3"
"interactjs": "^1.9.22"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.4.1",
Expand Down

0 comments on commit 5bf35d3

Please sign in to comment.