bump 1.3.3
parent
58794aaba9
commit
9fbab5ddb8
|
@ -10,6 +10,14 @@
|
|||
|
||||
---
|
||||
|
||||
## 1.3.3
|
||||
`2019-01-26`
|
||||
|
||||
- 🐞 Fix `message` not close When you configure maxcount.[#428](https://github.com/vueComponent/ant-design-vue/pull/428)。
|
||||
- 🐞 Fix some component TypeScript definitions.[#422](https://github.com/vueComponent/ant-design-vue/pull/422)。
|
||||
- 🌟 The Anchor component add `warpperClass` `wrapperStyle` property.[1aa42d](https://github.com/vueComponent/ant-design-vue/commit/1aa42dfe18bd7ac7893a765b6ee341844ea02550)
|
||||
- 📝 Update the document: form adds the `preserve` description, and the `icon` modifies the custom component reference document description.
|
||||
|
||||
## 1.3.2
|
||||
`2019-01-17`
|
||||
|
||||
|
|
|
@ -10,6 +10,14 @@
|
|||
|
||||
---
|
||||
|
||||
## 1.3.3
|
||||
`2019-01-26`
|
||||
|
||||
- 🐞 修复message在配置maxcount时,不能关闭提示窗问题。[#428](https://github.com/vueComponent/ant-design-vue/pull/428)。
|
||||
- 🐞 修复一些组件 TypeScript 定义。[#422](https://github.com/vueComponent/ant-design-vue/pull/422)。
|
||||
- 🌟 Anchor组件新增`warpperClass` `wrapperStyle`属性。[1aa42d](https://github.com/vueComponent/ant-design-vue/commit/1aa42dfe18bd7ac7893a765b6ee341844ea02550)
|
||||
- 📝 更新文档:form增加preserve说明,icon修改自定义组件引用文档说明。
|
||||
|
||||
## 1.3.2
|
||||
`2019-01-17`
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ant-design-vue",
|
||||
"version": "1.3.2",
|
||||
"version": "1.3.3",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
"keywords": [
|
||||
|
@ -162,7 +162,7 @@
|
|||
"vue-server-renderer": "^2.5.16",
|
||||
"vue-template-compiler": "^2.5.16",
|
||||
"vue-virtual-scroller": "^0.12.0",
|
||||
"webpack": "^4.28.4",
|
||||
"webpack": "4.28.4",
|
||||
"webpack-cli": "^3.2.1",
|
||||
"webpack-dev-server": "^3.1.14",
|
||||
"webpack-merge": "^4.1.1",
|
||||
|
|
Loading…
Reference in New Issue