docs: add en changelog
parent
f7a57fe170
commit
dcdbe358c6
|
@ -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
|
## 1.3.17
|
||||||
`2019-09-29`
|
`2019-09-29`
|
||||||
- ๐ `Form` adds the `selfUpdate` attribute to improve form performance [#1049](https://github.com/vueComponent/ant-design-vue/issues/1049)
|
- ๐ `Form` adds the `selfUpdate` attribute to improve form performance [#1049](https://github.com/vueComponent/ant-design-vue/issues/1049)
|
||||||
|
|
|
@ -10,12 +10,12 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 1.14.0-beta.0
|
## 1.14.0
|
||||||
|
|
||||||
`2019-09-23`
|
`2019-10-12`
|
||||||
|
|
||||||
- ๐ ๆฐ็็ปไปถ `Empty`๏ผๅๆถไผๅไบๅไธช็ปไปถ็็ฉบๆฐๆฎ็ถๆๆ ทๅผ๏ผ
|
- ๐ ๆฐ็็ปไปถ `Empty`๏ผๅๆถไผๅไบๅไธช็ปไปถ็็ฉบๆฐๆฎ็ถๆๆ ทๅผ๏ผ
|
||||||
- ๐ **ๆฐๅข `Statistic` ็ป่ฎก/ๅ่ฎกๆถ็ปไปถ**ใ
|
- ๐ ๆฐๅข `Statistic` ็ป่ฎก/ๅ่ฎกๆถ็ปไปถใ
|
||||||
- ๐ ๆทปๅ ๆฐ็ๅฝ้
ๅ่ตๆบๅๅฐๅบฆ่ฏญ๏ผkn_IN๏ผๅๅ้ฃ่พพ่ฏญ๏ผkn_IN๏ผใ
|
- ๐ ๆทปๅ ๆฐ็ๅฝ้
ๅ่ตๆบๅๅฐๅบฆ่ฏญ๏ผkn_IN๏ผๅๅ้ฃ่พพ่ฏญ๏ผkn_IN๏ผใ
|
||||||
- ๐ ConfigProvider ็ปไปถๆทปๅ `prefixCls` ๅฑๆงใ
|
- ๐ ConfigProvider ็ปไปถๆทปๅ `prefixCls` ๅฑๆงใ
|
||||||
- Button
|
- Button
|
||||||
|
|
Loadingโฆ
Reference in New Issue