parent
3b45c7e128
commit
4218f19021
|
@ -10,9 +10,9 @@
|
|||
|
||||
---
|
||||
|
||||
## 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 Statistic.
|
||||
|
@ -36,7 +36,7 @@
|
|||
- Modal
|
||||
- ๐ Add `forceRender` support.
|
||||
- ๐ 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 `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)
|
||||
|
@ -44,6 +44,7 @@
|
|||
- 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`.
|
||||
|
@ -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": [
|
||||
|
|
Loadingโฆ
Reference in New Issue