@nextclaw/ui 0.3.7 → 0.3.8
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 +10 -0
- package/package.json +1 -1
- package/src/api/types.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @nextclaw/ui
|
|
2
2
|
|
|
3
|
+
## 0.3.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Align UI host semantics with always-public runtime behavior.
|
|
8
|
+
- Treat `ui.host` as read-only in config metadata/hints.
|
|
9
|
+
- Set UI host schema default/placeholder to `0.0.0.0`.
|
|
10
|
+
- Add `readOnly` field to UI hint typings in core/server/ui packages.
|
|
11
|
+
- Clarify docs that CLI start paths enforce public UI host.
|
|
12
|
+
|
|
3
13
|
## 0.3.7
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/package.json
CHANGED