mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 11:08:00 +08:00
release 1.5.0
This commit is contained in:
parent
f087f9d4af
commit
caa0a6489a
@ -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.
|
||||
@ -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
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
## 1.5.0
|
||||
|
||||
`2020-03-15`
|
||||
`2020-03-29`
|
||||
|
||||
- 新增了五个组件:
|
||||
- 🔥🔥🔥 [Mentions](https://antdv.com/components/mentions-cn/) 新增提及组件并废弃原有 Mention 组件。
|
||||
@ -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
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* eslint-disable no-console */
|
||||
'use strict';
|
||||
|
||||
// const install = require('./install')
|
||||
@ -336,6 +337,7 @@ gulp.task(
|
||||
newVersion &&
|
||||
newVersion.trim() === version
|
||||
) {
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
runCmd('npm', ['run', 'pub'], code => {
|
||||
done();
|
||||
});
|
||||
|
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user