Skip to content

Commit 6587ced

Browse files
committed
bump 1.2.3
1 parent bb549d5 commit 6587ced

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.en-US.md

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

33
---
44

5+
## 1.2.3
6+
`2018-12-25`
7+
8+
- 📝 Remove Christmas egg.
9+
- 🐞 Fix some components do not support array type `class` problem[#322](https://github.com/vueComponent/ant-design-vue/issues/322)
10+
- 🌟 `TreeSelect` adds the `treeExpandedKeys` props and `treeExpand` event to control the expansion of the tree.
11+
- 🐞 Fix the `Tree` component warning duplicate `key` question when using `TreeNode`
12+
513
## 1.2.2
614
`2018-12-19`
715

@@ -31,7 +39,7 @@
3139
- No need to change built-in icons with overriding styles by providing more props in component.
3240
- 😓 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).
3341
- 🌟 Add the `theme` attribute to set the theme style of the icon.
34-
- 🌟 Added `component` attribute, you can externally pass a component to customize the control rendering result.
42+
- 🌟 Added `component` attribute, you can externally pass a component to customize the control rendering result.
3543
- 🌟 The `twoToneColor` property is added to control the theme color of the two-color icon.
3644
- 🌟 Added static methods `Icon.getTowToneColor()` and `Icon.setTwoToneColor(...)` to globally get and set the theme color of all two-color icons.
3745
- 🌟 The new static method `Icon.createFromIconfontCN({...})` is added to make it easier to use icons hosted on [`iconfont.cn`](http://iconfont.cn/).

CHANGELOG.zh-CN.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
---
44

5+
## 1.2.3
6+
`2018-12-25`
7+
8+
- 📝 移除圣诞彩蛋。
9+
- 🐞 修复部分组件不支持数组类型`class`问题[#322](https://github.com/vueComponent/ant-design-vue/issues/322)
10+
- 🌟 `TreeSelect` 组件新增 `treeExpandedKeys` 属性和 `treeExpand` 事件,用于控制树的展开收起。
11+
- 🐞 修复`Tree`组件使用`TreeNode`时报重复`Key`问题。
12+
513
## 1.2.2
614
`2018-12-19`
715

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [
@@ -183,4 +183,4 @@
183183
"vue-ref": "^1.0.3",
184184
"warning": "^3.0.0"
185185
}
186-
}
186+
}

0 commit comments

Comments
 (0)