Skip to content

Commit a48769c

Browse files
committed
2.3.12 release
1 parent ef8808d commit a48769c

10 files changed

+223
-830
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
<img src="https://img.shields.io/badge/vue-2.2.x-brightgreen.svg"/>
1515
</a-->
1616
</p>
17-
<p align="center">
17+
<h2 align="center">
1818
<a href="https://jbaysolutions.github.io/vue-grid-layout/" target="_blank">Documentation Website</a>
19-
</p>
19+
</h2>
2020

2121
## What is Vue Grid Layout?
2222

@@ -33,7 +33,7 @@ vue-grid-layout is a grid layout system, like [Gridster](http://dsmorse.github.i
3333
* Automatic RTL support (resizing not working with RTL on 2.2.0)
3434
* Responsive
3535

36-
## **Current version:** 2.3.11 (Supports Vue 2.2+)
36+
## **Current version:** 2.3.12 (Supports Vue 2.2+)
3737

3838
#### **For Vue 2.1.10 and below use version [2.1.3](https://github.com/jbaysolutions/vue-grid-layout/tree/2.1.3)**
3939
#### **For Vue 1 use version [1.0.3](https://github.com/jbaysolutions/vue-grid-layout/tree/1.0.3)**
@@ -42,8 +42,9 @@ vue-grid-layout is a grid layout system, like [Gridster](http://dsmorse.github.i
4242

4343
Check out the <a href="https://jbaysolutions.github.io/vue-grid-layout/" target="_blank">Documentation Website</a>
4444

45+
<!--
4546
Chinese documentation: [简体中文](./README-zh_CN.md)
46-
47+
-->
4748

4849
#### Projects using vue-grid-layout
4950

dist/vue-grid-layout.common.js

Lines changed: 102 additions & 410 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: 102 additions & 410 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: 2 additions & 2 deletions
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-grid-layout",
3-
"version": "2.3.11",
3+
"version": "2.3.12",
44
"description": "A draggable and resizable grid layout, as a Vue component.",
55
"keywords": [
66
"grid",

website/docs/changelog/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ sidebar: auto
33
---
44
# Changelog
55

6+
## 2.3.12 (Jan 15, 2020)
7+
8+
* Bumped interact.js to 1.10.2
9+
* Added 'preserveAspectRatio' property to GridItem (thanks [validide](https://github.com/validide))
10+
611
## 2.3.11 (Oct 13, 2020)
712

813
* fix: regression when using responsive layout (#487)

website/docs/zh/changelog/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ sidebar: auto
33
---
44
# 更新日志
55

6+
## 2.3.12(2021年01月15日)
7+
8+
69
## 2.3.11(2020年10月13日)
710

811
* 已修复:使用响应式布局时的回归(#487)

0 commit comments

Comments
 (0)