Skip to content

Commit 366ded6

Browse files
committed
docs: add 1.0.1 cahngelog & update menu doc
1 parent c71be79 commit 366ded6

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

CHANGELOG.en-US.md

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

33
---
44

5+
## 1.0.1
6+
7+
`2018-07-27`
8+
- 🌟 Optimize Chinese input for `Input` components(just support v-model) [4a5154](https://github.com/vueComponent/ant-design/commit/4a51544bd6470ab628dda80e9d7593e4603dd0b6)
9+
- 🐞 Fix `treeSelect` `treeData[i].children` throw error when null[#81](https://github.com/vueComponent/ant-design/issues/81)
10+
- 🐞 Fix `Calendar` change event call twice[#82](https://github.com/vueComponent/ant-design/issues/82)
11+
- 🐞 Fix the `description` and `title` slot attribute of the `Card` component does not work[#83](https://github.com/vueComponent/ant-design/issues/83)
12+
- 🐞 Fix `dropdownClassName` attribute of `DataPicker` component does not working[02ab242](https://github.com/vueComponent/ant-design/commit/02ab242197b923f2157f41d98a7930512475a799)
13+
514
## 1.0.0
615

716
`2018-07-21`

CHANGELOG.zh-CN.md

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

33
---
44

5+
## 1.0.1
6+
7+
`2018-07-27`
8+
- 🌟 针对`Input`组件优化中文输入(仅在v-model绑定时生效) [4a5154](https://github.com/vueComponent/ant-design/commit/4a51544bd6470ab628dda80e9d7593e4603dd0b6)
9+
- 🐞 修复`TreeSelect` `treeeData[i].children``null`时报错问题[#81](https://github.com/vueComponent/ant-design/issues/81)
10+
- 🐞 修复`Calendar`组件的 change 事件触发两次的问题[#82](https://github.com/vueComponent/ant-design/issues/82)
11+
- 🐞 修复`Card`组件的`description``title`属性slot不生效问题[#83](https://github.com/vueComponent/ant-design/issues/83)
12+
- 🐞 修复`DataPicker`组件的`dropdownClassName`属性不生效问题[02ab242](https://github.com/vueComponent/ant-design/commit/02ab242197b923f2157f41d98a7930512475a799)
13+
514
## 1.0.0
615

716
`2018-07-21`

components/menu/index.zh-CN.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
### Menu事件
3434
| 事件名称 | 说明 | 回调参数 |
35+
| --- | --- | --- |
3536
| click | 点击 MenuItem 调用此函数 | function({ item, key, keyPath }) |
3637
| deselect | 取消选中时调用,仅在 multiple 生效 | function({ item, key, selectedKeys }) |
3738
| openChange | SubMenu 展开/关闭的回调 | function(openKeys: string\[]) |

0 commit comments

Comments
 (0)