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