diff --git a/CHANGELOG.md b/CHANGELOG.md index d83e82c8b1..070410d1f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ toc: false docClass: timeline --- +## 🌈 1.6.2 `2023-10-12` +### 🚀 Features +- `Tag`: `CheckTag` 支持多种风格标签配置 @chaishi ([#3419](https://github.com/Tencent/tdesign-vue-next/pull/3419)) +- `Tag`: 支持标签组 `CheckTagGroup` 选择 @chaishi ([#3419](https://github.com/Tencent/tdesign-vue-next/pull/3419)) +### 🐞 Bug Fixes +- `Badge`: 边框圆角方形样式([common#1617](https://github.com/Tencent/tdesign-common/pull/1617)) @liweijie0812 ([#3461](https://github.com/Tencent/tdesign-vue-next/pull/3461)) +- `Badge`: 开启`dot` 忽略形状设置 @liweijie0812 ([#3461](https://github.com/Tencent/tdesign-vue-next/pull/3461)) +- `Table`: 修复行高亮受控属性 `activeRowKeys` 无效问题 @chaishi ([#3463](https://github.com/Tencent/tdesign-vue-next/pull/3463)) + ## 🌈 1.6.1 `2023-10-11` ### 🚀 Features - `Table`: diff --git a/package.json b/package.json index 2d116b6b27..9bb3213de3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tdesign-vue-next", "purename": "tdesign", - "version": "1.6.1", + "version": "1.6.2", "title": "tdesign-vue-next", "description": "TDesign Component for vue-next", "keywords": [ diff --git a/src/_common b/src/_common index 5ad940507e..0352a42300 160000 --- a/src/_common +++ b/src/_common @@ -1 +1 @@ -Subproject commit 5ad940507e631b2d165e7be4517d58f9c8a1c0ab +Subproject commit 0352a42300bb9323ba5ea7fde3e9251c44745e31