jedison 0.3.10 → 0.3.12
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 -2
- package/dist/cjs/jedison.cjs +1 -1
- package/dist/cjs/jedison.cjs.map +1 -1
- package/dist/esm/jedison.js +169 -35
- 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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
### 0.3.12
|
|
2
|
+
|
|
3
|
+
- Fixed double id issue with navs
|
|
4
|
+
- Improved performance
|
|
5
|
+
|
|
6
|
+
### 0.3.11
|
|
7
|
+
|
|
8
|
+
- improved performance
|
|
9
|
+
|
|
1
10
|
### 0.3.10
|
|
2
11
|
|
|
3
12
|
- Added `x-propGroup` option
|
|
@@ -55,8 +64,8 @@
|
|
|
55
64
|
|
|
56
65
|
### 0.2.1
|
|
57
66
|
|
|
58
|
-
- Fixed issue with table array
|
|
59
|
-
- Fixed fontawesome
|
|
67
|
+
- Fixed issue with a table array
|
|
68
|
+
- Fixed fontawesome three missing buttons
|
|
60
69
|
|
|
61
70
|
### 0.2.0
|
|
62
71
|
|