Skip to content

Commit

Permalink
release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Mar 29, 2020
1 parent f087f9d commit caa0a64
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.en-US.md
Expand Up @@ -12,7 +12,7 @@

## 1.5.0

`2020-03-15`
`2020-03-29`

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

## 1.4.12

Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.zh-CN.md
Expand Up @@ -12,7 +12,7 @@

## 1.5.0

`2020-03-15`
`2020-03-29`

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

## 1.4.12

Expand Down
2 changes: 2 additions & 0 deletions antd-tools/gulpfile.js
@@ -1,3 +1,4 @@
/* eslint-disable no-console */
'use strict';

// const install = require('./install')
Expand Down Expand Up @@ -336,6 +337,7 @@ gulp.task(
newVersion &&
newVersion.trim() === version
) {
// eslint-disable-next-line no-unused-vars
runCmd('npm', ['run', 'pub'], code => {
done();
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ant-design-vue",
"version": "1.5.0-rc.7",
"version": "1.5.0",
"title": "Ant Design Vue",
"description": "An enterprise-class UI design language and Vue-based implementation",
"keywords": [
Expand Down

0 comments on commit caa0a64

Please sign in to comment.