release 1.5.0

pull/1987/head 1.5.0
tangjinzhou 2020-03-29 17:41:43 +08:00
parent f087f9d4af
commit caa0a6489a
4 changed files with 8 additions and 4 deletions

View File

@ -12,7 +12,7 @@
## 1.5.0 ## 1.5.0
`2020-03-15` `2020-03-29`
- Four new components have been added: - Four new components have been added:
- 🔥🔥🔥 [Mentions](https://antdv.com/components/mentions/) Added mentioned components and discarded the original Mention components. - 🔥🔥🔥 [Mentions](https://antdv.com/components/mentions/) Added mentioned components and discarded the original Mention components.
@ -81,7 +81,8 @@
- 🌟 Badge supports custom colors. - 🌟 Badge supports custom colors.
- 🐞 Fix the problem that the label of Steps is not centered. - 🐞 Fix the problem that the label of Steps is not centered.
- 🐞 Fix cursor style problem of DatePicker and TimePicker. - 🐞 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 ## 1.4.12

View File

@ -12,7 +12,7 @@
## 1.5.0 ## 1.5.0
`2020-03-15` `2020-03-29`
- 新增了五个组件: - 新增了五个组件:
- 🔥🔥🔥 [Mentions](https://antdv.com/components/mentions-cn/) 新增提及组件并废弃原有 Mention 组件。 - 🔥🔥🔥 [Mentions](https://antdv.com/components/mentions-cn/) 新增提及组件并废弃原有 Mention 组件。
@ -84,6 +84,7 @@
- 🐞 修复 Steps 的 label 不居中的问题。 - 🐞 修复 Steps 的 label 不居中的问题。
- 🐞 修复 DatePicker 和 TimePicker 的 cursor 样式问题。 - 🐞 修复 DatePicker 和 TimePicker 的 cursor 样式问题。
- 🐞 修复 TreeSelect 自定义图标无效的问题 [#1901](https://github.com/vueComponent/ant-design-vue/issues/1901) - 🐞 修复 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 ## 1.4.12

View File

@ -1,3 +1,4 @@
/* eslint-disable no-console */
'use strict'; 'use strict';
// const install = require('./install') // const install = require('./install')
@ -336,6 +337,7 @@ gulp.task(
newVersion && newVersion &&
newVersion.trim() === version newVersion.trim() === version
) { ) {
// eslint-disable-next-line no-unused-vars
runCmd('npm', ['run', 'pub'], code => { runCmd('npm', ['run', 'pub'], code => {
done(); done();
}); });

View File

@ -1,6 +1,6 @@
{ {
"name": "ant-design-vue", "name": "ant-design-vue",
"version": "1.5.0-rc.7", "version": "1.5.0",
"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": [