From 5dba2c047f1f11e781cf6e0609f673cbf823e52d Mon Sep 17 00:00:00 2001 From: "Y." Date: Tue, 23 Jul 2024 20:29:55 +0800 Subject: [PATCH] chore: publish v1.3.3 (#1511) * chore: publish v1.3.3 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18e5f79eb..8fbdedb2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ toc: false spline: explain --- +## 🌈 1.3.3 `2024-07-23` +### 🚀 Features +- `Rate`: 新增 `placement` 属性, 支持配置评分弹框的位置 @liweijie0812 ([#1501](https://github.com/Tencent/tdesign-mobile-vue/pull/1501)) +- `Guide`: `sfc` 改 `tsx` @zuiaiwanqian ([#1471](https://github.com/Tencent/tdesign-mobile-vue/pull/1471)) +- `SwipeCell`: `sfc` 改 `tsx` @liweijie0812 ([#1499](https://github.com/Tencent/tdesign-mobile-vue/pull/1499)) +### 🐞 Bug Fixes +- `Link`: 修复禁用优先级问题 @liweijie0812 ([#1502](https://github.com/Tencent/tdesign-mobile-vue/pull/1502)) +- `Popup`: 处理窗体类组件隐藏时 `t-popup-overflow-hidden` 等类名未移除的问题 @QuentinHsu ([#1504](https://github.com/Tencent/tdesign-mobile-vue/pull/1504)) + ## 🌈 1.3.2 `2024-07-11` ### 🚀 Features - `Icon`: 新增 `list-numbered`、`lock-off-filled`、`lock-on-filled` 等 3 个图标 @liweijie0812 ([#1488](https://github.com/Tencent/tdesign-mobile-vue/pull/1488)) diff --git a/package.json b/package.json index 6124e4f0c..34221a3fb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tdesign-mobile-vue", "purename": "tdesign", - "version": "1.3.2", + "version": "1.3.3", "description": "tdesign-mobile-vue", "author": "TDesign Group", "homepage": "https://tdesign.tencent.com/mobile-vue/",