@nextclaw/ui 0.4.0 → 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 CHANGED
@@ -1,5 +1,15 @@
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
+
3
13
  ## 0.4.0
4
14
 
5
15
  ### Minor Changes