Skip to content

Commit 073292e

Browse files
committed
chore(release): 0.8.13
1 parent 33ab270 commit 073292e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.8.13](https://github.com/dream2023/vue-ele-form/compare/v0.8.12...v0.8.13) (2020-02-15)
6+
7+
8+
### Features
9+
10+
* formDesc可以指定labelWidth ([0898285](https://github.com/dream2023/vue-ele-form/commit/0898285b92b3ba03095398f3eb7d446dc8792a70))
11+
* 动态默认值 ([33ab270](https://github.com/dream2023/vue-ele-form/commit/33ab270f7dad9f46ed04641c63e23b7ab9a09640))
12+
13+
14+
### Bug Fixes
15+
16+
* options重复请求 ([4528424](https://github.com/dream2023/vue-ele-form/commit/4528424881109881b488d4ef8343c3ca39ab9521))
17+
* 更新代码生成器地址 ([70aeb5f](https://github.com/dream2023/vue-ele-form/commit/70aeb5f3d503d5aefbda57426298a76b3948e866))
18+
* 解决vif导致重复请求问题 ([d748e74](https://github.com/dream2023/vue-ele-form/commit/d748e74ae990c1e4ec3e6f30e04cc8c267573db8))
19+
520
### [0.8.12](https://github.com/dream2023/vue-ele-form/compare/v0.8.11...v0.8.12) (2020-02-11)
621

722
### [0.8.11](https://github.com/dream2023/vue-ele-form/compare/v0.8.10...v0.8.11) (2020-02-06)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-ele-form",
33
"description": "基于 element-ui 的数据驱动表单组件",
4-
"version": "0.8.12",
4+
"version": "0.8.13",
55
"license": "MIT",
66
"private": false,
77
"scripts": {

0 commit comments

Comments
 (0)