You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.en-US.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
---
4
4
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
+
5
13
## 1.2.2
6
14
`2018-12-19`
7
15
@@ -31,7 +39,7 @@
31
39
- No need to change built-in icons with overriding styles by providing more props in component.
32
40
- 😓 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).
33
41
- 🌟 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.
35
43
- 🌟 The `twoToneColor` property is added to control the theme color of the two-color icon.
36
44
- 🌟 Added static methods `Icon.getTowToneColor()` and `Icon.setTwoToneColor(...)` to globally get and set the theme color of all two-color icons.
37
45
- 🌟 The new static method `Icon.createFromIconfontCN({...})` is added to make it easier to use icons hosted on [`iconfont.cn`](http://iconfont.cn/).
0 commit comments