@innoways/form-generator 9.0.16 → 10.0.1

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 +25 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # Change Log
2
2
 
3
+ ## 10.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - feat(DatePickerField): add placeholder support and allow input parsing
8
+ - Updated dependencies
9
+ - @innoways/drip-form-theme-antd@10.0.1
10
+ - @innoways/drip-form@10.0.1
11
+ - @innoways/hooks@10.0.1
12
+ - @innoways/utils@10.0.1
13
+
14
+ ## 10.0.0
15
+
16
+ ### Major Changes
17
+
18
+ - feat: enhance date parsing in DatePickerField for improved validity checks 9.0.17
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @innoways/drip-form-theme-antd@10.0.0
24
+ - @innoways/drip-form@10.0.0
25
+ - @innoways/hooks@10.0.0
26
+ - @innoways/utils@10.0.0
27
+
3
28
  ## 9.0.16
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innoways/form-generator",
3
- "version": "9.0.16",
3
+ "version": "10.0.1",
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.16",
41
- "@innoways/drip-form-theme-antd": "^9.0.16",
42
- "@innoways/hooks": "^9.0.16",
43
- "@innoways/utils": "^9.0.16",
40
+ "@innoways/drip-form": "^10.0.1",
41
+ "@innoways/drip-form-theme-antd": "^10.0.1",
42
+ "@innoways/hooks": "^10.0.1",
43
+ "@innoways/utils": "^10.0.1",
44
44
  "@monaco-editor/react": "^4.8.0-rc.2",
45
45
  "monaco-editor": "^0.52.0",
46
46
  "antd": "^4.16.13",