There was an error while loading. Please reload this page.
1 parent 0c4b56d commit 8d1da95Copy full SHA for 8d1da95
2 files changed
CHANGELOG.md
@@ -5,6 +5,10 @@ toc: false
5
spline: explain
6
---
7
8
+## 🌈 1.1.10 `2025-07-24`
9
+### 🚧 Others
10
+- fix(chatbot): fix item render content key @LzhengH ([#259](https://github.com/TDesignOteam/tdesign-web-components/pull/259))
11
+
12
## 🌈 1.1.9 `2025-07-24`
13
### 🚧 Others
14
- feat(chatbot): 优化组合模式下message重复渲染问题 @LzhengH ([#257](https://github.com/TDesignOteam/tdesign-web-components/pull/257))
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "tdesign-web-components",
3
"purename": "tdesign",
4
- "version": "1.1.9",
+ "version": "1.1.10",
"type": "module",
"main": "lib/index.js",
"module": "lib/index.js",
0 commit comments