Skip to content

Commit 210dadc

Browse files
committed
bump 2.0.0-rc.1
1 parent b051ac6 commit 210dadc

File tree

3 files changed

+30
-5
lines changed

3 files changed

+30
-5
lines changed

CHANGELOG.en-US.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010

1111
---
1212

13+
## 2.0.0-rc.1
14+
15+
`2020-11-14`
16+
17+
- 🎉🎉🎉
18+
- 🌟 Menu cancel the default lazy loading, improve the first animation effect, optimize the Bezier curve function, and make it smoother [#3177](https://github.com/vueComponent/ant-design-vue/pull/3177)
19+
- 🐞 Fix Select search function failure problem [#3144](https://github.com/vueComponent/ant-design-vue/issues/3144)
20+
- 🐞 Fix the Drawer component does not have automatic focus, which can not be closed directly by the ESC button [#3148](https://github.com/vueComponent/ant-design-vue/issues/3148)
21+
- 🐞 Fix the incorrect position of popover elements in Popover [#3147](https://github.com/vueComponent/ant-design-vue/issues/3147)
22+
- 🐞 Fix CountDown not updating problem [#3170](https://github.com/vueComponent/ant-design-vue/pull/3170)
23+
- 🐞 Fix multiple errors or missing Ts types
24+
1325
## 2.0.0-beta.15
1426

1527
`2020-11-08`

CHANGELOG.zh-CN.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@
1010

1111
---
1212

13+
14+
## 2.0.0-rc.1
15+
16+
`2020-11-14`
17+
18+
- 🎉🎉🎉
19+
- 🌟 Menu 取消默认懒加载,提升首次动画效果,优化贝塞尔曲线函数,更加流畅 [#3177](https://github.com/vueComponent/ant-design-vue/pull/3177)
20+
- 🐞 修复 Select 搜索功能失效问题 [#3144](https://github.com/vueComponent/ant-design-vue/issues/3144)
21+
- 🐞 修复 Drawer 组件没有自动 focus,导致不能直接通过 ESC 按键关闭 [#3148](https://github.com/vueComponent/ant-design-vue/issues/3148)
22+
- 🐞 修复 Popover 弹出元素位置不正确问题 [#3147](https://github.com/vueComponent/ant-design-vue/issues/3147)
23+
- 🐞 修复 CountDown 不更新问题 [#3170](https://github.com/vueComponent/ant-design-vue/pull/3170)
24+
- 🐞 修复多处 Ts 类型错误或缺失问题
25+
1326
## 2.0.0-beta.15
1427

1528
`2020-11-08`

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "2.0.0-beta.15",
3+
"version": "2.0.0-rc.1",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [
@@ -62,8 +62,8 @@
6262
},
6363
"homepage": "https://www.antdv.com/",
6464
"peerDependencies": {
65-
"@vue/compiler-sfc": ">=3.0.0",
66-
"vue": ">=3.0.0"
65+
"@vue/compiler-sfc": ">=3.0.2",
66+
"vue": ">=3.0.2"
6767
},
6868
"devDependencies": {
6969
"@babel/cli": "^7.8.4",
@@ -92,7 +92,7 @@
9292
"@typescript-eslint/parser": "^4.1.0",
9393
"@vue/babel-plugin-jsx": "^1.0.0-rc.3",
9494
"@vue/cli-plugin-eslint": "^4.0.0",
95-
"@vue/compiler-sfc": "^3.0.0",
95+
"@vue/compiler-sfc": "^3.0.2",
9696
"@vue/eslint-config-prettier": "^6.0.0",
9797
"@vue/eslint-config-typescript": "^5.1.0",
9898
"@vue/test-utils": "^2.0.0-beta.2",
@@ -178,7 +178,7 @@
178178
"umi-mock-middleware": "^1.0.0",
179179
"umi-request": "^1.3.5",
180180
"url-loader": "^3.0.0",
181-
"vue": "^3.0.0",
181+
"vue": "^3.0.2",
182182
"vue-antd-md-loader": "^1.2.1-beta.1",
183183
"vue-clipboard2": "0.3.1",
184184
"vue-draggable-resizable": "^2.1.0",

0 commit comments

Comments
 (0)