Skip to content

Commit 891f6db

Browse files
committed
release 2.2.0-rc.1
1 parent c563097 commit 891f6db

6 files changed

+24
-11
lines changed

CHANGELOG.en-US.md

+10
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010

1111
---
1212

13+
## 2.2.0-rc.1
14+
15+
`2021-06-29`
16+
17+
- 🌟 Change babel configuration, smaller build package size
18+
- 🌟 Form provides the useForm function natively, and we will deprecate the @ant-design-vue/use library
19+
- 🐞 Fix the issue that the Form validateFirst property does not trigger reject when there are multiple validation rules [#4273](https://github.com/vueComponent/ant-design-vue/issues/4273)
20+
- 🐞 Fix List circular references causing errors in Vite [#4263](https://github.com/vueComponent/ant-design-vue/issues/4263)
21+
- 🐞 Fix the missing item attribute problem in Menu event callback [#4290](https://github.com/vueComponent/ant-design-vue/issues/4290)
22+
1323
## 2.2.0-beta.6
1424

1525
`2021-06-26`

CHANGELOG.zh-CN.md

+10
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010

1111
---
1212

13+
## 2.2.0-rc.1
14+
15+
`2021-06-29`
16+
17+
- 🌟 更改 babel 配置,较小构建包大小
18+
- 🌟 Form 原生提供 useForm 功能,废弃 @ant-design-vue/use
19+
- 🐞 修复 Form validateFirst 属性在多个校验规则时不触发 reject 问题 [#4273](https://github.com/vueComponent/ant-design-vue/issues/4273)
20+
- 🐞 修复 List 循环引用导致 Vite 下报错问题 [#4263](https://github.com/vueComponent/ant-design-vue/issues/4263)
21+
- 🐞 修复 Menu 事件回调缺少 item 属性问题 [#4290](https://github.com/vueComponent/ant-design-vue/issues/4290)
22+
1323
## 2.2.0-beta.6
1424

1525
`2021-06-26`

README-zh_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ An enterprise-class UI components based on Ant Design and Vue 3.
3535

3636
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Opera | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/electron/electron_48x48.png" alt="Electron" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Electron |
3737
| --- | --- | --- | --- | --- | --- |
38-
| IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
38+
| Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
3939

4040
## 安装
4141

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ English | [简体中文](./README-zh_CN.md)
3535

3636
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Opera | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/electron/electron_48x48.png" alt="Electron" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Electron |
3737
| --- | --- | --- | --- | --- | --- |
38-
| IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
38+
| Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
3939

4040
## Using npm or yarn
4141

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "2.2.0-beta.6",
3+
"version": "2.2.0-rc.1",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [

webpack.config.js

+1-8
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,7 @@ const babelConfig = {
1111
'@babel/preset-env',
1212
{
1313
targets: {
14-
browsers: [
15-
'last 2 versions',
16-
'Firefox ESR',
17-
'> 1%',
18-
'ie >= 11',
19-
'iOS >= 8',
20-
'Android >= 4',
21-
],
14+
browsers: ['last 2 versions', 'Firefox ESR', '> 1%', 'not ie 11'],
2215
},
2316
},
2417
],

0 commit comments

Comments
 (0)