@equinor/fusion-framework-module-widget 9.0.2 → 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 (41) hide show
  1. package/CHANGELOG.md +176 -162
  2. package/dist/esm/Widget.js.map +1 -1
  3. package/dist/esm/WidgetModuleConfigurator.js.map +1 -1
  4. package/dist/esm/WidgetModuleProvider.js.map +1 -1
  5. package/dist/esm/enable-widget-module.js.map +1 -1
  6. package/dist/esm/errors.js.map +1 -1
  7. package/dist/esm/module.js.map +1 -1
  8. package/dist/esm/state/actions.js.map +1 -1
  9. package/dist/esm/state/create-reducer.js.map +1 -1
  10. package/dist/esm/state/create-state.js.map +1 -1
  11. package/dist/esm/state/flows.js.map +1 -1
  12. package/dist/esm/utils.js.map +1 -1
  13. package/dist/esm/version.js +1 -1
  14. package/dist/tsconfig.tsbuildinfo +1 -1
  15. package/dist/types/Widget.d.ts +5 -5
  16. package/dist/types/WidgetModuleConfigurator.d.ts +1 -1
  17. package/dist/types/WidgetModuleProvider.d.ts +4 -4
  18. package/dist/types/enable-widget-module.d.ts +1 -1
  19. package/dist/types/module.d.ts +3 -3
  20. package/dist/types/state/actions.d.ts +2 -2
  21. package/dist/types/state/create-reducer.d.ts +1 -1
  22. package/dist/types/state/create-state.d.ts +2 -2
  23. package/dist/types/state/flows.d.ts +1 -1
  24. package/dist/types/types.d.ts +1 -1
  25. package/dist/types/utils.d.ts +2 -2
  26. package/dist/types/version.d.ts +1 -1
  27. package/package.json +12 -12
  28. package/src/Widget.ts +294 -294
  29. package/src/WidgetModuleConfigurator.ts +45 -45
  30. package/src/WidgetModuleProvider.ts +144 -144
  31. package/src/enable-widget-module.ts +10 -10
  32. package/src/errors.ts +52 -56
  33. package/src/events.ts +51 -51
  34. package/src/module.ts +23 -23
  35. package/src/state/actions.ts +56 -56
  36. package/src/state/create-reducer.ts +33 -33
  37. package/src/state/create-state.ts +10 -10
  38. package/src/state/flows.ts +57 -57
  39. package/src/types.ts +38 -38
  40. package/src/utils.ts +44 -44
  41. package/src/version.ts +1 -1
