jedison 1.16.2 → 1.18.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,3 +1,15 @@
1
+ ### 1.18.0
2
+
3
+ - Vertical nav now shrinks to fit its widest label instead of a fixed ~33% column; added `x-navMinWidth`/`x-navMaxWidth`
4
+ - Vertical nav now stacks full-width on narrow containers, via a container query
5
+
6
+ ### 1.17.0
7
+
8
+ - Added `applyOverlay` helper: apply an OpenAPI-Overlay-style document (ordered `update`/`remove` actions targeted by a JSONPath subset) to layer presentation directives (`x-format`, `x-hidden`, …) onto a schema without editing the source
9
+ - Fixed issue #65: with `nav-horizontal`/`nav-vertical` and `if/then` conditions, toggling a field no longer resets the active tab to the first one
10
+ - Fixed nav tabs losing a manual tab click when it coincided with a field edit; tabs now render in place instead of rebuilding the whole tab DOM on every change
11
+ - security updates
12
+
1
13
  ### 1.16.2
2
14
 
3
15
  - The whole editor header (title/legend) is now clickable to toggle collapse, not just the toggle button