Skip to content

Commit 4807ea1

Browse files
committed
chore: release v2.0.2 - fix BubbleList streaming auto-scroll in SSE replace mode
1 parent 339ff00 commit 4807ea1

10 files changed

Lines changed: 1093 additions & 21 deletions

File tree

apps/docs/.eslintrc-auto-import.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"ComputedRef": true,
66
"DirectiveBinding": true,
77
"EffectScope": true,
8+
"ElMessage": true,
89
"ExtractDefaultPropTypes": true,
910
"ExtractPropTypes": true,
1011
"ExtractPublicPropTypes": true,

apps/docs/.vitepress/data/changelog-en.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
{
22
"Core": [
3+
{
4+
"version": "2.0.2",
5+
"date": "2026-05-11",
6+
"changes": [
7+
{
8+
"type": "fix",
9+
"content": "Fixed BubbleList auto-scroll-to-bottom failing under SSE full-replace mode (skip the nextTick re-validation for streaming so DOM height growth is no longer misread as user-scrolled-up)",
10+
"emoji": "🐛",
11+
"author": "何嘉悦",
12+
"hash": "1ca90ca",
13+
"source": "commit"
14+
},
15+
{
16+
"type": "feat",
17+
"content": "Added BubbleList SSE replace-mode demo (streaming-replace-sse) for both docs and Storybook with Thinking + Markdown integration and a 1-10 speed slider",
18+
"emoji": "",
19+
"author": "何嘉悦",
20+
"hash": "1ca90ca",
21+
"source": "commit"
22+
}
23+
]
24+
},
325
{
426
"version": "unreleased",
527
"date": "2026-02-28",

apps/docs/.vitepress/data/changelog-zh.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
{
22
"Core": [
3+
{
4+
"version": "2.0.2",
5+
"date": "2026-05-11",
6+
"changes": [
7+
{
8+
"type": "fix",
9+
"content": "修复 BubbleList 在 SSE 全量替换模式下流式自动触底失效的问题(streaming 跳过 nextTick 二次校验,避免 DOM 高度增量误判为用户滚走)",
10+
"emoji": "🐛",
11+
"author": "何嘉悦",
12+
"hash": "1ca90ca",
13+
"source": "commit"
14+
},
15+
{
16+
"type": "feat",
17+
"content": "BubbleList 文档与 Storybook 新增 SSE 全量替换 + Thinking + Markdown 综合演示(streaming-replace-sse),支持 1-10 档输出速度滑块以观察思考过程",
18+
"emoji": "",
19+
"author": "何嘉悦",
20+
"hash": "1ca90ca",
21+
"source": "commit"
22+
}
23+
]
24+
},
325
{
426
"version": "unreleased",
527
"date": "2026-02-28",

apps/docs/.vitepress/data/changelog.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
{
22
"Core": [
3+
{
4+
"version": "2.0.2",
5+
"date": "2026-05-11",
6+
"changes": [
7+
{
8+
"type": "fix",
9+
"content": "修复 BubbleList 在 SSE 全量替换模式下流式自动触底失效的问题(streaming 跳过 nextTick 二次校验,避免 DOM 高度增量误判为用户滚走)",
10+
"emoji": "🐛",
11+
"author": "何嘉悦",
12+
"hash": "1ca90ca",
13+
"source": "commit"
14+
},
15+
{
16+
"type": "fix",
17+
"content": "Fixed BubbleList auto-scroll-to-bottom failing under SSE full-replace mode (skip the nextTick re-validation for streaming so DOM height growth is no longer misread as user-scrolled-up)",
18+
"emoji": "🐛",
19+
"author": "何嘉悦",
20+
"hash": "1ca90ca",
21+
"source": "commit"
22+
},
23+
{
24+
"type": "feat",
25+
"content": "BubbleList 文档与 Storybook 新增 SSE 全量替换 + Thinking + Markdown 综合演示(streaming-replace-sse),支持 1-10 档输出速度滑块以观察思考过程",
26+
"emoji": "",
27+
"author": "何嘉悦",
28+
"hash": "1ca90ca",
29+
"source": "commit"
30+
},
31+
{
32+
"type": "feat",
33+
"content": "Added BubbleList SSE replace-mode demo (streaming-replace-sse) for both docs and Storybook with Thinking + Markdown integration and a 1-10 speed slider",
34+
"emoji": "",
35+
"author": "何嘉悦",
36+
"hash": "1ca90ca",
37+
"source": "commit"
38+
}
39+
]
40+
},
341
{
442
"version": "unreleased",
543
"date": "2026-02-28",

0 commit comments

Comments
 (0)