package/CHANGELOG.md CHANGED
@@ -1,111 +1,125 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2848](https://github.com/equinor/fusion-framework/pull/2848) [`dcd2fb1`](https://github.com/equinor/fusion-framework/commit/dcd2fb1394e175d0cc2a4289ed3ede8e0271d67d) Thanks [@odinr](https://github.com/odinr)! - Refactored imports to use `type` when importing types from a module, to conform with the `useImportType` rule in Biome.
8
+
9
+ - Updated dependencies [[`ba5d12e`](https://github.com/equinor/fusion-framework/commit/ba5d12eba0a38db412353765e997d02c1fbb478d), [`811f1a0`](https://github.com/equinor/fusion-framework/commit/811f1a0139ff4d1b0c3fba1ec2b77cc84ba080d1), [`2fe6241`](https://github.com/equinor/fusion-framework/commit/2fe624186640c3b30079c7d76f0e3af65f64f5d2), [`dcd2fb1`](https://github.com/equinor/fusion-framework/commit/dcd2fb1394e175d0cc2a4289ed3ede8e0271d67d)]:
10
+ - @equinor/fusion-framework-module@4.3.6
11
+ - @equinor/fusion-framework-module-http@6.2.2
12
+ - @equinor/fusion-observable@8.4.5
13
+ - @equinor/fusion-query@5.2.2
14
+ - @equinor/fusion-framework-module-service-discovery@8.0.7
15
+ - @equinor/fusion-framework-module-event@4.3.1
16
+
3
17
  ## 9.0.2
4
18
 
5
19
  ### Patch Changes
6
20
 
7
21
  - Updated dependencies []:
8
- - @equinor/fusion-framework-module-http@6.2.1
9
- - @equinor/fusion-framework-module-service-discovery@8.0.6
22
+ - @equinor/fusion-framework-module-http@6.2.1
23
+ - @equinor/fusion-framework-module-service-discovery@8.0.6
10
24
 
11
25
  ## 9.0.1
12
26
 
13
27
  ### Patch Changes
14
28
 
15
29
  - Updated dependencies [[`7f4a381`](https://github.com/equinor/fusion-framework/commit/7f4a381ee3594a8cc1c77f0c13c1ba70223d8bf1)]:
16
- - @equinor/fusion-observable@8.4.4
17
- - @equinor/fusion-query@5.2.1
18
- - @equinor/fusion-framework-module-service-discovery@8.0.5
30
+ - @equinor/fusion-observable@8.4.4
31
+ - @equinor/fusion-query@5.2.1
32
+ - @equinor/fusion-framework-module-service-discovery@8.0.5
19
33
 
20
34
  ## 9.0.0
21
35
 
22
36
  ### Patch Changes
23
37
 
24
38
  - Updated dependencies [[`a551b01`](https://github.com/equinor/fusion-framework/commit/a551b01d552b9b9770d1f5132803f92cc91d4bc6)]:
25
- - @equinor/fusion-framework-module-event@4.3.0
39
+ - @equinor/fusion-framework-module-event@4.3.0
26
40
 
27
41
  ## 8.0.3
28
42
 
29
43
  ### Patch Changes
30
44
 
31
45
  - Updated dependencies [[`a965fbe`](https://github.com/equinor/fusion-framework/commit/a965fbeb9544b74f7d7b4aaa1e57c50d2ae4a564)]:
32
- - @equinor/fusion-query@5.2.0
33
- - @equinor/fusion-framework-module-service-discovery@8.0.4
46
+ - @equinor/fusion-query@5.2.0
47
+ - @equinor/fusion-framework-module-service-discovery@8.0.4
34
48
 
35
49
  ## 8.0.2
36
50
 
37
51
  ### Patch Changes
38
52
 
39
53
  - Updated dependencies [[`30767a2`](https://github.com/equinor/fusion-framework/commit/30767a2f72b54c2a3ea98ce08186017e34ae16bd)]:
40
- - @equinor/fusion-observable@8.4.3
41
- - @equinor/fusion-query@5.1.5
42
- - @equinor/fusion-framework-module-service-discovery@8.0.3
54
+ - @equinor/fusion-observable@8.4.3
55
+ - @equinor/fusion-query@5.1.5
56
+ - @equinor/fusion-framework-module-service-discovery@8.0.3
43
57
 
44
58
  ## 8.0.1
45
59
 
46
60
  ### Patch Changes
47
61
 
48
62
  - Updated dependencies [[`21db01b`](https://github.com/equinor/fusion-framework/commit/21db01bbe5113b07aaa715d554378561e1a5223d)]:
49
- - @equinor/fusion-observable@8.4.2
50
- - @equinor/fusion-query@5.1.4
51
- - @equinor/fusion-framework-module-service-discovery@8.0.2
63
+ - @equinor/fusion-observable@8.4.2
64
+ - @equinor/fusion-query@5.1.4
65
+ - @equinor/fusion-framework-module-service-discovery@8.0.2
52
66
 
53
67
  ## 8.0.0
54
68
 
55
69
  ### Patch Changes
56
70
 
57
71
  - Updated dependencies [[`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51)]:
58
- - @equinor/fusion-framework-module-http@6.2.0
59
- - @equinor/fusion-framework-module-service-discovery@8.0.1
72
+ - @equinor/fusion-framework-module-http@6.2.0
73
+ - @equinor/fusion-framework-module-service-discovery@8.0.1
60
74
 
61
75
  ## 7.0.0
62
76
 
63
77
  ### Patch Changes
64
78
 
65
79
  - Updated dependencies [[`c776845`](https://github.com/equinor/fusion-framework/commit/c776845e753acf4a0bceda1c59d31e5939c44c31), [`2644b3d`](https://github.com/equinor/fusion-framework/commit/2644b3d63939aede736a3b1950db32dbd487877d), [`15152e4`](https://github.com/equinor/fusion-framework/commit/15152e413c054a5f57af93211a470c98c7696caa)]:
66
- - @equinor/fusion-framework-module-http@6.1.0
67
- - @equinor/fusion-framework-module@4.3.5
68
- - @equinor/fusion-framework-module-service-discovery@8.0.0
69
- - @equinor/fusion-framework-module-event@4.2.4
80
+ - @equinor/fusion-framework-module-http@6.1.0
81
+ - @equinor/fusion-framework-module@4.3.5
82
+ - @equinor/fusion-framework-module-service-discovery@8.0.0
83
+ - @equinor/fusion-framework-module-event@4.2.4
70
84
 
71
85
  ## 6.0.4
72
86
 
73
87
  ### Patch Changes
74
88
 
75
89
  - Updated dependencies [[`f7c143d`](https://github.com/equinor/fusion-framework/commit/f7c143d44a88cc25c377d3ce8c3d1744114b891d)]:
76
- - @equinor/fusion-observable@8.4.1
77
- - @equinor/fusion-query@5.1.3
78
- - @equinor/fusion-framework-module-service-discovery@7.1.13
90
+ - @equinor/fusion-observable@8.4.1
91
+ - @equinor/fusion-query@5.1.3
92
+ - @equinor/fusion-framework-module-service-discovery@7.1.13
79
93
 
80
94
  ## 6.0.3
81
95
 
82
96
  ### Patch Changes
83
97
 
84
98
  - Updated dependencies [[`75d676d`](https://github.com/equinor/fusion-framework/commit/75d676d2c7919f30e036b5ae97c4d814c569aa87), [`be2e925`](https://github.com/equinor/fusion-framework/commit/be2e92532f4a4b8f0b2c9e12d4adf942d380423e), [`00d5e9c`](https://github.com/equinor/fusion-framework/commit/00d5e9c632876742c3d2a74efea2f126a0a169d9)]:
85
- - @equinor/fusion-framework-module@4.3.4
86
- - @equinor/fusion-query@5.1.2
87
- - @equinor/fusion-framework-module-event@4.2.3
88
- - @equinor/fusion-framework-module-http@6.0.3
89
- - @equinor/fusion-framework-module-service-discovery@7.1.12
99
+ - @equinor/fusion-framework-module@4.3.4
100
+ - @equinor/fusion-query@5.1.2
101
+ - @equinor/fusion-framework-module-event@4.2.3
102
+ - @equinor/fusion-framework-module-http@6.0.3
103
+ - @equinor/fusion-framework-module-service-discovery@7.1.12
90
104
 
91
105
  ## 6.0.2
92
106
 
93
107
  ### Patch Changes
94
108
 
95
109
  - Updated dependencies [[`bbde502`](https://github.com/equinor/fusion-framework/commit/bbde502e638f459379f63968febbc97ebe282b76), [`decb9e9`](https://github.com/equinor/fusion-framework/commit/decb9e9e3d1bb1b0577b729a1e7ae812afdd83cb), [`e092f75`](https://github.com/equinor/fusion-framework/commit/e092f7599f1f2e0e0676a9f10565299272813594), [`a1524e9`](https://github.com/equinor/fusion-framework/commit/a1524e9c4d83778da3db42dbcf99908b776a0592)]:
96
- - @equinor/fusion-observable@8.4.0
97
- - @equinor/fusion-framework-module-http@6.0.2
98
- - @equinor/fusion-query@5.1.1
99
- - @equinor/fusion-framework-module@4.3.3
100
- - @equinor/fusion-framework-module-service-discovery@7.1.11
101
- - @equinor/fusion-framework-module-event@4.2.2
110
+ - @equinor/fusion-observable@8.4.0
111
+ - @equinor/fusion-framework-module-http@6.0.2
112
+ - @equinor/fusion-query@5.1.1
113
+ - @equinor/fusion-framework-module@4.3.3
114
+ - @equinor/fusion-framework-module-service-discovery@7.1.11
115
+ - @equinor/fusion-framework-module-event@4.2.2
102
116
 
103
117
  ## 6.0.1
104
118
 
105
119
  ### Patch Changes
106
120
 
107
121
  - Updated dependencies [[`736ef31`](https://github.com/equinor/fusion-framework/commit/736ef310ee101738f9022d581a2b3189b30a2646)]:
108
- - @equinor/fusion-framework-module-event@4.2.1
122
+ - @equinor/fusion-framework-module-event@4.2.1
109
123
 
110
124
  ## 6.0.0
111
125
 
@@ -115,54 +129,54 @@
115
129
 
116
130
  - [#2320](https://github.com/equinor/fusion-framework/pull/2320) [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee) Thanks [@odinr](https://github.com/odinr)! - Removed the `removeComments` option from the `tsconfig.base.json` file.
117
131
 
118
- Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
132
+ Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
119
133
 
120
- 1. Improved debugging: Preserved comments can help developers understand the code better during debugging sessions.
121
- 2. Documentation: JSDoc comments and other important code documentation will be retained in the compiled output.
122
- 3. Source map accuracy: Keeping comments can lead to more accurate source maps, which is crucial for debugging and error tracking.
134
+ 1. Improved debugging: Preserved comments can help developers understand the code better during debugging sessions.
135
+ 2. Documentation: JSDoc comments and other important code documentation will be retained in the compiled output.
136
+ 3. Source map accuracy: Keeping comments can lead to more accurate source maps, which is crucial for debugging and error tracking.
123
137
 
124
- No action is required from consumers of the library. This change affects the build process and doesn't introduce any breaking changes or new features.
138
+ No action is required from consumers of the library. This change affects the build process and doesn't introduce any breaking changes or new features.
125
139
 
126
- Before:
140
+ Before:
127
141
 
128
- ```json
129
- {
130
- "compilerOptions": {
131
- "module": "ES2022",
132
- "target": "ES6",
133
- "incremental": true,
134
- "removeComments": true,
135
- "preserveConstEnums": true,
136
- "sourceMap": true,
137
- "moduleResolution": "node"
138
- }
142
+ ```json
143
+ {
144
+ "compilerOptions": {
145
+ "module": "ES2022",
146
+ "target": "ES6",
147
+ "incremental": true,
148
+ "removeComments": true,
149
+ "preserveConstEnums": true,
150
+ "sourceMap": true,
151
+ "moduleResolution": "node"
139
152
  }
140
- ```
141
-
142
- After:
143
-
144
- ```json
145
- {
146
- "compilerOptions": {
147
- "module": "ES2022",
148
- "target": "ES6",
149
- "incremental": true,
150
- "preserveConstEnums": true,
151
- "sourceMap": true,
152
- "moduleResolution": "node"
153
- }
153
+ }
154
+ ```
155
+
156
+ After:
157
+
158
+ ```json
159
+ {
160
+ "compilerOptions": {
161
+ "module": "ES2022",
162
+ "target": "ES6",
163
+ "incremental": true,
164
+ "preserveConstEnums": true,
165
+ "sourceMap": true,
166
+ "moduleResolution": "node"
154
167
  }
155
- ```
168
+ }
169
+ ```
156
170
 
157
- This change ensures that comments are preserved in the compiled output, potentially improving the development and debugging experience for users of the Fusion Framework.
171
+ This change ensures that comments are preserved in the compiled output, potentially improving the development and debugging experience for users of the Fusion Framework.
158
172
 
159
173
  - Updated dependencies [[`2f74edc`](https://github.com/equinor/fusion-framework/commit/2f74edcd4a3ea2b87d69f0fd63492145c3c01663), [`5e20ce1`](https://github.com/equinor/fusion-framework/commit/5e20ce17af709f0443b7110bfc952ff8d8d81dee), [`788d0b9`](https://github.com/equinor/fusion-framework/commit/788d0b93edc25e5b682d88c58614560c204c1af9), [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1), [`788d0b9`](https://github.com/equinor/fusion-framework/commit/788d0b93edc25e5b682d88c58614560c204c1af9), [`788d0b9`](https://github.com/equinor/fusion-framework/commit/788d0b93edc25e5b682d88c58614560c204c1af9), [`b628e90`](https://github.com/equinor/fusion-framework/commit/b628e90500b62e0185c09eb665ce31025bc9b541), [`29ff796`](https://github.com/equinor/fusion-framework/commit/29ff796ebb3a643c604e4153b6798bde5992363c), [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee), [`5e20ce1`](https://github.com/equinor/fusion-framework/commit/5e20ce17af709f0443b7110bfc952ff8d8d81dee)]:
160
- - @equinor/fusion-framework-module@4.3.2
161
- - @equinor/fusion-query@5.1.0
162
- - @equinor/fusion-framework-module-http@6.0.1
163
- - @equinor/fusion-framework-module-service-discovery@7.1.10
164
- - @equinor/fusion-observable@8.3.3
165
- - @equinor/fusion-framework-module-event@4.2.0
174
+ - @equinor/fusion-framework-module@4.3.2
175
+ - @equinor/fusion-query@5.1.0
176
+ - @equinor/fusion-framework-module-http@6.0.1
177
+ - @equinor/fusion-framework-module-service-discovery@7.1.10
178
+ - @equinor/fusion-observable@8.3.3
179
+ - @equinor/fusion-framework-module-event@4.2.0
166
180
 
167
181
  ## 5.0.1
168
182
 
@@ -170,91 +184,91 @@
170
184
 
171
185
  - [#2235](https://github.com/equinor/fusion-framework/pull/2235) [`97e41a5`](https://github.com/equinor/fusion-framework/commit/97e41a55d05644b6684c6cb165b65b115bd416eb) Thanks [@odinr](https://github.com/odinr)! - - **Refactored**: The `actionBaseType` function has been renamed to `getBaseType` and its implementation has been updated.
172
186
 
173
- - **Added**: New utility types and functions for handling action types and payloads in a more type-safe manner.
187
+ - **Added**: New utility types and functions for handling action types and payloads in a more type-safe manner.
174
188
 
175
189
  - [#2248](https://github.com/equinor/fusion-framework/pull/2248) [`da9dd83`](https://github.com/equinor/fusion-framework/commit/da9dd83c9352def5365b6c962dc8443589ac9526) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - #2235 renamed a method and changed type. This PR forgot to change to the correct param when using this method. Fixes typo - update to use actions `type` in the reducer.
176
190
 
177
191
  - Updated dependencies [[`97e41a5`](https://github.com/equinor/fusion-framework/commit/97e41a55d05644b6684c6cb165b65b115bd416eb)]:
178
- - @equinor/fusion-observable@8.3.2
179
- - @equinor/fusion-query@5.0.5
180
- - @equinor/fusion-framework-module-service-discovery@7.1.9
192
+ - @equinor/fusion-observable@8.3.2
193
+ - @equinor/fusion-query@5.0.5
194
+ - @equinor/fusion-framework-module-service-discovery@7.1.9
181
195
 
182
196
  ## 5.0.0
183
197
 
184
198
  ### Patch Changes
185
199
 
186
200
  - Updated dependencies [[`1e60919`](https://github.com/equinor/fusion-framework/commit/1e60919e83fb65528c88f604d7bd43299ec412e1), [`1681940`](https://github.com/equinor/fusion-framework/commit/16819401db191321637fb2a17390abd98738c103), [`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8), [`72f48ec`](https://github.com/equinor/fusion-framework/commit/72f48eccc7262f6c419c60cc32f0dc829601ceab)]:
187
- - @equinor/fusion-framework-module-http@6.0.0
188
- - @equinor/fusion-query@5.0.4
189
- - @equinor/fusion-observable@8.3.1
190
- - @equinor/fusion-framework-module-service-discovery@7.1.8
201
+ - @equinor/fusion-framework-module-http@6.0.0
202
+ - @equinor/fusion-query@5.0.4
203
+ - @equinor/fusion-observable@8.3.1
204
+ - @equinor/fusion-framework-module-service-discovery@7.1.8
191
205
 
192
206
  ## 4.0.8
193
207
 
194
208
  ### Patch Changes
195
209
 
196
210
  - Updated dependencies [[`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`9a91bb7`](https://github.com/equinor/fusion-framework/commit/9a91bb737d3452e697c047c0f5c7caa2adfd535d), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`6a81125`](https://github.com/equinor/fusion-framework/commit/6a81125ca856bbddbd1ec9e66a30e887cef93f66), [`cd737c2`](https://github.com/equinor/fusion-framework/commit/cd737c2f916747965ece46ed6f33fdadb776c90b)]:
197
- - @equinor/fusion-framework-module@4.3.1
198
- - @equinor/fusion-framework-module-event@4.1.2
199
- - @equinor/fusion-query@5.0.3
200
- - @equinor/fusion-framework-module-http@5.2.3
201
- - @equinor/fusion-framework-module-service-discovery@7.1.7
211
+ - @equinor/fusion-framework-module@4.3.1
212
+ - @equinor/fusion-framework-module-event@4.1.2
213
+ - @equinor/fusion-query@5.0.3
214
+ - @equinor/fusion-framework-module-http@5.2.3
215
+ - @equinor/fusion-framework-module-service-discovery@7.1.7
202
216
 
203
217
  ## 4.0.7
204
218
 
205
219
  ### Patch Changes
206
220
 
207
221
  - Updated dependencies [[`bd3d3e1`](https://github.com/equinor/fusion-framework/commit/bd3d3e165b3cbcef8f2c7b3219d21387731e5995)]:
208
- - @equinor/fusion-query@5.0.2
209
- - @equinor/fusion-framework-module-service-discovery@7.1.6
222
+ - @equinor/fusion-query@5.0.2
223
+ - @equinor/fusion-framework-module-service-discovery@7.1.6
210
224
 
211
225
  ## 4.0.6
212
226
 
213
227
  ### Patch Changes
214
228
 
215
229
  - Updated dependencies [[`491c2e0`](https://github.com/equinor/fusion-framework/commit/491c2e05a2383dc7aa310f11ba6f7325a69e7197)]:
216
- - @equinor/fusion-query@5.0.1
217
- - @equinor/fusion-framework-module-service-discovery@7.1.5
230
+ - @equinor/fusion-query@5.0.1
231
+ - @equinor/fusion-framework-module-service-discovery@7.1.5
218
232
 
219
233
  ## 4.0.5
220
234
 
221
235
  ### Patch Changes
222
236
 
223
237
  - Updated dependencies [[`b9c1643`](https://github.com/equinor/fusion-framework/commit/b9c164337d984e760d4701d1c534b14cb52aa7e2), [`b9c1643`](https://github.com/equinor/fusion-framework/commit/b9c164337d984e760d4701d1c534b14cb52aa7e2), [`b9c1643`](https://github.com/equinor/fusion-framework/commit/b9c164337d984e760d4701d1c534b14cb52aa7e2)]:
224
- - @equinor/fusion-query@5.0.0
225
- - @equinor/fusion-framework-module-service-discovery@7.1.4
238
+ - @equinor/fusion-query@5.0.0
239
+ - @equinor/fusion-framework-module-service-discovery@7.1.4
226
240
 
227
241
  ## 4.0.4
228
242
 
229
243
  ### Patch Changes
230
244
 
231
245
  - Updated dependencies [[`fab2d22`](https://github.com/equinor/fusion-framework/commit/fab2d22f56772c02b1c1e5688cea1dd376edfcb3)]:
232
- - @equinor/fusion-framework-module-http@5.2.2
233
- - @equinor/fusion-framework-module-service-discovery@7.1.3
246
+ - @equinor/fusion-framework-module-http@5.2.2
247
+ - @equinor/fusion-framework-module-service-discovery@7.1.3
234
248
 
235
249
  ## 4.0.3
236
250
 
237
251
  ### Patch Changes
238
252
 
239
253
  - Updated dependencies [[`572a199`](https://github.com/equinor/fusion-framework/commit/572a199b8b3070af16d76238aa30d7aaf36a115a), [`f5e4090`](https://github.com/equinor/fusion-framework/commit/f5e4090fa285db8dc10e09b450cee5767437d883)]:
240
- - @equinor/fusion-observable@8.3.0
241
- - @equinor/fusion-query@4.2.0
242
- - @equinor/fusion-framework-module-service-discovery@7.1.2
254
+ - @equinor/fusion-observable@8.3.0
255
+ - @equinor/fusion-query@4.2.0
256
+ - @equinor/fusion-framework-module-service-discovery@7.1.2
243
257
 
244
258
  ## 4.0.2
245
259
 
246
260
  ### Patch Changes
247
261
 
248
262
  - Updated dependencies [[`4af517f`](https://github.com/equinor/fusion-framework/commit/4af517f107f960aa1dc7459451d99e2e83d350ee), [`4af517f`](https://github.com/equinor/fusion-framework/commit/4af517f107f960aa1dc7459451d99e2e83d350ee)]:
249
- - @equinor/fusion-framework-module-http@5.2.1
250
- - @equinor/fusion-framework-module-service-discovery@7.1.1
263
+ - @equinor/fusion-framework-module-http@5.2.1
264
+ - @equinor/fusion-framework-module-service-discovery@7.1.1
251
265
 
252
266
  ## 4.0.1
253
267
 
254
268
  ### Patch Changes
255
269
 
256
270
  - Updated dependencies [[`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc)]:
257
- - @equinor/fusion-framework-module-event@4.1.1
271
+ - @equinor/fusion-framework-module-event@4.1.1
258
272
 
259
273
  ## 4.0.0
260
274
 
@@ -265,74 +279,74 @@
265
279
  ### Patch Changes
266
280
 
267
281
  - Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]:
268
- - @equinor/fusion-framework-module@4.3.0
269
- - @equinor/fusion-framework-module-service-discovery@7.1.0
270
- - @equinor/fusion-observable@8.2.0
271
- - @equinor/fusion-framework-module-event@4.1.0
272
- - @equinor/fusion-framework-module-http@5.2.0
273
- - @equinor/fusion-query@4.1.0
282
+ - @equinor/fusion-framework-module@4.3.0
283
+ - @equinor/fusion-framework-module-service-discovery@7.1.0
284
+ - @equinor/fusion-observable@8.2.0
285
+ - @equinor/fusion-framework-module-event@4.1.0
286
+ - @equinor/fusion-framework-module-http@5.2.0
287
+ - @equinor/fusion-query@4.1.0
274
288
 
275
289
  ## 3.0.0
276
290
 
277
291
  ### Major Changes
278
292
 
279
293
  - [#1746](https://github.com/equinor/fusion-framework/pull/1746) [`7a70bfb`](https://github.com/equinor/fusion-framework/commit/7a70bfb6674c5cf8624ce090e318239a41c8fb86) Thanks [@Noggling](https://github.com/Noggling)! - Widget has had a complete makeover all from the loading Component to the Module itself.
280
- - adding events to widget module some include `onWidgetInitialized` , `onWidgetInitializeFailure` and `onWidgetScriptLoaded` and more.
281
- - Enabling for multiple widget loading.
282
- - Complex overhaul on the widget configuration utilizing th new BaseConfigBuilder class.
283
- - Now able to configure baseImport url and widgetClient
284
- - New widget component for loading of widgets
285
- - Updated documentation
294
+ - adding events to widget module some include `onWidgetInitialized` , `onWidgetInitializeFailure` and `onWidgetScriptLoaded` and more.
295
+ - Enabling for multiple widget loading.
296
+ - Complex overhaul on the widget configuration utilizing th new BaseConfigBuilder class.
297
+ - Now able to configure baseImport url and widgetClient
298
+ - New widget component for loading of widgets
299
+ - Updated documentation
286
300
 
287
301
  ## 2.0.10
288
302
 
289
303
  ### Patch Changes
290
304
 
291
305
  - Updated dependencies [[`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]:
292
- - @equinor/fusion-framework-module@4.2.7
293
- - @equinor/fusion-framework-module-event@4.0.8
294
- - @equinor/fusion-framework-module-http@5.1.6
295
- - @equinor/fusion-framework-module-service-discovery@7.0.20
306
+ - @equinor/fusion-framework-module@4.2.7
307
+ - @equinor/fusion-framework-module-event@4.0.8
308
+ - @equinor/fusion-framework-module-http@5.1.6
309
+ - @equinor/fusion-framework-module-service-discovery@7.0.20
296
310
 
297
311
  ## 2.0.9
298
312
 
299
313
  ### Patch Changes
300
314
 
301
315
  - Updated dependencies []:
302
- - @equinor/fusion-query@4.0.6
303
- - @equinor/fusion-framework-module-service-discovery@7.0.19
316
+ - @equinor/fusion-query@4.0.6
317
+ - @equinor/fusion-framework-module-service-discovery@7.0.19
304
318
 
305
319
  ## 2.0.8
306
320
 
307
321
  ### Patch Changes
308
322
 
309
323
  - Updated dependencies []:
310
- - @equinor/fusion-framework-module-http@5.1.5
311
- - @equinor/fusion-framework-module-service-discovery@7.0.18
324
+ - @equinor/fusion-framework-module-http@5.1.5
325
+ - @equinor/fusion-framework-module-service-discovery@7.0.18
312
326
 
313
327
  ## 2.0.7
314
328
 
315
329
  ### Patch Changes
316
330
 
317
331
  - Updated dependencies [[`1e4ba77`](https://github.com/equinor/fusion-framework/commit/1e4ba7707d3ce5cfd9c8d6673f760523aa47a45e)]:
318
- - @equinor/fusion-framework-module-http@5.1.4
319
- - @equinor/fusion-framework-module-service-discovery@7.0.17
332
+ - @equinor/fusion-framework-module-http@5.1.4
333
+ - @equinor/fusion-framework-module-service-discovery@7.0.17
320
334
 
321
335
  ## 2.0.6
322
336
 
323
337
  ### Patch Changes
324
338
 
325
339
  - Updated dependencies [[`0af3540`](https://github.com/equinor/fusion-framework/commit/0af3540340bac85a19ca3a8ec4e0ccd42b3090ee)]:
326
- - @equinor/fusion-framework-module-http@5.1.3
327
- - @equinor/fusion-framework-module-service-discovery@7.0.16
340
+ - @equinor/fusion-framework-module-http@5.1.3
341
+ - @equinor/fusion-framework-module-service-discovery@7.0.16
328
342
 
329
343
  ## 2.0.5
330
344
 
331
345
  ### Patch Changes
332
346
 
333
347
  - Updated dependencies []:
334
- - @equinor/fusion-query@4.0.5
335
- - @equinor/fusion-framework-module-service-discovery@7.0.15
348
+ - @equinor/fusion-query@4.0.5
349
+ - @equinor/fusion-framework-module-service-discovery@7.0.15
336
350
 
337
351
  ## 2.0.4
338
352
 
@@ -341,27 +355,27 @@
341
355
  - [#1595](https://github.com/equinor/fusion-framework/pull/1595) [`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125) Thanks [@Gustav-Eikaas](https://github.com/Gustav-Eikaas)! - support for module resolution NodeNext & Bundler
342
356
 
343
357
  - Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
344
- - @equinor/fusion-framework-module-service-discovery@7.0.14
345
- - @equinor/fusion-framework-module@4.2.6
346
- - @equinor/fusion-framework-module-http@5.1.2
347
- - @equinor/fusion-query@4.0.4
348
- - @equinor/fusion-framework-module-event@4.0.7
358
+ - @equinor/fusion-framework-module-service-discovery@7.0.14
359
+ - @equinor/fusion-framework-module@4.2.6
360
+ - @equinor/fusion-framework-module-http@5.1.2
361
+ - @equinor/fusion-query@4.0.4
362
+ - @equinor/fusion-framework-module-event@4.0.7
349
363
 
350
364
  ## 2.0.3
351
365
 
352
366
  ### Patch Changes
353
367
 
354
368
  - Updated dependencies [[`446b63ce`](https://github.com/equinor/fusion-framework/commit/446b63ce44b59a3aaab4399c0d877d3a1b560a0e)]:
355
- - @equinor/fusion-query@4.0.3
356
- - @equinor/fusion-framework-module-service-discovery@7.0.13
369
+ - @equinor/fusion-query@4.0.3
370
+ - @equinor/fusion-framework-module-service-discovery@7.0.13
357
371
 
358
372
  ## 2.0.2
359
373
 
360
374
  ### Patch Changes
361
375
 
362
376
  - Updated dependencies [[`7ad31761`](https://github.com/equinor/fusion-framework/commit/7ad3176102f92da108b67ede6fdf29b76149bed9)]:
363
- - @equinor/fusion-query@4.0.2
364
- - @equinor/fusion-framework-module-service-discovery@7.0.12
377
+ - @equinor/fusion-query@4.0.2
378
+ - @equinor/fusion-framework-module-service-discovery@7.0.12
365
379
 
366
380
  ## 2.0.1
367
381
 
@@ -370,46 +384,46 @@
370
384
  - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
371
385
 
372
386
  - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
373
- - @equinor/fusion-framework-module-event@4.0.6
374
- - @equinor/fusion-framework-module-http@5.1.1
375
- - @equinor/fusion-framework-module@4.2.5
376
- - @equinor/fusion-framework-module-service-discovery@7.0.11
377
- - @equinor/fusion-query@4.0.1
387
+ - @equinor/fusion-framework-module-event@4.0.6
388
+ - @equinor/fusion-framework-module-http@5.1.1
389
+ - @equinor/fusion-framework-module@4.2.5
390
+ - @equinor/fusion-framework-module-service-discovery@7.0.11
391
+ - @equinor/fusion-query@4.0.1
378
392
 
379
393
  ## 2.0.0
380
394
 
381
395
  ### Patch Changes
382
396
 
383
397
  - Updated dependencies [[`8e9e34a0`](https://github.com/equinor/fusion-framework/commit/8e9e34a06a6905d092ad8ca3f9330a3699da20fa), [`ebcabd0e`](https://github.com/equinor/fusion-framework/commit/ebcabd0e6945e1420a0a9a7d82bd9255da1b8578), [`8739a5a6`](https://github.com/equinor/fusion-framework/commit/8739a5a65d8aaa46ce9ef56cce013efeeb006e8a)]:
384
- - @equinor/fusion-framework-module-http@5.1.0
385
- - @equinor/fusion-query@4.0.0
386
- - @equinor/fusion-framework-module-service-discovery@7.0.10
398
+ - @equinor/fusion-framework-module-http@5.1.0
399
+ - @equinor/fusion-query@4.0.0
400
+ - @equinor/fusion-framework-module-service-discovery@7.0.10
387
401
 
388
402
  ## 1.0.9
389
403
 
390
404
  ### Patch Changes
391
405
 
392
406
  - Updated dependencies [[`e539e606`](https://github.com/equinor/fusion-framework/commit/e539e606d04bd8b7dc0c0bfed7cd4a7731996936)]:
393
- - @equinor/fusion-framework-module-service-discovery@7.0.9
407
+ - @equinor/fusion-framework-module-service-discovery@7.0.9
394
408
 
395
409
  ## 1.0.8
396
410
 
397
411
  ### Patch Changes
398
412
 
399
413
  - Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
400
- - @equinor/fusion-framework-module@4.2.4
401
- - @equinor/fusion-query@3.0.7
402
- - @equinor/fusion-framework-module-event@4.0.5
403
- - @equinor/fusion-framework-module-http@5.0.6
404
- - @equinor/fusion-framework-module-service-discovery@7.0.8
414
+ - @equinor/fusion-framework-module@4.2.4
415
+ - @equinor/fusion-query@3.0.7
416
+ - @equinor/fusion-framework-module-event@4.0.5
417
+ - @equinor/fusion-framework-module-http@5.0.6
418
+ - @equinor/fusion-framework-module-service-discovery@7.0.8
405
419
 
406
420
  ## 1.0.7
407
421
 
408
422
  ### Patch Changes
409
423
 
410
424
  - Updated dependencies [[`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594)]:
411
- - @equinor/fusion-query@3.0.6
412
- - @equinor/fusion-framework-module-service-discovery@7.0.7
425
+ - @equinor/fusion-query@3.0.6
426
+ - @equinor/fusion-framework-module-service-discovery@7.0.7
413
427
 
414
428
  ## 1.0.6
415
429
 
@@ -417,18 +431,18 @@
417
431
 
418
432
  - [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm
419
433
 
420
- conflicts of `@types/react` made random outcomes when using `yarn`
434
+ conflicts of `@types/react` made random outcomes when using `yarn`
421
435
 
422
- this change should not affect consumer of the packages, but might conflict dependent on local package manager.
436
+ this change should not affect consumer of the packages, but might conflict dependent on local package manager.
423
437
 
424
438
  - [#1145](https://github.com/equinor/fusion-framework/pull/1145) [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump rxjs from 7.5.7 to [7.8.1](https://github.com/ReactiveX/rxjs/blob/7.8.1/CHANGELOG.md)
425
439
 
426
440
  - Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272), [`52d98701`](https://github.com/equinor/fusion-framework/commit/52d98701627e93c7284c0b9a5bfd8dab1da43bd3)]:
427
- - @equinor/fusion-framework-module-service-discovery@7.0.6
428
- - @equinor/fusion-framework-module@4.2.3
429
- - @equinor/fusion-framework-module-event@4.0.4
430
- - @equinor/fusion-framework-module-http@5.0.5
431
- - @equinor/fusion-query@3.0.5
441
+ - @equinor/fusion-framework-module-service-discovery@7.0.6
442
+ - @equinor/fusion-framework-module@4.2.3
443
+ - @equinor/fusion-framework-module-event@4.0.4
444
+ - @equinor/fusion-framework-module-http@5.0.5
445
+ - @equinor/fusion-query@3.0.5
432
446
 
433
447
  ## 1.0.5
434
448
 
@@ -442,9 +456,9 @@
442
456
 
443
457
  - [#905](https://github.com/equinor/fusion-framework/pull/905) [`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c) Thanks [@odinr](https://github.com/odinr)! - **🚧 Chore: dedupe packages**
444
458
 
445
- - align all versions of typescript
446
- - update types to build
447
- - a couple of typecasts did not [satisfies](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#satisfies-support-in-jsdoc) and was recasted as `unknwon`, marked with `TODO`, should be fixed in future
459
+ - align all versions of typescript
460
+ - update types to build
461
+ - a couple of typecasts did not [satisfies](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#satisfies-support-in-jsdoc) and was recasted as `unknwon`, marked with `TODO`, should be fixed in future
448
462
 
449
463
  All notable changes to this project will be documented in this file.
450
464
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.