Skip to content

Commit b88d97a

Browse files
committed
release 3.0.0-beta.8
1 parent ab79b4b commit b88d97a

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

CHANGELOG.en-US.md

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

1111
---
1212

13+
## 3.0.0-beta.8
14+
15+
`2022-01-21`
16+
17+
- 🔥 Refactor `Cascader`, support multiple selection, add `tagRender` `multiple` `maxTagCount` `maxTagPlaceholder` `expandIcon`, use `dropdownClassName` `dropdownStyle` `open` `placement` to replace `popupClassName` `popupStyle` respectively ` `popupVisible` `popupPlacement` property
18+
- 🌟 Select, TreeSelect support slot maxTagPlaceholder
19+
- 🌟 `Table.Summary.Cell` supports `style`, `class` native properties
20+
- 🌟 Export more component types: `ConfigProviderProps` `InputProps` `TextAreaProps` `PopconfirmProps` `PopoverProps` `SliderProps` `StepProps` `StepsProps`
21+
- 🐞 Fix Modal reporting error under [email protected] [#5190](https://github.com/vueComponent/ant-design-vue/issues/5190)
22+
- 🐞 Fix `Modal` `getContainer` invalid problem [#5147](https://github.com/vueComponent/ant-design-vue/issues/5147)
23+
- 🐞 Fix `Table` `responsive` invalid problem [#5172](https://github.com/vueComponent/ant-design-vue/issues/5172)
24+
- 🐞 Fix `Tabs` activeKey controlled invalidation issue [#5180](https://github.com/vueComponent/ant-design-vue/issues/5180)
25+
1326
## 3.0.0-beta.7
1427

1528
`2022-01-10`

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+
## 3.0.0-beta.8
14+
15+
`2022-01-21`
16+
17+
- 🔥 重构 `Cascader`, 支持多选,新增 `tagRender` `multiple` `maxTagCount` `maxTagPlaceholder` `expandIcon`, 使用 `dropdownClassName` `dropdownStyle` `open` `placement` 分别替换 `popupClassName` `popupStyle` `popupVisible` `popupPlacement` 属性
18+
- 🌟 Select、TreeSelect 支持插槽 maxTagPlaceholder
19+
- 🌟 `Table.Summary.Cell` 支持 `style``class` 的原生属性
20+
- 🌟 导出更多组件类型: `ConfigProviderProps` `InputProps` `TextAreaProps` `PopconfirmProps` `PopoverProps` `SliderProps` `StepProps` `StepsProps`
21+
- 🐞 修复 Modal 在 [email protected] 下报错问题 [#5190](https://github.com/vueComponent/ant-design-vue/issues/5190)
22+
- 🐞 修复 `Modal` `getContainer` 失效问题 [#5147](https://github.com/vueComponent/ant-design-vue/issues/5147)
23+
- 🐞 修复 `Table` `responsive` 失效问题 [#5172](https://github.com/vueComponent/ant-design-vue/issues/5172)
24+
- 🐞 修复 `Tabs` activeKey 受控失效问题 [#5180](https://github.com/vueComponent/ant-design-vue/issues/5180)
25+
1326
## 3.0.0-beta.7
1427

1528
`2022-01-10`

package.json

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

0 commit comments

Comments
 (0)