@nextclaw/ui 0.15.16 → 0.15.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/assets/{app-presenter-provider-DcpcRgLn.js → app-presenter-provider-C9AcZKKs.js} +4 -4
- package/dist/assets/{appearance-settings-page-yJR6Kt9c.js → appearance-settings-page-CiD9Ey8f.js} +1 -1
- package/dist/assets/{chat-page-CXYXMIQQ.js → chat-page-B0cC3jsB.js} +1 -1
- package/dist/assets/index-QveCjxCj.css +1 -0
- package/dist/assets/{index-6Esxu-Pp.js → index-bOqpao-w.js} +2 -2
- package/dist/assets/remote-B0nlynVp.js +1 -0
- package/dist/assets/{runtime-config-page-CMLVC5UV.js → runtime-config-page-CbSrKeJt.js} +1 -1
- package/dist/index.html +3 -3
- package/package.json +9 -9
- package/src/app/configs/app-navigation.config.ts +1 -1
- package/src/features/chat/features/message/hooks/__tests__/use-chat-message-virtualizer.test.tsx +49 -41
- package/src/features/chat/features/message/hooks/use-chat-message-virtualizer.ts +1 -1
- package/src/platforms/mobile/components/__tests__/mobile-app-shell.test.tsx +5 -1
- package/src/platforms/mobile/components/__tests__/mobile-bottom-nav.test.tsx +24 -3
- package/src/platforms/mobile/components/mobile-bottom-nav.tsx +29 -32
- package/dist/assets/index-BzSgA8tR.css +0 -1
- package/dist/assets/remote-CPpTKDgX.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @nextclaw/ui
|
|
2
2
|
|
|
3
|
+
## 0.15.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d924f27: 修复流式消息动态增高时重新夺回滚动位置的问题;向上滚动超过 10px 后会持续保持逃逸状态。
|
|
8
|
+
- af2b22b: 在移动端底部导航增加“应用”入口,可以直接浏览并打开面板应用。
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @nextclaw/agent-chat@0.3.11
|
|
11
|
+
- @nextclaw/agent-chat-ui@0.6.17
|
|
12
|
+
- @nextclaw/client-sdk@0.5.17
|
|
13
|
+
- @nextclaw/ncp@0.7.13
|
|
14
|
+
- @nextclaw/ncp-http-agent-client@0.4.13
|
|
15
|
+
- @nextclaw/ncp-react@0.5.15
|
|
16
|
+
- @nextclaw/ncp-toolkit@0.6.14
|
|
17
|
+
- @nextclaw/shared@0.4.14
|
|
18
|
+
|
|
3
19
|
## 0.15.16
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|