docs: add en changelog

pull/1272/head
tangjinzhou 2019-10-11 22:05:32 +08:00
parent f7a57fe170
commit dcdbe358c6
2 changed files with 72 additions and 3 deletions

View File

@ -10,6 +10,75 @@
---
## 1.14.0
`2019-10-12`
- ๐ŸŽ‰ New component Empty, and improved empty data style of all components!
- ๐ŸŽ‰ New component Statistic.
- ๐ŸŽ‰ Hindi locale added (hi_IN).
- ๐ŸŽ‰ Kannada locale added (kn_IN).
- ๐ŸŒŸ ConfigProvider component support prefixCls.
- Button
- ๐ŸŒŸ Button support round shape.
- Collapse
- ๐ŸŒŸ Add `expandIcon` to allow customization of Collapse icon.
- ConfigProvider
- ๐ŸŒŸ Support Content Security Policy (CSP) config.
- ๐ŸŒŸ Support `autoInsertSpaceInButton` to remove space between 2 Chinese characters on Button.
- Icon
- ๐ŸŒŸ Icon component add `aria-label` prop to enhance accessibility.
- ๐ŸŒŸ Add `rotate` to allow icon rotate as specified degrees.
- ๐ŸŒŸ Add `eye-invisible` icon.
- Input
- ๐ŸŒŸ Add Input.Password.
- ๐ŸŒŸ support `allowClear`ใ€‚
- Modal
- ๐ŸŒŸ Add `forceRender` support.
- ๐ŸŒŸ Add `destroyAll` method.
- ๐ŸŒŸ Add `icon` to Modal.confirm/info/warning/error, `iconType` is deprecated.
- ๐ŸŒŸ Add `mask` property support for Modal method.
- ๐ŸŒŸ Add `transitionName` and `maskTransitionName` property support for Modal method.
- ๐Ÿž Fix the problem that the mouse moves to the mask layer to close automatically [#842](https://github.com/vueComponent/ant-design-vue/issues/842)
- ๐ŸŒŸ Add `small` type Card component.
- Form
- ๐ŸŒŸ Add `name` option to `Form.create`ใ€‚
- ๐ŸŒŸ Add `selfUpdate` to improve performance [#1049](https://github.com/vueComponent/ant-design-vue/issues/1049)
- ๐ŸŒŸ Add switcherIcon prop to Tree.
- Dropdown
- ๐ŸŒŸ Dropdown.Button support `href`.
- ๐ŸŒŸ Add `openClassName`.
- Table
- ๐ŸŒŸ Add prop `sortDirections` for Table and Table.Column.
- ๐Ÿž Fixed Badge component display over the fixed table column.
- ๐Ÿž Fixed rowSelection columnWidth doesn't work.
- DatePicker
- ๐ŸŒŸ Will read format as default format in locale if provided.
- ๐ŸŒŸ Add new `renderFooter` API for DatePicker.
- ๐Ÿž Fixed `dateRender` not supported at WeekPicker.
- ๐Ÿž Fixed disabled button style in DatePicker panel.
- ๐ŸŒŸ support prop `renderExtraFooter` in all mode.
- ๐Ÿž Fixed month range display when start year equals end year.
- TimePicker
- ๐ŸŒŸ TimePicker support new prop `popupStyle` and new event `amPmChange`.
- ๐Ÿž Fixed TimePicker Icon disappear when used with Input.Group.
- ๐ŸŒŸ Deprecated `allowEmpty` prop and use `allowClear` instead. Sync style with DatePicker.
- ๐ŸŒŸ Rate component support `tooltips`.
- Upload
- ๐Ÿ’„ Add new less var `upload-picture-card-border-style` and Fixed `upload-picture-card-size` typo.
- ๐Ÿž Fixed `dpg` file type is not recognizable as image in Upload component.
- Spin
- ๐Ÿž Fix Spin style issue in IE 10.
- Progress
- ๐ŸŒŸ All types support `successPercent` prop.
- Pagination
- ๐Ÿž Fix ellipsis misalignment.
- ๐Ÿž Fixed Radio style bug in Chrome.
- ๐Ÿž Fixed Steps style issue on IE9.
- ๐Ÿž Fixed nested Timeline last item missing line.
- ๐Ÿž Fixed spin never shows up when delay got initially set.
- ๐Ÿž Fix wave style issue in Edge.
## 1.3.17
`2019-09-29`
- ๐ŸŒŸ `Form` adds the `selfUpdate` attribute to improve form performance [#1049](https://github.com/vueComponent/ant-design-vue/issues/1049)

View File

@ -10,12 +10,12 @@
---
## 1.14.0-beta.0
## 1.14.0
`2019-09-23`
`2019-10-12`
- ๐ŸŽ‰ ๆ–ฐ็š„็ป„ไปถ `Empty`๏ผŒๅŒๆ—ถไผ˜ๅŒ–ไบ†ๅ„ไธช็ป„ไปถ็š„็ฉบๆ•ฐๆฎ็Šถๆ€ๆ ทๅผ๏ผ
- ๐ŸŽ‰ **ๆ–ฐๅขž `Statistic` ็ปŸ่ฎก/ๅ€’่ฎกๆ—ถ็ป„ไปถ**ใ€‚
- ๐ŸŽ‰ ๆ–ฐๅขž `Statistic` ็ปŸ่ฎก/ๅ€’่ฎกๆ—ถ็ป„ไปถใ€‚
- ๐ŸŽ‰ ๆทปๅŠ ๆ–ฐ็š„ๅ›ฝ้™…ๅŒ–่ต„ๆบๅŒ—ๅฐๅบฆ่ฏญ๏ผˆkn_IN๏ผ‰ๅ’ŒๅŽ้‚ฃ่พพ่ฏญ๏ผˆkn_IN๏ผ‰ใ€‚
- ๐ŸŒŸ ConfigProvider ็ป„ไปถๆทปๅŠ  `prefixCls` ๅฑžๆ€งใ€‚
- Button