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 +14 -0
- package/dist/cjs/jedison.cjs +1 -1
- package/dist/cjs/jedison.cjs.map +1 -1
- package/dist/esm/jedison.js +598 -36
- package/dist/esm/jedison.js.map +1 -1
- package/dist/umd/jedison.umd.js +1 -1
- package/dist/umd/jedison.umd.js.map +1 -1
- package/package.json +9 -7
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)
|