jedison 1.5.0 → 1.6.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 +20 -0
- package/dist/cjs/jedison.cjs +1 -1
- package/dist/cjs/jedison.cjs.map +1 -1
- package/dist/esm/jedison.js +818 -162
- 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 +7 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
### dev
|
|
2
2
|
|
|
3
|
+
### 1.6.0
|
|
4
|
+
|
|
5
|
+
- Added warning in legends
|
|
6
|
+
- Added discriminator validation
|
|
7
|
+
- Added AnyJson editor
|
|
8
|
+
- Added subErrors option
|
|
9
|
+
- Added `x-propGroupOrder` schema option,
|
|
10
|
+
- Added `x-embedSwitcher` schema option,
|
|
11
|
+
- Added `arrayDeleteConfirm` option
|
|
12
|
+
|
|
13
|
+
### 1.5.2
|
|
14
|
+
|
|
15
|
+
- Improved accessibility
|
|
16
|
+
- Security updates
|
|
17
|
+
|
|
18
|
+
### 1.5.1
|
|
19
|
+
|
|
20
|
+
- Tabs should not render when `x-hidden: true`
|
|
21
|
+
- Security updates
|
|
22
|
+
|
|
3
23
|
### 1.5.0
|
|
4
24
|
|
|
5
25
|
- Added categories editor
|