From 6e2484771f87dda3fa35e64e850cfcf6dc929353 Mon Sep 17 00:00:00 2001 From: "Y." Date: Thu, 8 Aug 2024 19:10:34 +0800 Subject: [PATCH] chore: publish v1.3.4 (#1529) * chore: publish v1.3.4 * 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 8fbdedb2b..e286dfea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ toc: false spline: explain --- +## 🌈 1.3.4 `2024-08-08` +### 🚀 Features +- `ImageViewer`: 优化预加载逻辑 @QuentinHsu ([#1516](https://github.com/Tencent/tdesign-mobile-vue/pull/1516)) +- `Fab`: 新增 `draggable` 属性,支持拖拽 @novlan1 ([#1527](https://github.com/Tencent/tdesign-mobile-vue/pull/1527)) +### 🐞 Bug Fixes +- `Cell`: 修复禁用 `Hover` 不生效 @liweijie0812 ([#1519](https://github.com/Tencent/tdesign-mobile-vue/pull/1519)) +- `Dialog`: 修复函数式调用 `Dialog` 时关闭按钮不生效 @QuentinHsu ([#1513](https://github.com/Tencent/tdesign-mobile-vue/pull/1513)) +- `NoticeBar`: 修复滚动内容宽度获取错误 @anlyyao ([#1860](https://github.com/Tencent/tdesign-common/pull/1860)) + ## 🌈 1.3.3 `2024-07-23` ### 🚀 Features - `Rate`: 新增 `placement` 属性, 支持配置评分弹框的位置 @liweijie0812 ([#1501](https://github.com/Tencent/tdesign-mobile-vue/pull/1501)) diff --git a/package.json b/package.json index 34221a3fb..263b9bc1b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tdesign-mobile-vue", "purename": "tdesign", - "version": "1.3.3", + "version": "1.3.4", "description": "tdesign-mobile-vue", "author": "TDesign Group", "homepage": "https://tdesign.tencent.com/mobile-vue/",