You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.en-US.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,14 @@
10
10
11
11
---
12
12
13
+
## 3.1.0
14
+
15
+
`2022-04-06`
16
+
17
+
### 🔥🔥🔥 3.1.0 official version released 🔥🔥🔥
18
+
19
+
- 🐞 Fix `Select.Option` child element is empty, the error is reported [272430](https://github.com/vueComponent/ant-design-vue/commit/272430ba06e44e06eb07694d6aef4d474fb741cb)
You can subscribe to this feed for new version notifications: https://github.com/vueComponent/ant-design-vue/releases.atom
44
44
@@ -49,11 +49,11 @@ You can subscribe to this feed for new version notifications: https://github.com
49
49
**We recommend using npm or yarn to install**,it not only makes development easier,but also allow you to take advantage of the rich ecosystem of Javascript packages and tooling.
50
50
51
51
```bash
52
-
$ npm install ant-design-vue@next --save
52
+
$ npm install ant-design-vue --save
53
53
```
54
54
55
55
```bash
56
-
$ yarn add ant-design-vue@next
56
+
$ yarn add ant-design-vue
57
57
```
58
58
59
59
If you are in a bad network environment,you can try other registries and tools like [cnpm](https://github.com/cnpm/cnpm).
@@ -115,16 +115,14 @@ import 'ant-design-vue/dist/antd.css'; // or 'ant-design-vue/dist/antd.less'
0 commit comments