jedison 1.11.1 → 1.12.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,19 @@
1
1
  ### dev
2
2
 
3
+ ### 1.12.0
4
+
5
+ - added filepond plugin editor
6
+ - added `"x-sortable"` option for array-checkboxes
7
+ - added `"x-format": "accordion"`
8
+ - added switcherInput `modal` option
9
+ - security updates
10
+ - fixed issue #50 (Icon doesn't display, depending on x-format)
11
+
12
+ ### 1.11.2
13
+
14
+ - security updates
15
+ - boosted performance
16
+
3
17
  ### 1.11.1
4
18
 
5
19
  - fixed issue #43 (Optional property of a type object creates an error)