Skip to content

Commit a9f7963

Browse files
committed
bump 1.3.4
1 parent 980bcb7 commit a9f7963

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.en-US.md

+9
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010

1111
---
1212

13+
## 1.3.4
14+
`2019-01-31`
15+
16+
🎉 🎉 🎉 Happy New Year!
17+
- 🐞 fix: AutoComplete placeholder not display when disabled. [#402](https://github.com/vueComponent/ant-design-vue/issues/402)
18+
- 🐞 Add the `BreadcrmbItem` ts type file.[#452](https://github.com/vueComponent/ant-design-vue/issues/452)
19+
- 🐞 Fixed an issue where the FormItem was not updated when it was in a subcomponent. [#446](https://github.com/vueComponent/ant-design-vue/issues/446)
20+
- 🐞 Fix some component TypeScript definitions.
21+
1322
## 1.3.3
1423
`2019-01-26`
1524

CHANGELOG.zh-CN.md

+9
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010

1111
---
1212

13+
## 1.3.4
14+
`2019-01-31`
15+
16+
🎉 🎉 🎉 祝大家新年快乐!
17+
- 🐞 修复AutoComplete组件disabled时,placeholder不显示的问题。[#402](https://github.com/vueComponent/ant-design-vue/issues/402)
18+
- 🐞 添加 `BreadcrmbItem` ts类型文件。[#452](https://github.com/vueComponent/ant-design-vue/issues/452)
19+
- 🐞 修复当FormItem在子组件中时不更新问题。[#446](https://github.com/vueComponent/ant-design-vue/issues/446)
20+
- 🐞 修复一些组件 TypeScript 定义。
21+
1322
## 1.3.3
1423
`2019-01-26`
1524

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [
@@ -15,7 +15,8 @@
1515
"framework",
1616
"frontend"
1717
],
18-
"main": "dist/antd.min.js",
18+
"main": "lib/index.js",
19+
"module": "es/index.js",
1920
"typings": "types/index.d.ts",
2021
"files": [
2122
"dist",

0 commit comments

Comments
 (0)