@innoways/form-generator 9.0.0 → 9.0.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: enhance date parsing logic in DatePickerField for better validation 9.0.3
8
+ - Updated dependencies
9
+ - @innoways/drip-form@9.0.3
10
+ - @innoways/drip-form-theme-antd@9.0.3
11
+ - @innoways/hooks@9.0.3
12
+ - @innoways/utils@9.0.3
13
+
14
+ ## 9.0.2
15
+
16
+ ### Patch Changes
17
+
18
+ - set default value for allowClear in SelectField component version 9.0.2
19
+ - Updated dependencies
20
+ - @innoways/drip-form-theme-antd@9.0.2
21
+ - @innoways/drip-form@9.0.2
22
+ - @innoways/hooks@9.0.2
23
+ - @innoways/utils@9.0.2
24
+
25
+ ## 9.0.1
26
+
27
+ ### Patch Changes
28
+
29
+ - fixed datepicker default input hide 9.0.1
30
+ - Updated dependencies
31
+ - @innoways/drip-form-theme-antd@9.0.1
32
+ - @innoways/drip-form@9.0.1
33
+ - @innoways/hooks@9.0.1
34
+ - @innoways/utils@9.0.1
35
+
3
36
  ## 9.0.0
4
37
 
5
38
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innoways/form-generator",
3
- "version": "9.0.0",
3
+ "version": "9.0.3",
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.0",
41
- "@innoways/drip-form-theme-antd": "^9.0.0",
42
- "@innoways/hooks": "^9.0.0",
43
- "@innoways/utils": "^9.0.0",
40
+ "@innoways/drip-form": "^9.0.3",
41
+ "@innoways/drip-form-theme-antd": "^9.0.3",
42
+ "@innoways/hooks": "^9.0.3",
43
+ "@innoways/utils": "^9.0.3",
44
44
  "@monaco-editor/react": "^4.8.0-rc.2",
45
45
  "monaco-editor": "^0.52.0",
46
46
  "antd": "^4.16.13",