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