jedison 1.10.1 → 1.11.1
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 +11 -0
- package/dist/cjs/jedison.cjs +1 -1
- package/dist/cjs/jedison.cjs.map +1 -1
- package/dist/esm/jedison.js +69 -9
- 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 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
### dev
|
|
2
2
|
|
|
3
|
+
### 1.11.1
|
|
4
|
+
|
|
5
|
+
- fixed issue #43 (Optional property of a type object creates an error)
|
|
6
|
+
|
|
7
|
+
### 1.11.0
|
|
8
|
+
|
|
9
|
+
- Array nav support for `x-sortable`
|
|
10
|
+
- Security updates
|
|
11
|
+
- fixed issue #43 (Custom constraint errors persist in UI nested)
|
|
12
|
+
- Copy json data to clipboard feature
|
|
13
|
+
|
|
3
14
|
### 1.10.1
|
|
4
15
|
|
|
5
16
|
- fixed issue #43 (Custom constraint errors persist in UI)
|