From e2ca6f6ad06911a3701e9e201db06df187495621 Mon Sep 17 00:00:00 2001 From: PY Date: Sat, 18 Mar 2023 00:57:20 +0800 Subject: [PATCH] chore: release 1.2.1 (#2581) * chore: release 1.2.1 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- src/_common | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a341074c3..bae2a96d6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ spline: explain toc: false docClass: timeline --- +## 🌈 1.2.1 `2023-03-17` +### 🐞 Bug Fixes +- `Form`: 修复复杂数据结构中使用 `scrollToFirstError` 属性无法提交问题([issue #2562](https://github.com/Tencent/tdesign-vue-next/issues/2562)) @k1nz ([#2572](https://github.com/Tencent/tdesign-vue-next/pull/2572)) +- `Dropdown`: 修复事件回调未定义导致控制台报错的问题 @uyarn ([#2570](https://github.com/Tencent/tdesign-vue-next/pull/2570)) +- `Nuxt`: 修复在 `tooltip` 和 `pagination` 组件在 `Nuxt3` 报错([issue #2568](https://github.com/Tencent/tdesign-vue-next/issues/2568)) @PengYYYYY ([#2575](https://github.com/Tencent/tdesign-vue-next/pull/2575)) +- `ConfigProvider`: 修复组件会在最外层增加一的空的 `div` 标签([issue #2558](https://github.com/Tencent/tdesign-vue-next/issues/2558)) ([#2573](https://github.com/Tencent/tdesign-vue-next/pull/2573)) +- `Popup`: 优化 `popup` 嵌套逻辑 @ikeq ([#2514](https://github.com/Tencent/tdesign-vue-next/pull/2514)) ## 🌈 1.2.0 `2023-03-15` ### 🚀 Features - `Table`: diff --git a/package.json b/package.json index c7ca17fe2e..7d2553ddc0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tdesign-vue-next", "purename": "tdesign", - "version": "1.2.0", + "version": "1.2.1", "title": "tdesign-vue-next", "description": "TDesign Component for vue-next", "keywords": [ diff --git a/src/_common b/src/_common index 2ee98a7097..0a709515dd 160000 --- a/src/_common +++ b/src/_common @@ -1 +1 @@ -Subproject commit 2ee98a709716317b4219f17941266bc306014f5e +Subproject commit 0a709515dd1bdebc42e18f4224c6b99395b01a55