Skip to content

Commit caa0a64

Browse files
committed
release 1.5.0
1 parent f087f9d commit caa0a64

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.en-US.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## 1.5.0
1414

15-
`2020-03-15`
15+
`2020-03-29`
1616

1717
- Four new components have been added:
1818
- 🔥🔥🔥 [Mentions](https://antdv.com/components/mentions/) Added mentioned components and discarded the original Mention components.
@@ -81,7 +81,8 @@
8181
- 🌟 Badge supports custom colors.
8282
- 🐞 Fix the problem that the label of Steps is not centered.
8383
- 🐞 Fix cursor style problem of DatePicker and TimePicker.
84-
- 🐞 Fix TreeSelect custom icon is invalid [#1901](https://github.com/vueComponent/ant-design-vue/issues/1901)
84+
- 🐞 Fix `TreeSelect` custom icon is invalid [#1901](https://github.com/vueComponent/ant-design-vue/issues/1901)
85+
- 🐞 Fix `Tabs` keyboard left / right switching error [#1947](https://github.com/vueComponent/ant-design-vue/issues/1947)
8586

8687
## 1.4.12
8788

CHANGELOG.zh-CN.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## 1.5.0
1414

15-
`2020-03-15`
15+
`2020-03-29`
1616

1717
- 新增了五个组件:
1818
- 🔥🔥🔥 [Mentions](https://antdv.com/components/mentions-cn/) 新增提及组件并废弃原有 Mention 组件。
@@ -84,6 +84,7 @@
8484
- 🐞 修复 Steps 的 label 不居中的问题。
8585
- 🐞 修复 DatePicker 和 TimePicker 的 cursor 样式问题。
8686
- 🐞 修复 TreeSelect 自定义图标无效的问题 [#1901](https://github.com/vueComponent/ant-design-vue/issues/1901)
87+
- 🐞 修复 Tabs 键盘左右切换错误问题 [#1947](https://github.com/vueComponent/ant-design-vue/issues/1947)
8788

8889
## 1.4.12
8990

antd-tools/gulpfile.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable no-console */
12
'use strict';
23

34
// const install = require('./install')
@@ -336,6 +337,7 @@ gulp.task(
336337
newVersion &&
337338
newVersion.trim() === version
338339
) {
340+
// eslint-disable-next-line no-unused-vars
339341
runCmd('npm', ['run', 'pub'], code => {
340342
done();
341343
});

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.5.0-rc.7",
3+
"version": "1.5.0",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [

0 commit comments

Comments
 (0)