mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 03:58:05 +08:00
bump 0.7.1
This commit is contained in:
parent
28b5193b84
commit
0b249a0baa
@ -2,6 +2,13 @@
|
||||
|
||||
---
|
||||
|
||||
## 0.7.1
|
||||
|
||||
`2018-07-17`
|
||||
- 🐞 fix `Tooltip` containing disabled button does not show and style[#73](https://github.com/vueComponent/ant-design/issues/73)
|
||||
- 🐞 add `Table` panagation deep watch[#b464c6](https://github.com/vueComponent/ant-design/commit/b464c6f6ee4df6df1b6c55f29ac85b2f462763bc)
|
||||
|
||||
|
||||
## 0.7.0
|
||||
|
||||
`2018-07-11`
|
||||
|
@ -2,6 +2,13 @@
|
||||
|
||||
---
|
||||
|
||||
## 0.7.1
|
||||
|
||||
`2018-07-17`
|
||||
- 🐞 修复`Tooltip`包含`Button`时的样式及功能问题[#73](https://github.com/vueComponent/ant-design/issues/73)
|
||||
- 🐞 add `Table` panagation deep watch[#b464c6](https://github.com/vueComponent/ant-design/commit/b464c6f6ee4df6df1b6c55f29ac85b2f462763bc)
|
||||
|
||||
|
||||
## 0.7.0
|
||||
|
||||
`2018-07-11`
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue-antd-ui",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
"keywords": [
|
||||
@ -170,4 +170,4 @@
|
||||
"shallowequal": "^1.0.2",
|
||||
"warning": "^3.0.0"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user