jedison 1.14.0 → 1.16.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.16.0
2
+
3
+ - Added `x-buttons` keyword for schema-defined action buttons
4
+ - Fixed switcher disappearing/floating above the editor when embedded (`select-inline`/`modal`) into an `if/then/else` branch or a nested `anyOf`/`oneOf`
5
+ - Nested `anyOf`/`oneOf` switchers now stack instead of overwriting each other
6
+ - Object/array switcher now sits next to the title, consistent with other editors
7
+ - Deprecated `x-embedSwitcher` in favor of `x-switcherInput: "select-inline"`
8
+
9
+ ### 1.15.0
10
+
11
+ - Added `switcherInput: 'select-inline'` option
12
+
1
13
  ### 1.14.0
2
14
 
3
15
  - Added object radios editor