@equinor/fusion-framework-module-widget 12.0.3-next.2 → 12.0.4-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 +13 -32
- package/dist/esm/version.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +13 -13
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,40 +1,28 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 12.0.
|
|
3
|
+
## 12.0.4-next.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- [`
|
|
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
8
|
|
|
9
|
-
- Updated dependencies [[`
|
|
10
|
-
- @equinor/fusion-
|
|
11
|
-
- @equinor/fusion-
|
|
12
|
-
- @equinor/fusion-framework-module-event@4.4.1-next.1
|
|
13
|
-
- @equinor/fusion-framework-module@5.0.6-next.1
|
|
14
|
-
- @equinor/fusion-observable@8.5.7-next.1
|
|
15
|
-
- @equinor/fusion-query@6.0.2-next.1
|
|
16
|
-
|
|
17
|
-
## 12.0.3-next.1
|
|
18
|
-
|
|
19
|
-
### Patch Changes
|
|
20
|
-
|
|
21
|
-
- [`895a49a`](https://github.com/equinor/fusion-framework/commit/895a49aaa815a6cd317e60f40875b1763bd6bded) Thanks [@odinr](https://github.com/odinr)! - relase next of all packages
|
|
22
|
-
|
|
23
|
-
- Updated dependencies [[`895a49a`](https://github.com/equinor/fusion-framework/commit/895a49aaa815a6cd317e60f40875b1763bd6bded)]:
|
|
24
|
-
- @equinor/fusion-framework-module-service-discovery@9.0.5-next.1
|
|
25
|
-
- @equinor/fusion-framework-module-http@7.0.5-next.1
|
|
9
|
+
- Updated dependencies [[`265bb76`](https://github.com/equinor/fusion-framework/commit/265bb767249989eeb1971e83f3fba94879e0813b), [`d252b0d`](https://github.com/equinor/fusion-framework/commit/d252b0d442b7c8c1b50bf2768cf9ecbbb55a76f8), [`9f7597e`](https://github.com/equinor/fusion-framework/commit/9f7597ee237ef069dc24cbe39c73b5b26db157dd), [`75c068f`](https://github.com/equinor/fusion-framework/commit/75c068fea13c32435ac26bd9043cc156482bfaf1)]:
|
|
10
|
+
- @equinor/fusion-observable@9.0.0-next.0
|
|
11
|
+
- @equinor/fusion-query@7.0.0-next.0
|
|
26
12
|
- @equinor/fusion-framework-module-event@4.4.1-next.0
|
|
13
|
+
- @equinor/fusion-framework-module-http@7.0.6-next.0
|
|
27
14
|
- @equinor/fusion-framework-module@5.0.6-next.0
|
|
28
|
-
- @equinor/fusion-
|
|
29
|
-
- @equinor/fusion-query@6.0.2-next.0
|
|
15
|
+
- @equinor/fusion-framework-module-service-discovery@9.0.5-next.0
|
|
30
16
|
|
|
31
|
-
## 12.0.3
|
|
17
|
+
## 12.0.3
|
|
32
18
|
|
|
33
19
|
### Patch Changes
|
|
34
20
|
|
|
35
|
-
-
|
|
36
|
-
|
|
37
|
-
|
|
21
|
+
- [#3786](https://github.com/equinor/fusion-framework/pull/3786) [`9b6fc05`](https://github.com/equinor/fusion-framework/commit/9b6fc05d8305b179f11ed9f0bc993f2d88305136) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: bump immer from 10.2.0 to 11.0.0
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [[`9b6fc05`](https://github.com/equinor/fusion-framework/commit/9b6fc05d8305b179f11ed9f0bc993f2d88305136)]:
|
|
24
|
+
- @equinor/fusion-observable@8.5.7
|
|
25
|
+
- @equinor/fusion-query@6.0.2
|
|
38
26
|
|
|
39
27
|
## 12.0.2
|
|
40
28
|
|
|
@@ -75,19 +63,16 @@
|
|
|
75
63
|
- [#3395](https://github.com/equinor/fusion-framework/pull/3395) [`29f6710`](https://github.com/equinor/fusion-framework/commit/29f6710238baf9b29f42394b30cb8b97f25462c3) Thanks [@odinr](https://github.com/odinr)! - Updated immer from 9.0.16 to 10.1.3 across all packages.
|
|
76
64
|
|
|
77
65
|
### Breaking Changes
|
|
78
|
-
|
|
79
66
|
- Immer 10.x introduces stricter TypeScript types for draft functions
|
|
80
67
|
- `ValidRecipeReturnType` type constraints have changed
|
|
81
68
|
- Promise return types in draft functions are no longer automatically handled
|
|
82
69
|
|
|
83
70
|
### Fixes Applied
|
|
84
|
-
|
|
85
71
|
- Updated BookmarkProvider to handle new immer type constraints
|
|
86
72
|
- Fixed ObservableInput type assignments in mergeScan operations
|
|
87
73
|
- Removed async/await from immer draft functions to comply with new type requirements
|
|
88
74
|
|
|
89
75
|
### Links
|
|
90
|
-
|
|
91
76
|
- [Immer 10.0.0 Release Notes](https://github.com/immerjs/immer/releases/tag/v10.0.0)
|
|
92
77
|
- [Immer Migration Guide](https://github.com/immerjs/immer/blob/main/MIGRATION.md)
|
|
93
78
|
|
|
@@ -110,7 +95,6 @@
|
|
|
110
95
|
### Patch Changes
|
|
111
96
|
|
|
112
97
|
- [#3088](https://github.com/equinor/fusion-framework/pull/3088) [`7441b13`](https://github.com/equinor/fusion-framework/commit/7441b13aa50dd7362d1629086a27b6b4e571575d) Thanks [@eikeland](https://github.com/eikeland)! - chore: update package typesVersions
|
|
113
|
-
|
|
114
98
|
- Updated package.json typesVersions.
|
|
115
99
|
- Ensures backward compatibility with older node versions.
|
|
116
100
|
- Ensured consistency with workspace and repository configuration.
|
|
@@ -360,7 +344,6 @@
|
|
|
360
344
|
- [#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.
|
|
361
345
|
|
|
362
346
|
Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
|
|
363
|
-
|
|
364
347
|
1. Improved debugging: Preserved comments can help developers understand the code better during debugging sessions.
|
|
365
348
|
2. Documentation: JSDoc comments and other important code documentation will be retained in the compiled output.
|
|
366
349
|
3. Source map accuracy: Keeping comments can lead to more accurate source maps, which is crucial for debugging and error tracking.
|
|
@@ -413,7 +396,6 @@
|
|
|
413
396
|
### Patch Changes
|
|
414
397
|
|
|
415
398
|
- [#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.
|
|
416
|
-
|
|
417
399
|
- **Added**: New utility types and functions for handling action types and payloads in a more type-safe manner.
|
|
418
400
|
|
|
419
401
|
- [#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.
|
|
@@ -685,7 +667,6 @@
|
|
|
685
667
|
### Patch Changes
|
|
686
668
|
|
|
687
669
|
- [#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**
|
|
688
|
-
|
|
689
670
|
- align all versions of typescript
|
|
690
671
|
- update types to build
|
|
691
672
|
- 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