|
10 | 10 |
|
11 | 11 | ---
|
12 | 12 |
|
13 |
| -## 1.14.0 |
| 13 | +## 1.4.0 |
14 | 14 |
|
15 |
| -`2019-10-12` |
| 15 | +`2019-10-14` |
16 | 16 |
|
17 |
| -- 🎉 New component Empty, and improved empty data style of all components! |
| 17 | +- 🎉 New component Empty, and improved empty data style of all components! |
18 | 18 | - 🎉 New component Statistic.
|
19 | 19 | - 🎉 Hindi locale added (hi_IN).
|
20 | 20 | - 🎉 Kannada locale added (kn_IN).
|
21 |
| -- 🌟 ConfigProvider component support prefixCls. |
| 21 | +- 🌟 ConfigProvider component support prefixCls. |
22 | 22 | - Button
|
23 | 23 | - 🌟 Button support round shape.
|
24 | 24 | - Collapse
|
25 |
| - - 🌟 Add `expandIcon` to allow customization of Collapse icon. |
| 25 | + - 🌟 Add `expandIcon` to allow customization of Collapse icon. |
26 | 26 | - ConfigProvider
|
27 |
| - - 🌟 Support Content Security Policy (CSP) config. |
28 |
| - - 🌟 Support `autoInsertSpaceInButton` to remove space between 2 Chinese characters on Button. |
| 27 | + - 🌟 Support Content Security Policy (CSP) config. |
| 28 | + - 🌟 Support `autoInsertSpaceInButton` to remove space between 2 Chinese characters on Button. |
29 | 29 | - Icon
|
30 |
| - - 🌟 Icon component add `aria-label` prop to enhance accessibility. |
31 |
| - - 🌟 Add `rotate` to allow icon rotate as specified degrees. |
| 30 | + - 🌟 Icon component add `aria-label` prop to enhance accessibility. |
| 31 | + - 🌟 Add `rotate` to allow icon rotate as specified degrees. |
32 | 32 | - 🌟 Add `eye-invisible` icon.
|
33 | 33 | - Input
|
34 | 34 | - 🌟 Add Input.Password.
|
35 | 35 | - 🌟 support `allowClear`。
|
36 | 36 | - Modal
|
37 | 37 | - 🌟 Add `forceRender` support.
|
38 | 38 | - 🌟 Add `destroyAll` method.
|
39 |
| - - 🌟 Add `icon` to Modal.confirm/info/warning/error, `iconType` is deprecated. |
40 |
| - - 🌟 Add `mask` property support for Modal method. |
| 39 | + - 🌟 Add `icon` to Modal.confirm/info/warning/error, `iconType` is deprecated. |
| 40 | + - 🌟 Add `mask` property support for Modal method. |
41 | 41 | - 🌟 Add `transitionName` and `maskTransitionName` property support for Modal method.
|
42 | 42 | - 🐞 Fix the problem that the mouse moves to the mask layer to close automatically [#842](https://github.com/vueComponent/ant-design-vue/issues/842)
|
43 | 43 | - 🌟 Add `small` type Card component.
|
44 | 44 | - Form
|
45 | 45 | - 🌟 Add `name` option to `Form.create`。
|
46 | 46 | - 🌟 Add `selfUpdate` to improve performance [#1049](https://github.com/vueComponent/ant-design-vue/issues/1049)
|
| 47 | + - 🐞 Fix browser stuck when `FormItem` is passed through slot [#1271](https://github.com/vueComponent/ant-design-vue/issues/1271) |
47 | 48 | - 🌟 Add switcherIcon prop to Tree.
|
48 | 49 | - Dropdown
|
49 | 50 | - 🌟 Dropdown.Button support `href`.
|
50 | 51 | - 🌟 Add `openClassName`.
|
51 | 52 | - Table
|
52 | 53 | - 🌟 Add prop `sortDirections` for Table and Table.Column.
|
53 | 54 | - 🐞 Fixed Badge component display over the fixed table column.
|
54 |
| - - 🐞 Fixed rowSelection columnWidth doesn't work. |
| 55 | + - 🐞 Fixed rowSelection columnWidth doesn't work. |
55 | 56 | - DatePicker
|
56 |
| - - 🌟 Will read format as default format in locale if provided. |
| 57 | + - 🌟 Will read format as default format in locale if provided. |
57 | 58 | - 🌟 Add new `renderFooter` API for DatePicker.
|
58 | 59 | - 🐞 Fixed `dateRender` not supported at WeekPicker.
|
59 |
| - - 🐞 Fixed disabled button style in DatePicker panel. |
| 60 | + - 🐞 Fixed disabled button style in DatePicker panel. |
60 | 61 | - 🌟 support prop `renderExtraFooter` in all mode.
|
61 |
| - - 🐞 Fixed month range display when start year equals end year. |
| 62 | + - 🐞 Fixed month range display when start year equals end year. |
62 | 63 | - TimePicker
|
63 | 64 | - 🌟 TimePicker support new prop `popupStyle` and new event `amPmChange`.
|
64 |
| - - 🐞 Fixed TimePicker Icon disappear when used with Input.Group. |
| 65 | + - 🐞 Fixed TimePicker Icon disappear when used with Input.Group. |
65 | 66 | - 🌟 Deprecated `allowEmpty` prop and use `allowClear` instead. Sync style with DatePicker.
|
66 |
| -- 🌟 Rate component support `tooltips`. |
| 67 | +- 🌟 Rate component support `tooltips`. |
67 | 68 | - Upload
|
68 | 69 | - 💄 Add new less var `upload-picture-card-border-style` and Fixed `upload-picture-card-size` typo.
|
69 | 70 | - 🐞 Fixed `dpg` file type is not recognizable as image in Upload component.
|
|
72 | 73 | - Progress
|
73 | 74 | - 🌟 All types support `successPercent` prop.
|
74 | 75 | - Pagination
|
75 |
| - - 🐞 Fix ellipsis misalignment. |
| 76 | + - 🐞 Fix ellipsis misalignment. |
76 | 77 | - 🐞 Fixed Radio style bug in Chrome.
|
77 | 78 | - 🐞 Fixed Steps style issue on IE9.
|
78 | 79 | - 🐞 Fixed nested Timeline last item missing line.
|
79 | 80 | - 🐞 Fixed spin never shows up when delay got initially set.
|
80 | 81 | - 🐞 Fix wave style issue in Edge.
|
81 | 82 |
|
82 | 83 | ## 1.3.17
|
| 84 | + |
83 | 85 | `2019-09-29`
|
| 86 | + |
84 | 87 | - 🌟 `Form` adds the `selfUpdate` attribute to improve form performance [#1049](https://github.com/vueComponent/ant-design-vue/issues/1049)
|
85 | 88 | - `Select`
|
86 | 89 | - 🐞 Fix keydown keyboard event invalidation
|
|
0 commit comments