parent
bb549d52ab
commit
6587ced474
|
@ -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/).
|
||||
|
|
|
@ -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`
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loadingโฆ
Reference in New Issue