@nextclaw/ui 0.3.17 → 0.5.0
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 +19 -0
- package/dist/assets/index-1h_LfFkZ.js +337 -0
- package/dist/index.html +1 -1
- package/package.json +1 -1
- package/src/components/doc-browser/DocBrowser.tsx +12 -0
- package/src/components/doc-browser/DocBrowserContext.tsx +14 -6
- package/src/components/doc-browser/useDocLinkInterceptor.ts +3 -0
- package/src/lib/i18n.ts +1 -0
- package/dist/assets/index-CPXV1dWr.js +0 -337
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @nextclaw/ui
|
|
2
2
|
|
|
3
|
+
## 0.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- feat(ui): improve embedded docs browser route sync and link handling
|
|
8
|
+
- sync DocBrowser URL with in-iframe docs route changes
|
|
9
|
+
- avoid intercepting explicitly external doc links
|
|
10
|
+
- refine doc browser URL input UX and labels
|
|
11
|
+
- refresh bundled `nextclaw` ui-dist with latest UI behavior
|
|
12
|
+
|
|
13
|
+
## 0.4.0
|
|
14
|
+
|
|
15
|
+
### Minor Changes
|
|
16
|
+
|
|
17
|
+
- feat(release): promote marketplace milestone to minor version bump
|
|
18
|
+
- reclassify the recent marketplace integration as feature-level release
|
|
19
|
+
- align package versions with semver minor progression
|
|
20
|
+
- keep release coverage across cli, server and ui packages
|
|
21
|
+
|
|
3
22
|
## 0.3.17
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|