@equinor/fusion-framework 7.4.2 → 7.4.3-next.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.
- package/CHANGELOG.md +17 -9
- package/dist/esm/version.js +1 -1
- package/dist/esm/version.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +9 -9
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 7.4.3-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#3820](https://github.com/equinor/fusion-framework/pull/3820) [`265bb76`](https://github.com/equinor/fusion-framework/commit/265bb767249989eeb1971e83f3fba94879e0813b) Thanks [@odinr](https://github.com/odinr)! - relase next
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`265bb76`](https://github.com/equinor/fusion-framework/commit/265bb767249989eeb1971e83f3fba94879e0813b), [`d252b0d`](https://github.com/equinor/fusion-framework/commit/d252b0d442b7c8c1b50bf2768cf9ecbbb55a76f8)]:
|
|
10
|
+
- @equinor/fusion-framework-module-telemetry@5.0.0-next.0
|
|
11
|
+
- @equinor/fusion-framework-module-context@7.0.3-next.0
|
|
12
|
+
- @equinor/fusion-framework-module-event@4.4.1-next.0
|
|
13
|
+
- @equinor/fusion-framework-module-http@7.0.6-next.0
|
|
14
|
+
- @equinor/fusion-framework-module@5.0.6-next.0
|
|
15
|
+
- @equinor/fusion-framework-module-msal@7.0.0-next.0
|
|
16
|
+
- @equinor/fusion-framework-module-service-discovery@9.0.5-next.0
|
|
17
|
+
- @equinor/fusion-framework-module-services@7.1.6-next.0
|
|
18
|
+
|
|
3
19
|
## 7.4.2
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -34,7 +50,6 @@
|
|
|
34
50
|
### Minor Changes
|
|
35
51
|
|
|
36
52
|
- [#3492](https://github.com/equinor/fusion-framework/pull/3492) [`7ba4713`](https://github.com/equinor/fusion-framework/commit/7ba47139a8d7cfbb757bd4626425c611e22c2126) Thanks [@odinr](https://github.com/odinr)! - Integrate telemetry module into framework core.
|
|
37
|
-
|
|
38
53
|
- Add TelemetryModule to FusionModules type definition
|
|
39
54
|
- Enable telemetry in FrameworkConfigurator with default configuration
|
|
40
55
|
- Add event$ observable with framework-specific event prefixing
|
|
@@ -45,7 +60,6 @@
|
|
|
45
60
|
### Patch Changes
|
|
46
61
|
|
|
47
62
|
- [#3490](https://github.com/equinor/fusion-framework/pull/3490) [`45954e5`](https://github.com/equinor/fusion-framework/commit/45954e5db471a2faa24e88e41fc6d6c18817d6d1) Thanks [@odinr](https://github.com/odinr)! - Remove explicit logger initialization from configurator constructors in favor of telemetry.
|
|
48
|
-
|
|
49
63
|
- Removed `this.logger = new ModuleConsoleLogger(...)` from FrameworkConfigurator, AppConfigurator, and WidgetConfigurator constructors
|
|
50
64
|
- Logger functionality will be handled through telemetry module with console logging adapter
|
|
51
65
|
|
|
@@ -88,20 +102,17 @@
|
|
|
88
102
|
Major version update of Vitest testing framework and coverage package.
|
|
89
103
|
|
|
90
104
|
### Breaking Changes
|
|
91
|
-
|
|
92
105
|
- Updated from Vitest v2 to v3
|
|
93
106
|
- Coverage reporting may have configuration changes
|
|
94
107
|
- Test runner behavior improvements
|
|
95
108
|
|
|
96
109
|
### New Features
|
|
97
|
-
|
|
98
110
|
- Enhanced coverage reporting capabilities
|
|
99
111
|
- Improved test performance
|
|
100
112
|
- Better error handling and reporting
|
|
101
113
|
- Updated Vite integration (v6.3.5)
|
|
102
114
|
|
|
103
115
|
### Links
|
|
104
|
-
|
|
105
116
|
- [Vitest v3.2.4 Release Notes](https://github.com/vitest-dev/vitest/releases/tag/v3.2.4)
|
|
106
117
|
- [Vitest v3 Migration Guide](https://vitest.dev/guide/migration.html)
|
|
107
118
|
- [Coverage v8 Documentation](https://vitest.dev/guide/coverage.html)
|
|
@@ -299,7 +310,6 @@
|
|
|
299
310
|
**@equinor/fusion-framework:**
|
|
300
311
|
|
|
301
312
|
Enhanced the `FrameworkConfigurator` class to improve the configuration of MSAL authentication.
|
|
302
|
-
|
|
303
313
|
- Updated the `configureMsal` method to accept a callback function (`AuthConfigFn`) and an optional `requiresAuth` parameter.
|
|
304
314
|
- The `configureMsal` method now adds a configuration object that sets the `requiresAuth` property and invokes the provided callback function with the builder.
|
|
305
315
|
|
|
@@ -325,7 +335,7 @@
|
|
|
325
335
|
clientId: "...",
|
|
326
336
|
redirectUri: "...",
|
|
327
337
|
},
|
|
328
|
-
true
|
|
338
|
+
true,
|
|
329
339
|
);
|
|
330
340
|
```
|
|
331
341
|
|
|
@@ -482,7 +492,6 @@
|
|
|
482
492
|
- [#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.
|
|
483
493
|
|
|
484
494
|
Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
|
|
485
|
-
|
|
486
495
|
1. Improved debugging: Preserved comments can help developers understand the code better during debugging sessions.
|
|
487
496
|
2. Documentation: JSDoc comments and other important code documentation will be retained in the compiled output.
|
|
488
497
|
3. Source map accuracy: Keeping comments can lead to more accurate source maps, which is crucial for debugging and error tracking.
|
|
@@ -871,7 +880,6 @@
|
|
|
871
880
|
### Patch Changes
|
|
872
881
|
|
|
873
882
|
- [#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**
|
|
874
|
-
|
|
875
883
|
- align all versions of typescript
|
|
876
884
|
- update types to build
|
|
877
885
|
- 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
|
package/dist/esm/version.js
CHANGED
package/dist/esm/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,2BAA2B;AAC3B,MAAM,CAAC,MAAM,OAAO,GAAG,
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,2BAA2B;AAC3B,MAAM,CAAC,MAAM,OAAO,GAAG,cAAc,CAAC"}
|