Skip to content

Commit a527f60

Browse files
committed
bump 1.4.6
1 parent e3f867b commit a527f60

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.en-US.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010

1111
---
1212

13+
## 1.4.6
14+
15+
`2019-11-20`
16+
17+
- 🐞 Fix `Cascader` can't enter a space question [#1427](https://github.com/vueComponent/ant-design-vue/issues/1427)
18+
- 🐞 Fix `AutoComplete` can't delete the last character [#1429] (https://github.com/vueComponent/ant-design-vue/issues/1427)
19+
- 🐞 Update `dbclick` in `Tree`'s `expandAction` to `dblclick` [#1437] (https://github.com/vueComponent/ant-design-vue/issues/1437)
20+
- 🐞 Update `dbclick` in the `Table` document to `dblclick` [#1437] (https://github.com/vueComponent/ant-design-vue/issues/1437)
21+
- 🌟 Add the TS type declaration for the `Empty` component [#1439] (https://github.com/vueComponent/ant-design-vue/pull/1439)
22+
1323
## 1.4.5
1424

1525
`2019-11-16`
@@ -18,7 +28,6 @@
1828
- 🌟 `Input` `Select` `DatePicker` trigger change event after input Chinese, reducing unnecessary performance consumption [#1281](https://github.com/vueComponent/ant-design-vue/issues/1281)
1929
- 🐞 Fixed when the placeholder of `Input` `Select` is Chinese, the change event is automatically triggered under ie [#1387](https://github.com/vueComponent/ant-design-vue/issues/1387)
2030
- Tree
21-
2231
- 🌟 Add the `replaceFields` field to customize the `title` `children` [#1395](https://github.com/vueComponent/ant-design-vue/issues/1395)
2332
- 🌟 update event `doubleclick` to `dbclick` [5e27ff](https://github.com/vueComponent/ant-design-vue/commit/5e27ff8da4419f490ab5c6ebeaf43d933519fcd7)
2433

CHANGELOG.zh-CN.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010

1111
---
1212

13+
## 1.4.6
14+
15+
`2019-11-20`
16+
17+
- 🐞 修复 `Cascader` 不能输入空格的问题 [#1427](https://github.com/vueComponent/ant-design-vue/issues/1427)
18+
- 🐞 修复 `AutoComplete` 不能删除最后一个字符的问题 [#1429](https://github.com/vueComponent/ant-design-vue/issues/1427)
19+
- 🐞 更新 `Tree``expandAction` 中的 `dbclick``dblclick` [#1437](https://github.com/vueComponent/ant-design-vue/issues/1437)
20+
- 🐞 更新 `Table` 文档中的 `dbclick``dblclick` [#1437](https://github.com/vueComponent/ant-design-vue/issues/1437)
21+
- 🌟 添加 `Empty` 组件的 TS 类型声明 [#1439](https://github.com/vueComponent/ant-design-vue/pull/1439)
22+
1323
## 1.4.5
1424

1525
`2019-11-16`
@@ -18,7 +28,6 @@
1828
- 🌟 `Input` `Select` `DatePicker` 输入中文完毕后触发相关事件,减少不必要的性能消耗[#1281](https://github.com/vueComponent/ant-design-vue/issues/1281)
1929
- 🐞 修复 `Input` `Select` 的 placeholder 为中文时,在 ie 下自动触发 change 事件问题 [#1387](https://github.com/vueComponent/ant-design-vue/issues/1387)
2030
- Tree
21-
2231
- 🌟 添加 replaceFields 字段用来自定义 title children。[#1395](https://github.com/vueComponent/ant-design-vue/issues/1395)
2332
- 🌟 更新事件 doubleclick 为 dbclick [5e27ff](https://github.com/vueComponent/ant-design-vue/commit/5e27ff8da4419f490ab5c6ebeaf43d933519fcd7)
2433

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "1.4.5",
3+
"version": "1.4.6",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [

0 commit comments

Comments
 (0)