@websolutespa/bom-mixer-forms 3.0.0 → 3.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 +135 -126
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,126 +1,135 @@
1
- # @websolutespa/bom-mixer-forms
2
-
3
- ## 3.0.0
4
-
5
- ### Major Changes
6
-
7
- - Release: Bom 3.0
8
-
9
- ## 1.9.4
10
-
11
- ### Patch Changes
12
-
13
- - Added: propagation to updateStateAndChange\_
14
-
15
- ## 1.9.3
16
-
17
- ### Patch Changes
18
-
19
- - Modified: FormEmitter, FormAbstract, FormAbstractCollection
20
-
21
- ## 1.9.2
22
-
23
- ### Patch Changes
24
-
25
- - Added: emptyErrors
26
-
27
- ## 1.9.1
28
-
29
- ### Patch Changes
30
-
31
- - Added: FormState, FormEmitter
32
- - Modified: FormAbstract, FormAbstractCollection, useControl, useForm
33
-
34
- ## 1.9.0
35
-
36
- ### Minor Changes
37
-
38
- - Added: useFormSchema
39
-
40
- ## 1.8.1
41
-
42
- ### Patch Changes
43
-
44
- - 15ad595: Added: Validators parametric error key
45
-
46
- ## 1.8.0
47
-
48
- ### Patch Changes
49
-
50
- - Updated dependencies [f8a1d97]
51
- - @websolutespa/bom-core@1.8.0
52
- - @websolutespa/bom-mixer-hooks@1.8.0
53
-
54
- ## 0.3.5
55
-
56
- ### Patch Changes
57
-
58
- - Added: customData option
59
-
60
- ## 0.3.4
61
-
62
- ### Patch Changes
63
-
64
- - Removed: log
65
-
66
- ## 0.3.3
67
-
68
- ### Patch Changes
69
-
70
- - Modified: validators, useFormBuilder
71
- - Updated dependencies
72
- - @websolutespa/bom-core@1.7.9
73
-
74
- ## 0.3.2
75
-
76
- ### Patch Changes
77
-
78
- - Fixing: downgrading eslint to v8.56.0
79
- - Updated dependencies
80
- - @websolutespa/bom-mixer-hooks@1.7.4
81
- - @websolutespa/bom-core@1.7.8
82
-
83
- ## 0.3.1
84
-
85
- ### Patch Changes
86
-
87
- - Updating: dependencies
88
- - Updated dependencies
89
- - @websolutespa/bom-mixer-hooks@1.7.2
90
- - @websolutespa/bom-core@1.7.3
91
-
92
- ## 0.3.0
93
-
94
- ### Minor Changes
95
-
96
- - Updating: next 13.
97
-
98
- ## 0.2.2
99
-
100
- ### Patch Changes
101
-
102
- - Removed: unnecessary method deepCopy.
103
-
104
- ## 0.2.1
105
-
106
- ### Patch Changes
107
-
108
- - Added: source files.
109
-
110
- ## 0.2.0
111
-
112
- ### Minor Changes
113
-
114
- - Added: splat routes.
115
-
116
- ## 0.1.0
117
-
118
- ### Minor Changes
119
-
120
- - Added: @websolutespa/bom-core.
121
-
122
- ## 0.0.2
123
-
124
- ### Patch Changes
125
-
126
- - Added: first release.
1
+ # @websolutespa/bom-mixer-forms
2
+
3
+ ## 3.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updating: dependencies
8
+ - Updated dependencies
9
+ - @websolutespa/bom-mixer-hooks@3.0.1
10
+ - @websolutespa/bom-core@3.0.1
11
+
12
+ ## 3.0.0
13
+
14
+ ### Major Changes
15
+
16
+ - Release: Bom 3.0
17
+
18
+ ## 1.9.4
19
+
20
+ ### Patch Changes
21
+
22
+ - Added: propagation to updateStateAndChange\_
23
+
24
+ ## 1.9.3
25
+
26
+ ### Patch Changes
27
+
28
+ - Modified: FormEmitter, FormAbstract, FormAbstractCollection
29
+
30
+ ## 1.9.2
31
+
32
+ ### Patch Changes
33
+
34
+ - Added: emptyErrors
35
+
36
+ ## 1.9.1
37
+
38
+ ### Patch Changes
39
+
40
+ - Added: FormState, FormEmitter
41
+ - Modified: FormAbstract, FormAbstractCollection, useControl, useForm
42
+
43
+ ## 1.9.0
44
+
45
+ ### Minor Changes
46
+
47
+ - Added: useFormSchema
48
+
49
+ ## 1.8.1
50
+
51
+ ### Patch Changes
52
+
53
+ - 15ad595: Added: Validators parametric error key
54
+
55
+ ## 1.8.0
56
+
57
+ ### Patch Changes
58
+
59
+ - Updated dependencies [f8a1d97]
60
+ - @websolutespa/bom-core@1.8.0
61
+ - @websolutespa/bom-mixer-hooks@1.8.0
62
+
63
+ ## 0.3.5
64
+
65
+ ### Patch Changes
66
+
67
+ - Added: customData option
68
+
69
+ ## 0.3.4
70
+
71
+ ### Patch Changes
72
+
73
+ - Removed: log
74
+
75
+ ## 0.3.3
76
+
77
+ ### Patch Changes
78
+
79
+ - Modified: validators, useFormBuilder
80
+ - Updated dependencies
81
+ - @websolutespa/bom-core@1.7.9
82
+
83
+ ## 0.3.2
84
+
85
+ ### Patch Changes
86
+
87
+ - Fixing: downgrading eslint to v8.56.0
88
+ - Updated dependencies
89
+ - @websolutespa/bom-mixer-hooks@1.7.4
90
+ - @websolutespa/bom-core@1.7.8
91
+
92
+ ## 0.3.1
93
+
94
+ ### Patch Changes
95
+
96
+ - Updating: dependencies
97
+ - Updated dependencies
98
+ - @websolutespa/bom-mixer-hooks@1.7.2
99
+ - @websolutespa/bom-core@1.7.3
100
+
101
+ ## 0.3.0
102
+
103
+ ### Minor Changes
104
+
105
+ - Updating: next 13.
106
+
107
+ ## 0.2.2
108
+
109
+ ### Patch Changes
110
+
111
+ - Removed: unnecessary method deepCopy.
112
+
113
+ ## 0.2.1
114
+
115
+ ### Patch Changes
116
+
117
+ - Added: source files.
118
+
119
+ ## 0.2.0
120
+
121
+ ### Minor Changes
122
+
123
+ - Added: splat routes.
124
+
125
+ ## 0.1.0
126
+
127
+ ### Minor Changes
128
+
129
+ - Added: @websolutespa/bom-core.
130
+
131
+ ## 0.0.2
132
+
133
+ ### Patch Changes
134
+
135
+ - Added: first release.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@websolutespa/bom-mixer-forms",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Mixer Forms module of the BOM Repository",
5
5
  "keywords": [
6
6
  "bom",
@@ -25,18 +25,18 @@
25
25
  },
26
26
  "dependencies": {},
27
27
  "peerDependencies": {
28
- "@websolutespa/bom-core": "*",
29
- "@websolutespa/bom-mixer-hooks": "*",
28
+ "@websolutespa/bom-core": "^3.0.1",
29
+ "@websolutespa/bom-mixer-hooks": "^3.0.1",
30
30
  "react": "19.2.3"
31
31
  },
32
32
  "devDependencies": {
33
- "@types/react": "19.2.10",
34
33
  "@types/react-dom": "19.2.3",
35
- "@websolutespa/bom-cli": "*",
36
- "@websolutespa/test": "*",
37
- "@websolutespa/tsconfig": "*",
34
+ "@types/react": "19.2.10",
35
+ "@websolutespa/bom-cli": "^3.0.1",
36
+ "@websolutespa/eslint-config": "^3.0.0",
37
+ "@websolutespa/test": "^3.0.1",
38
+ "@websolutespa/tsconfig": "^3.0.0",
38
39
  "eslint": "9.31.0",
39
- "@websolutespa/eslint-config": "*",
40
40
  "raw-loader": "4.0.2",
41
41
  "typescript": "5.8.3"
42
42
  },