Skip to content

Commit 097064a

Browse files
committed
docs: add 1.1.4 changelog
1 parent d50fad7 commit 097064a

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGELOG.en-US.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
---
44

5+
## 1.1.4
6+
7+
`2018-09-29`
8+
- 🛠 Refactor the `vc-tree` component and add a directory tree component
9+
- 🐞 Fix `tabs` component property `tabBarGutter` does not work [#205](https://github.com/vueComponent/ant-design-vue/issues/205)
10+
- 🐞 Fix `table` component data synchronization error [#202](https://github.com/vueComponent/ant-design-vue/issues/202)
11+
12+
513
## 1.1.3
614

715
`2018-09-22`

CHANGELOG.zh-CN.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
---
44

5+
## 1.1.4
6+
7+
`2018-09-29`
8+
- 🛠 重构`vc-tree`组件,并新增目录树组件
9+
- 🐞 修复`tabs`组件属性`tabBarGutter`不生效问题 [#205](https://github.com/vueComponent/ant-design-vue/issues/205)
10+
- 🐞 修复`table`组件数据同步出错问题 [#202](https://github.com/vueComponent/ant-design-vue/issues/202)
11+
512
## 1.1.3
613

714
`2018-09-22`

components/tree/index.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| Property | Description | Type | Default |
77
| -------- | ----------- | ---- | ------- |
8-
| treeNodes | treeNode of tree | array | - |
8+
| treeData | treeNode of tree, please use `treeNodes` before v1.1.4 | array | - |
99
| autoExpandParent | Whether to automatically expand a parent treeNode | boolean | true |
1010
| checkable | Adds a `Checkbox` before the treeNodes | boolean | false |
1111
| checkedKeys(v-model) | (Controlled) Specifies the keys of the checked treeNodes (PS: When this specifies the key of a treeNode which is also a parent treeNode, all the children treeNodes of will be checked; and vice versa, when it specifies the key of a treeNode which is a child treeNode, its parent treeNode will also be checked. When `checkable` and `checkStrictly` is true, its object has `checked` and `halfChecked` property. Regardless of whether the child or parent treeNode is checked, they won't impact each other. | string\[] \| {checked: string\[], halfChecked: string\[]} | \[] |

0 commit comments

Comments
 (0)