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.
|
- ๐ New component Statistic.
|
||||||
- ๐ Hindi locale added (hi_IN).
|
- ๐ Hindi locale added (hi_IN).
|
||||||
- ๐ Kannada locale added (kn_IN).
|
- ๐ Kannada locale added (kn_IN).
|
||||||
- ๐ ConfigProvider component support prefixCls.
|
- ๐ ConfigProvider component support prefixCls.
|
||||||
- Button
|
- Button
|
||||||
- ๐ Button support round shape.
|
- ๐ Button support round shape.
|
||||||
- Collapse
|
- Collapse
|
||||||
- ๐ Add `expandIcon` to allow customization of Collapse icon.
|
- ๐ Add `expandIcon` to allow customization of Collapse icon.
|
||||||
- ConfigProvider
|
- ConfigProvider
|
||||||
- ๐ Support Content Security Policy (CSP) config.
|
- ๐ Support Content Security Policy (CSP) config.
|
||||||
- ๐ Support `autoInsertSpaceInButton` to remove space between 2 Chinese characters on Button.
|
- ๐ Support `autoInsertSpaceInButton` to remove space between 2 Chinese characters on Button.
|
||||||
- Icon
|
- Icon
|
||||||
- ๐ Icon component add `aria-label` prop to enhance accessibility.
|
- ๐ Icon component add `aria-label` prop to enhance accessibility.
|
||||||
- ๐ Add `rotate` to allow icon rotate as specified degrees.
|
- ๐ Add `rotate` to allow icon rotate as specified degrees.
|
||||||
- ๐ Add `eye-invisible` icon.
|
- ๐ Add `eye-invisible` icon.
|
||||||
- Input
|
- Input
|
||||||
- ๐ Add Input.Password.
|
- ๐ Add Input.Password.
|
||||||
|
@ -36,14 +36,15 @@
|
||||||
- Modal
|
- Modal
|
||||||
- ๐ Add `forceRender` support.
|
- ๐ Add `forceRender` support.
|
||||||
- ๐ Add `destroyAll` method.
|
- ๐ Add `destroyAll` method.
|
||||||
- ๐ Add `icon` to Modal.confirm/info/warning/error, `iconType` is deprecated.
|
- ๐ Add `icon` to Modal.confirm/info/warning/error, `iconType` is deprecated.
|
||||||
- ๐ Add `mask` property support for Modal method.
|
- ๐ Add `mask` property support for Modal method.
|
||||||
- ๐ Add `transitionName` and `maskTransitionName` 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)
|
- ๐ 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.
|
- ๐ Add `small` type Card component.
|
||||||
- Form
|
- Form
|
||||||
- ๐ Add `name` option to `Form.create`ใ
|
- ๐ Add `name` option to `Form.create`ใ
|
||||||
- ๐ Add `selfUpdate` to improve performance [#1049](https://github.com/vueComponent/ant-design-vue/issues/1049)
|
- ๐ 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.
|
- ๐ Add switcherIcon prop to Tree.
|
||||||
- Dropdown
|
- Dropdown
|
||||||
- ๐ Dropdown.Button support `href`.
|
- ๐ Dropdown.Button support `href`.
|
||||||
|
@ -51,19 +52,19 @@
|
||||||
- Table
|
- Table
|
||||||
- ๐ Add prop `sortDirections` for Table and Table.Column.
|
- ๐ Add prop `sortDirections` for Table and Table.Column.
|
||||||
- ๐ Fixed Badge component display over the fixed table column.
|
- ๐ Fixed Badge component display over the fixed table column.
|
||||||
- ๐ Fixed rowSelection columnWidth doesn't work.
|
- ๐ Fixed rowSelection columnWidth doesn't work.
|
||||||
- DatePicker
|
- 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.
|
- ๐ Add new `renderFooter` API for DatePicker.
|
||||||
- ๐ Fixed `dateRender` not supported at WeekPicker.
|
- ๐ 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.
|
- ๐ 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
|
||||||
- ๐ TimePicker support new prop `popupStyle` and new event `amPmChange`.
|
- ๐ 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.
|
- ๐ Deprecated `allowEmpty` prop and use `allowClear` instead. Sync style with DatePicker.
|
||||||
- ๐ Rate component support `tooltips`.
|
- ๐ Rate component support `tooltips`.
|
||||||
- Upload
|
- Upload
|
||||||
- ๐ Add new less var `upload-picture-card-border-style` and Fixed `upload-picture-card-size` typo.
|
- ๐ 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.
|
- ๐ Fixed `dpg` file type is not recognizable as image in Upload component.
|
||||||
|
@ -72,7 +73,7 @@
|
||||||
- Progress
|
- Progress
|
||||||
- ๐ All types support `successPercent` prop.
|
- ๐ All types support `successPercent` prop.
|
||||||
- Pagination
|
- Pagination
|
||||||
- ๐ Fix ellipsis misalignment.
|
- ๐ Fix ellipsis misalignment.
|
||||||
- ๐ Fixed Radio style bug in Chrome.
|
- ๐ Fixed Radio style bug in Chrome.
|
||||||
- ๐ Fixed Steps style issue on IE9.
|
- ๐ Fixed Steps style issue on IE9.
|
||||||
- ๐ Fixed nested Timeline last item missing line.
|
- ๐ Fixed nested Timeline last item missing line.
|
||||||
|
@ -80,7 +81,9 @@
|
||||||
- ๐ Fix wave style issue in Edge.
|
- ๐ 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)
|
||||||
- `Select`
|
- `Select`
|
||||||
- ๐ Fix keydown keyboard event invalidation
|
- ๐ Fix keydown keyboard event invalidation
|
||||||
|
|
|
@ -10,9 +10,9 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 1.14.0
|
## 1.4.0
|
||||||
|
|
||||||
`2019-10-12`
|
`2019-10-14`
|
||||||
|
|
||||||
- ๐ ๆฐ็็ปไปถ `Empty`๏ผๅๆถไผๅไบๅไธช็ปไปถ็็ฉบๆฐๆฎ็ถๆๆ ทๅผ๏ผ
|
- ๐ ๆฐ็็ปไปถ `Empty`๏ผๅๆถไผๅไบๅไธช็ปไปถ็็ฉบๆฐๆฎ็ถๆๆ ทๅผ๏ผ
|
||||||
- ๐ ๆฐๅข `Statistic` ็ป่ฎก/ๅ่ฎกๆถ็ปไปถใ
|
- ๐ ๆฐๅข `Statistic` ็ป่ฎก/ๅ่ฎกๆถ็ปไปถใ
|
||||||
|
@ -42,6 +42,7 @@
|
||||||
- Form
|
- Form
|
||||||
- ๐ ๆทปๅ `name` ้้กนๅฐ `Form.create`ใ
|
- ๐ ๆทปๅ `name` ้้กนๅฐ `Form.create`ใ
|
||||||
- ๐ ๆฐๅข `selfUpdate` ๅฑๆง๏ผ็จไบๆๅ่กจๅๆง่ฝ [#1049](https://github.com/vueComponent/ant-design-vue/issues/1049)
|
- ๐ ๆฐๅข `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` ๅฑๆงใ
|
- ๐ Tree ๆทปๅ `switcherIcon` ๅฑๆงใ
|
||||||
- Dropdown
|
- Dropdown
|
||||||
- ๐ Dropdown.Button ๆฏๆ `href` ๅฑๆงใ
|
- ๐ Dropdown.Button ๆฏๆ `href` ๅฑๆงใ
|
||||||
|
@ -81,7 +82,9 @@
|
||||||
- ๐ ไฟฎๅคๆฐดๆณข็บนๅจ Edge ไธ็ๆ ทๅผ้ฎ้ขใ
|
- ๐ ไฟฎๅคๆฐดๆณข็บนๅจ Edge ไธ็ๆ ทๅผ้ฎ้ขใ
|
||||||
|
|
||||||
## 1.3.17
|
## 1.3.17
|
||||||
|
|
||||||
`2019-09-29`
|
`2019-09-29`
|
||||||
|
|
||||||
- ๐ `Form` ๆฐๅข `selfUpdate` ๅฑๆง๏ผ็จไบๆๅ่กจๅๆง่ฝ [#1049](https://github.com/vueComponent/ant-design-vue/issues/1049)
|
- ๐ `Form` ๆฐๅข `selfUpdate` ๅฑๆง๏ผ็จไบๆๅ่กจๅๆง่ฝ [#1049](https://github.com/vueComponent/ant-design-vue/issues/1049)
|
||||||
- `Select`
|
- `Select`
|
||||||
- ๐ ไฟฎๅค keydown ้ฎ็ไบไปถๅคฑๆ้ฎ้ข
|
- ๐ ไฟฎๅค keydown ้ฎ็ไบไปถๅคฑๆ้ฎ้ข
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ant-design-vue",
|
"name": "ant-design-vue",
|
||||||
"version": "1.3.17",
|
"version": "1.4.0",
|
||||||
"title": "Ant Design Vue",
|
"title": "Ant Design Vue",
|
||||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -219,4 +219,4 @@
|
||||||
"lib/**/style/*",
|
"lib/**/style/*",
|
||||||
"*.less"
|
"*.less"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loadingโฆ
Reference in New Issue