From 079d783e6c14eebd0750e572afdd07a1f826535e Mon Sep 17 00:00:00 2001 From: anlyyao Date: Wed, 25 Jun 2025 21:40:21 +0800 Subject: [PATCH 1/2] chore: publish v1.9.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b271064a3..fd0ed2d62 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tdesign-miniprogram", "purename": "tdesign", - "version": "1.9.6-beta", + "version": "1.9.6", "description": "tdesign-miniprogram", "title": "tdesign-miniprogram", "main": "miniprogram_dist/index.js", From 27bdcc1e1f743ad8c8f2e373acc766a6724f2fd2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 25 Jun 2025 13:47:00 +0000 Subject: [PATCH 2/2] chore: changelog's changes --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 502ae1616..5daa0c143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ docClass: timeline --- +## 🌈 1.9.6 `2025-06-25` +### 🚀 Features +- `Upload`: 支持视频预览 @anlyyao ([#3741](https://github.com/Tencent/tdesign-miniprogram/pull/3741)) +- `Icon`: 自定义 `icon`名称支持使用下划线 @zhonghuipro ([#3744](https://github.com/Tencent/tdesign-miniprogram/pull/3744)) +### 🐞 Bug Fixes +- `CollapsePanel`: 修复部分 `css` 变量无效的问题 @betavs ([#3731](https://github.com/Tencent/tdesign-miniprogram/pull/3731)) +- `Grid`: 修复 `GridItem` 项数是 `columns` 列数的非整数倍时边框样式错误 @anlyyao ([#3740](https://github.com/Tencent/tdesign-miniprogram/pull/3740)) +### 🚧 Others +- `build`: 修复 `1.9.0` 版本在 `Windows` 环境下 `WXSS` 文件编译错误 @anlyyao ([#3719](https://github.com/Tencent/tdesign-miniprogram/pull/3719)) +- `site`: 官网支持单组件 `Changelog` @RylanBot ([#3725](https://github.com/Tencent/tdesign-miniprogram/pull/3725)) + + ## 🌈 1.9.5 `2025-06-13` ### 🚀 Features - `Picker`: