Skip to content

Commit 33a96d4

Browse files
authored
v0.2.12 (#136)
1 parent 8993dd1 commit 33a96d4

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

docs/src/releases/update-log.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11

22
# 版本更新日志
33

4+
## 0.2.12 (25.7.3)
5+
6+
> [!IMPORTANT]
7+
> **Breaking Change**: Sender 消息输入框模板编辑功能重新设计,相关用法请查看最新稳定
8+
9+
1.【优化】【Sender 组件】模板编辑重新设计,优化使用体验
10+
2.【优化】【SuggestionPills 建议按钮组】`autoScrollOnHover` 属性现在已经在任意 `overflowMode` 下都支持
11+
3.【优化】【DropdownMenu 下拉菜单】增加控制菜单项的字重的 CSS 变量 `--tr-dropdown-menu-item-font-weight`
12+
413
## 0.2.11 (25.6.28)
514

615
> [!IMPORTANT]

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentiny/tiny-robot",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"publishConfig": {
55
"access": "public"
66
},

packages/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentiny/tiny-robot-kit",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"publishConfig": {
55
"access": "public"
66
},

packages/svgs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentiny/tiny-robot-svgs",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)