bump 1.2.3

pull/344/head 1.2.3
tangjinzhou 2018-12-25 12:07:05 +08:00
parent bb549d52ab
commit 6587ced474
3 changed files with 19 additions and 3 deletions

View File

@ -2,6 +2,14 @@
---
## 1.2.3
`2018-12-25`
- ๐Ÿ“ Remove Christmas egg.
- ๐Ÿž Fix some components do not support array type `class` problem[#322](https://github.com/vueComponent/ant-design-vue/issues/322)
- ๐ŸŒŸ `TreeSelect` adds the `treeExpandedKeys` props and `treeExpand` event to control the expansion of the tree.
- ๐Ÿž Fix the `Tree` component warning duplicate `key` question when using `TreeNode`ใ€‚
## 1.2.2
`2018-12-19`
@ -31,7 +39,7 @@
- No need to change built-in icons with overriding styles by providing more props in component.
- ๐Ÿ˜“ But at the same time bring the problem that the bundle file is too big, related solutions and discussions can check the React version of ant-design [issue](https://github.com/ant-design/ant-design/issues/12011).
- ๐ŸŒŸ Add the `theme` attribute to set the theme style of the icon.
- ๐ŸŒŸ Added `component` attribute, you can externally pass a component to customize the control rendering result.
- ๐ŸŒŸ Added `component` attribute, you can externally pass a component to customize the control rendering result.
- ๐ŸŒŸ The `twoToneColor` property is added to control the theme color of the two-color icon.
- ๐ŸŒŸ Added static methods `Icon.getTowToneColor()` and `Icon.setTwoToneColor(...)` to globally get and set the theme color of all two-color icons.
- ๐ŸŒŸ The new static method `Icon.createFromIconfontCN({...})` is added to make it easier to use icons hosted on [`iconfont.cn`](http://iconfont.cn/).

View File

@ -2,6 +2,14 @@
---
## 1.2.3
`2018-12-25`
- ๐Ÿ“ ็งป้™คๅœฃ่ฏžๅฝฉ่›‹ใ€‚
- ๐Ÿž ไฟฎๅค้ƒจๅˆ†็ป„ไปถไธๆ”ฏๆŒๆ•ฐ็ป„็ฑปๅž‹`class`้—ฎ้ข˜[#322](https://github.com/vueComponent/ant-design-vue/issues/322)
- ๐ŸŒŸ `TreeSelect` ็ป„ไปถๆ–ฐๅขž `treeExpandedKeys` ๅฑžๆ€งๅ’Œ `treeExpand` ไบ‹ไปถ๏ผŒ็”จไบŽๆŽงๅˆถๆ ‘็š„ๅฑ•ๅผ€ๆ”ถ่ตทใ€‚
- ๐Ÿž ไฟฎๅค`Tree`็ป„ไปถไฝฟ็”จ`TreeNode`ๆ—ถๆŠฅ้‡ๅค`Key`้—ฎ้ข˜ใ€‚
## 1.2.2
`2018-12-19`

View File

@ -1,6 +1,6 @@
{
"name": "ant-design-vue",
"version": "1.2.2",
"version": "1.2.3",
"title": "Ant Design Vue",
"description": "An enterprise-class UI design language and Vue-based implementation",
"keywords": [
@ -183,4 +183,4 @@
"vue-ref": "^1.0.3",
"warning": "^3.0.0"
}
}
}