@innoways/form-generator 9.0.3 → 9.0.5
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 +21 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 9.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix: implement fieldKey to apiKey mapping and transform formData in DripForm 9.0.5
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @innoways/drip-form-theme-antd@9.0.5
|
|
10
|
+
- @innoways/hooks@9.0.5
|
|
11
|
+
- @innoways/utils@9.0.5
|
|
12
|
+
|
|
13
|
+
## 9.0.4
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- fix: add optional chaining to prevent errors when accessing apiKey in DripForm at 9.0.3
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
- @innoways/drip-form@9.0.4
|
|
20
|
+
- @innoways/drip-form-theme-antd@9.0.4
|
|
21
|
+
- @innoways/hooks@9.0.4
|
|
22
|
+
- @innoways/utils@9.0.4
|
|
23
|
+
|
|
3
24
|
## 9.0.3
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@innoways/form-generator",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.5",
|
|
4
4
|
"description": "drip-form 生成器",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"hooks",
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"@dnd-kit/modifiers": "^4.0.0",
|
|
38
38
|
"@dnd-kit/sortable": "^5.0.0",
|
|
39
39
|
"@dnd-kit/utilities": "^3.0.0",
|
|
40
|
-
"@innoways/drip-form": "^9.0.
|
|
41
|
-
"@innoways/drip-form-theme-antd": "^9.0.
|
|
42
|
-
"@innoways/hooks": "^9.0.
|
|
43
|
-
"@innoways/utils": "^9.0.
|
|
40
|
+
"@innoways/drip-form": "^9.0.4",
|
|
41
|
+
"@innoways/drip-form-theme-antd": "^9.0.5",
|
|
42
|
+
"@innoways/hooks": "^9.0.5",
|
|
43
|
+
"@innoways/utils": "^9.0.5",
|
|
44
44
|
"@monaco-editor/react": "^4.8.0-rc.2",
|
|
45
45
|
"monaco-editor": "^0.52.0",
|
|
46
46
|
"antd": "^4.16.13",
|