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