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 Empty, and improved empty data style of all components!
|
||||||
- 🎉 New component Statistic.
|
- 🎉 New component Statistic.
|
||||||
|
@ -44,6 +44,7 @@
|
||||||
- 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`.
|
||||||
|
@ -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": [
|
||||||
|
|
Loading…
Reference in New Issue