parent
980bcb70d9
commit
a9f7963c0c
|
@ -10,6 +10,15 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 1.3.4
|
||||||
|
`2019-01-31`
|
||||||
|
|
||||||
|
🎉 🎉 🎉 Happy New Year!
|
||||||
|
- 🐞 fix: AutoComplete placeholder not display when disabled. [#402](https://github.com/vueComponent/ant-design-vue/issues/402)。
|
||||||
|
- 🐞 Add the `BreadcrmbItem` ts type file.[#452](https://github.com/vueComponent/ant-design-vue/issues/452)。
|
||||||
|
- 🐞 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)。
|
||||||
|
- 🐞 Fix some component TypeScript definitions.
|
||||||
|
|
||||||
## 1.3.3
|
## 1.3.3
|
||||||
`2019-01-26`
|
`2019-01-26`
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,15 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 1.3.4
|
||||||
|
`2019-01-31`
|
||||||
|
|
||||||
|
🎉 🎉 🎉 祝大家新年快乐!
|
||||||
|
- 🐞 修复AutoComplete组件disabled时,placeholder不显示的问题。[#402](https://github.com/vueComponent/ant-design-vue/issues/402)。
|
||||||
|
- 🐞 添加 `BreadcrmbItem` ts类型文件。[#452](https://github.com/vueComponent/ant-design-vue/issues/452)。
|
||||||
|
- 🐞 修复当FormItem在子组件中时不更新问题。[#446](https://github.com/vueComponent/ant-design-vue/issues/446)。
|
||||||
|
- 🐞 修复一些组件 TypeScript 定义。
|
||||||
|
|
||||||
## 1.3.3
|
## 1.3.3
|
||||||
`2019-01-26`
|
`2019-01-26`
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ant-design-vue",
|
"name": "ant-design-vue",
|
||||||
"version": "1.3.3",
|
"version": "1.3.4",
|
||||||
"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": [
|
||||||
|
@ -15,7 +15,8 @@
|
||||||
"framework",
|
"framework",
|
||||||
"frontend"
|
"frontend"
|
||||||
],
|
],
|
||||||
"main": "dist/antd.min.js",
|
"main": "lib/index.js",
|
||||||
|
"module": "es/index.js",
|
||||||
"typings": "types/index.d.ts",
|
"typings": "types/index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
|
|
Loading…
Reference in New Issue