Skip to content

Commit

Permalink
2.3.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsa committed Oct 12, 2020
1 parent 710ee11 commit 5f1c91b
Show file tree
Hide file tree
Showing 8 changed files with 14,311 additions and 944 deletions.
7,621 changes: 7,152 additions & 469 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.

7,621 changes: 7,152 additions & 469 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.

3 changes: 2 additions & 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.

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.3.9",
"version": "2.3.10",
"description": "A draggable and resizable grid layout, as a Vue component.",
"keywords": [
"grid",
Expand Down
2 changes: 1 addition & 1 deletion website/docs/changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sidebar: auto
---
# Changelog

## 2.3.10 (Unreleased)
## 2.3.10 (Oct 12, 2020)

* Bumped interact.js to 1.10.0, now imported as ES6 modules to optimize size
* fix: resizing a grid item in RTL mode wasn't working (thanks [or-lat](https://github.com/or-lat))
Expand Down

0 comments on commit 5f1c91b

Please sign in to comment.