bump 1.4.0

pull/1281/head 1.4.0
tanjinzhou 2019-10-14 17:00:59 +08:00
parent 3b45c7e128
commit 4218f19021
3 changed files with 28 additions and 22 deletions

View File

@ -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

View File

@ -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 ้”ฎ็›˜ไบ‹ไปถๅคฑๆ•ˆ้—ฎ้ข˜

View File

@ -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"
] ]
} }