@nextclaw/ui 0.3.10 → 0.3.11
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 +9 -0
- package/dist/assets/{index-DO3sh5Tk.js → index-CANDXRNv.js} +25 -25
- package/dist/index.html +1 -1
- package/dist/logos/wecom.svg +11 -0
- package/package.json +1 -1
- package/public/logos/wecom.svg +11 -0
- package/src/components/config/ChannelForm.tsx +10 -0
- package/src/lib/i18n.ts +4 -0
- package/src/lib/logos.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @nextclaw/ui
|
|
2
2
|
|
|
3
|
+
## 0.3.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- release: add WeCom channel support and harden dev runner port fallback.
|
|
8
|
+
- add built-in WeCom channel runtime, plugin package, schema, UI fields and docs
|
|
9
|
+
- add robust dev-runner port fallback to avoid API misrouting under port conflicts
|
|
10
|
+
- publish linked package updates for runtime/plugin compatibility alignment
|
|
11
|
+
|
|
3
12
|
## 0.3.10
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|