Skip to content

Commit

Permalink
2.3.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsa committed Jan 15, 2021
1 parent ef8808d commit a48769c
Show file tree
Hide file tree
Showing 10 changed files with 223 additions and 830 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<img src="https://img.shields.io/badge/vue-2.2.x-brightgreen.svg"/>
</a-->
</p>
<p align="center">
<h2 align="center">
<a href="https://jbaysolutions.github.io/vue-grid-layout/" target="_blank">Documentation Website</a>
</p>
</h2>

## What is Vue Grid Layout?

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

## **Current version:** 2.3.11 (Supports Vue 2.2+)
## **Current version:** 2.3.12 (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 All @@ -42,8 +42,9 @@ vue-grid-layout is a grid layout system, like [Gridster](http://dsmorse.github.i

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

<!--
Chinese documentation: [简体中文](./README-zh_CN.md)

-->

#### Projects using vue-grid-layout

Expand Down
512 changes: 102 additions & 410 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.

512 changes: 102 additions & 410 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.

4 changes: 2 additions & 2 deletions 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.11",
"version": "2.3.12",
"description": "A draggable and resizable grid layout, as a Vue component.",
"keywords": [
"grid",
Expand Down
5 changes: 5 additions & 0 deletions website/docs/changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ sidebar: auto
---
# Changelog

## 2.3.12 (Jan 15, 2020)

* Bumped interact.js to 1.10.2
* Added 'preserveAspectRatio' property to GridItem (thanks [validide](https://github.com/validide))

## 2.3.11 (Oct 13, 2020)

* fix: regression when using responsive layout (#487)
Expand Down
3 changes: 3 additions & 0 deletions website/docs/zh/changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ sidebar: auto
---
# 更新日志

## 2.3.12(2021年01月15日)


## 2.3.11(2020年10月13日)

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

0 comments on commit a48769c

Please sign in to comment.