@innoways/hooks 6.3.4 → 8.0.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 +30 -0
- package/dist/index.js +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- console.log(showCurrentDate, 'showCurrentDate', fieldData)
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @innoways/utils@8.0.0
|
|
13
|
+
|
|
14
|
+
## 7.0.0
|
|
15
|
+
|
|
16
|
+
### Major Changes
|
|
17
|
+
|
|
18
|
+
- feature: nested api key support and data fetch and post changes 6.3.4
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
- @innoways/utils@7.0.0
|
|
24
|
+
|
|
25
|
+
## 6.3.5
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- feature: nested api key support and data fetch and post changes 6.3.4
|
|
30
|
+
- Updated dependencies
|
|
31
|
+
- @innoways/utils@6.3.5
|
|
32
|
+
|
|
3
33
|
## 6.3.4
|
|
4
34
|
|
|
5
35
|
### Patch Changes
|
package/dist/index.js
CHANGED
|
@@ -1162,6 +1162,13 @@ var useTitle = function useTitle(titleUi, type) {
|
|
|
1162
1162
|
});
|
|
1163
1163
|
};
|
|
1164
1164
|
|
|
1165
|
+
/*
|
|
1166
|
+
* drip form全局配置
|
|
1167
|
+
* @Author: jiangxiaowei
|
|
1168
|
+
* @Date: 2022-09-21 16:41:46
|
|
1169
|
+
* @Last Modified by: jiangxiaowei
|
|
1170
|
+
* @Last Modified time: 2022-09-29 17:33:39
|
|
1171
|
+
*/
|
|
1165
1172
|
// 默认全局配置
|
|
1166
1173
|
var defaultGlobalOptions = {
|
|
1167
1174
|
reload: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@innoways/hooks",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.0.0",
|
|
4
4
|
"description": "drip-form通用hooks",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"hooks",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@babel/runtime": "^7.10.2",
|
|
34
|
-
"@innoways/utils": "^
|
|
34
|
+
"@innoways/utils": "^8.0.0",
|
|
35
35
|
"ahooks": "^2.10.12",
|
|
36
36
|
"ajv": "^8.6.2",
|
|
37
37
|
"immer": "^9.0.5",
|