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
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,40 @@
2
2
3
3
---
4
4
5
+
## 1.2.0
6
+
`2018-12-16`
7
+
### Synchronize with antd 3.10.x
8
+
9
+
- 🔥🔥🔥 replaced font icons with svg icons which bring benefits below::
10
+
- Complete offline usage of icon, no dependency of alipay cdn font icon file and no more empty square during downloading than no need to deploy icon font files locally either.
11
+
- Much more display accuracy in lower-level screens.
12
+
- Support multiple colors for icon.
13
+
- No need to change built-in icons with overriding styles by providing more props in component.
14
+
- 🌟 Add the `theme` attribute to set the theme style of the icon.
15
+
- 🌟 Added `component` attribute, you can externally pass a component to customize the control rendering result.
16
+
- 🌟 The `twoToneColor` property is added to control the theme color of the two-color icon.
17
+
- 🌟 Added static methods `Icon.getTowToneColor()` and `Icon.setTwoToneColor(...)` to globally get and set the theme color of all two-color icons.
18
+
- 🌟 The new static method `Icon.createFromIconfontCN({...})` is added to make it easier to use icons hosted on [`iconfont.cn`](http://iconfont.cn/).
19
+
- 🔥 Added a new component `Skeleton`.
20
+
- 🔥 Menu will automatically close up to fit width in `horizontal` mode.
21
+
- 🔥 The `placement` of the drawer supports `top` and `bottom` to accommodate more scenes.
22
+
- 🌟 The following components add a `suffixIcon` prop, which is used to set the icon behind the input box. For details, please refer to the documentation.
23
+
- Cascader
24
+
- DatePicker
25
+
- Select
26
+
- TreeSelect
27
+
- TimePicker
28
+
- 🌟 Added Modal.open for optional icon dialog.
29
+
- 🌟 Modal.info adds the configuration of `getContainer`.
30
+
- 🌟 Improve RangePicker footer UI by merging them.
31
+
- 🌟 The Anchor component adds `onClick` property.
32
+
- 🌟 The Tab component adds the `renderTabBar` property.
33
+
- 🌟 The Input component adds the `select` method.
34
+
- 🌟 Steps adds the `initial` attribute.
35
+
- 🌟 Upload adds `openFileDialogOnClick` prop to allow setting whether to open the upload dialog when the component is clicked.
36
+
- 🌟 InputNumber adds `decimalSeparator` prop to allow setting a custom decimal.
37
+
- 🐞 Fix a lot of hidden bugs that have not yet been issued, and then not list them one by one.
0 commit comments