parent
3b45c7e128
commit
4218f19021
|
@ -10,25 +10,25 @@
|
|||
|
||||
---
|
||||
|
||||
## 1.14.0
|
||||
## 1.4.0
|
||||
|
||||
`2019-10-12`
|
||||
`2019-10-14`
|
||||
|
||||
- ๐ New component Empty, and improved empty data style of all components!
|
||||
- ๐ 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.
|
||||
- ๐ ConfigProvider component support prefixCls.
|
||||
- Button
|
||||
- ๐ Button support round shape.
|
||||
- Collapse
|
||||
- ๐ Add `expandIcon` to allow customization of Collapse icon.
|
||||
- ๐ 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.
|
||||
- ๐ 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.
|
||||
- ๐ 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.
|
||||
|
@ -36,14 +36,15 @@
|
|||
- 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 `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)
|
||||
- ๐ Fix browser stuck when `FormItem` is passed through slot [#1271](https://github.com/vueComponent/ant-design-vue/issues/1271)
|
||||
- ๐ Add switcherIcon prop to Tree.
|
||||
- Dropdown
|
||||
- ๐ Dropdown.Button support `href`.
|
||||
|
@ -51,19 +52,19 @@
|
|||
- Table
|
||||
- ๐ Add prop `sortDirections` for Table and Table.Column.
|
||||
- ๐ Fixed Badge component display over the fixed table column.
|
||||
- ๐ Fixed rowSelection columnWidth doesn't work.
|
||||
- ๐ Fixed rowSelection columnWidth doesn't work.
|
||||
- DatePicker
|
||||
- ๐ Will read format as default format in locale if provided.
|
||||
- ๐ 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.
|
||||
- ๐ Fixed disabled button style in DatePicker panel.
|
||||
- ๐ support prop `renderExtraFooter` in all mode.
|
||||
- ๐ Fixed month range display when start year equals end year.
|
||||
- ๐ 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.
|
||||
- ๐ Fixed TimePicker Icon disappear when used with Input.Group.
|
||||
- ๐ Deprecated `allowEmpty` prop and use `allowClear` instead. Sync style with DatePicker.
|
||||
- ๐ Rate component support `tooltips`.
|
||||
- ๐ 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.
|
||||
|
@ -72,7 +73,7 @@
|
|||
- Progress
|
||||
- ๐ All types support `successPercent` prop.
|
||||
- Pagination
|
||||
- ๐ Fix ellipsis misalignment.
|
||||
- ๐ Fix ellipsis misalignment.
|
||||
- ๐ Fixed Radio style bug in Chrome.
|
||||
- ๐ Fixed Steps style issue on IE9.
|
||||
- ๐ Fixed nested Timeline last item missing line.
|
||||
|
@ -80,7 +81,9 @@
|
|||
- ๐ 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)
|
||||
- `Select`
|
||||
- ๐ Fix keydown keyboard event invalidation
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
|
||||
---
|
||||
|
||||
## 1.14.0
|
||||
## 1.4.0
|
||||
|
||||
`2019-10-12`
|
||||
`2019-10-14`
|
||||
|
||||
- ๐ ๆฐ็็ปไปถ `Empty`๏ผๅๆถไผๅไบๅไธช็ปไปถ็็ฉบๆฐๆฎ็ถๆๆ ทๅผ๏ผ
|
||||
- ๐ ๆฐๅข `Statistic` ็ป่ฎก/ๅ่ฎกๆถ็ปไปถใ
|
||||
|
@ -42,6 +42,7 @@
|
|||
- Form
|
||||
- ๐ ๆทปๅ `name` ้้กนๅฐ `Form.create`ใ
|
||||
- ๐ ๆฐๅข `selfUpdate` ๅฑๆง๏ผ็จไบๆๅ่กจๅๆง่ฝ [#1049](https://github.com/vueComponent/ant-design-vue/issues/1049)
|
||||
- ๐ ไฟฎๅคๅฝ `FormItem` ้่ฟ slot ไผ ้ๆถๆต่งๅจๅกๆญป้ฎ้ข [#1271](https://github.com/vueComponent/ant-design-vue/issues/1271)
|
||||
- ๐ Tree ๆทปๅ `switcherIcon` ๅฑๆงใ
|
||||
- Dropdown
|
||||
- ๐ Dropdown.Button ๆฏๆ `href` ๅฑๆงใ
|
||||
|
@ -81,7 +82,9 @@
|
|||
- ๐ ไฟฎๅคๆฐดๆณข็บนๅจ Edge ไธ็ๆ ทๅผ้ฎ้ขใ
|
||||
|
||||
## 1.3.17
|
||||
|
||||
`2019-09-29`
|
||||
|
||||
- ๐ `Form` ๆฐๅข `selfUpdate` ๅฑๆง๏ผ็จไบๆๅ่กจๅๆง่ฝ [#1049](https://github.com/vueComponent/ant-design-vue/issues/1049)
|
||||
- `Select`
|
||||
- ๐ ไฟฎๅค keydown ้ฎ็ไบไปถๅคฑๆ้ฎ้ข
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ant-design-vue",
|
||||
"version": "1.3.17",
|
||||
"version": "1.4.0",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
"keywords": [
|
||||
|
@ -219,4 +219,4 @@
|
|||
"lib/**/style/*",
|
||||
"*.less"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loadingโฆ
Reference in New Issue