jedison 0.3.19 → 0.3.21
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 +12 -0
- package/dist/cjs/jedison.cjs +1 -1
- package/dist/cjs/jedison.cjs.map +1 -1
- package/dist/esm/jedison.js +174 -14
- 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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
### 0.3.21
|
|
2
|
+
|
|
3
|
+
- Builds
|
|
4
|
+
|
|
5
|
+
### 0.3.20
|
|
6
|
+
|
|
7
|
+
- Added editJsonData feature
|
|
8
|
+
- Security updates
|
|
9
|
+
- Ensured disabled state for readOnly editors
|
|
10
|
+
- Fixed nav editors, responsive cols
|
|
11
|
+
- Fixed option override enablePropertiesToggle
|
|
12
|
+
|
|
1
13
|
### 0.3.19
|
|
2
14
|
|
|
3
15
|
- Added showErrors on input feature
|