@nextclaw/ui 0.2.5 → 0.3.1
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 +12 -0
- package/dist/assets/index-BivRvIey.js +225 -0
- package/dist/index.html +1 -1
- package/package.json +1 -1
- package/src/api/client.ts +17 -1
- package/src/api/types.ts +5 -0
- package/src/components/config/ProviderForm.tsx +37 -0
- package/src/hooks/useWebSocket.ts +28 -1
- package/src/lib/i18n.ts +4 -0
- package/dist/assets/index-BV3Gyu8h.js +0 -225
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @nextclaw/ui
|
|
2
2
|
|
|
3
|
+
## 0.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fix dev UI API base/WS derivation and correct port availability checks to avoid conflicts.
|
|
8
|
+
|
|
9
|
+
## 0.3.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- Add provider hot-reload support and wire_api configuration updates.
|
|
14
|
+
|
|
3
15
|
## 0.2.5
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|