Skip to content

Commit 9fbab5d

Browse files
committed
bump 1.3.3
1 parent 58794aa commit 9fbab5d

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.en-US.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010

1111
---
1212

13+
## 1.3.3
14+
`2019-01-26`
15+
16+
- 🐞 Fix `message` not close When you configure maxcount.[#428](https://github.com/vueComponent/ant-design-vue/pull/428)
17+
- 🐞 Fix some component TypeScript definitions.[#422](https://github.com/vueComponent/ant-design-vue/pull/422)
18+
- 🌟 The Anchor component add `warpperClass` `wrapperStyle` property.[1aa42d](https://github.com/vueComponent/ant-design-vue/commit/1aa42dfe18bd7ac7893a765b6ee341844ea02550)
19+
- 📝 Update the document: form adds the `preserve` description, and the `icon` modifies the custom component reference document description.
20+
1321
## 1.3.2
1422
`2019-01-17`
1523

CHANGELOG.zh-CN.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010

1111
---
1212

13+
## 1.3.3
14+
`2019-01-26`
15+
16+
- 🐞 修复message在配置maxcount时,不能关闭提示窗问题。[#428](https://github.com/vueComponent/ant-design-vue/pull/428)
17+
- 🐞 修复一些组件 TypeScript 定义。[#422](https://github.com/vueComponent/ant-design-vue/pull/422)
18+
- 🌟 Anchor组件新增`warpperClass` `wrapperStyle`属性。[1aa42d](https://github.com/vueComponent/ant-design-vue/commit/1aa42dfe18bd7ac7893a765b6ee341844ea02550)
19+
- 📝 更新文档:form增加preserve说明,icon修改自定义组件引用文档说明。
20+
1321
## 1.3.2
1422
`2019-01-17`
1523

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [
@@ -162,7 +162,7 @@
162162
"vue-server-renderer": "^2.5.16",
163163
"vue-template-compiler": "^2.5.16",
164164
"vue-virtual-scroller": "^0.12.0",
165-
"webpack": "^4.28.4",
165+
"webpack": "4.28.4",
166166
"webpack-cli": "^3.2.1",
167167
"webpack-dev-server": "^3.1.14",
168168
"webpack-merge": "^4.1.1",

0 commit comments

Comments
 (0)