@equinor/fusion-framework-react-module-context 6.2.34-next.1 → 6.2.35-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 CHANGED
@@ -1,28 +1,59 @@
1
1
  # Change Log
2
2
 
3
- ## 6.2.34-next.1
3
+ ## 6.2.35-next.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [`2022136`](https://github.com/equinor/fusion-framework/commit/2022136108a49cf2ccd8109e7e720aa2fbc135f1) Thanks [@odinr](https://github.com/odinr)! - relase next of all packages
7
+ - [#3820](https://github.com/equinor/fusion-framework/pull/3820) [`f647825`](https://github.com/equinor/fusion-framework/commit/f647825cb5712763b09dafda21fd996211c78b78) Thanks [@odinr](https://github.com/odinr)! - relase next
8
8
 
9
- - Updated dependencies [[`2022136`](https://github.com/equinor/fusion-framework/commit/2022136108a49cf2ccd8109e7e720aa2fbc135f1)]:
10
- - @equinor/fusion-framework-module-context@7.0.3-next.1
11
- - @equinor/fusion-framework-react-module@3.1.14-next.1
12
- - @equinor/fusion-observable@8.5.7-next.1
13
- - @equinor/fusion-query@6.0.2-next.1
9
+ - Updated dependencies [[`f647825`](https://github.com/equinor/fusion-framework/commit/f647825cb5712763b09dafda21fd996211c78b78)]:
10
+ - @equinor/fusion-framework-react-module@3.1.15-next.0
11
+ - @equinor/fusion-observable@8.5.9-next.0
12
+ - @equinor/fusion-query@6.0.5-next.0
13
+ - @equinor/fusion-framework-module-context@7.0.4-next.0
14
14
 
15
- ## 6.2.34-next.0
15
+ ## 6.2.34
16
16
 
17
17
  ### Patch Changes
18
18
 
19
- - [`895a49a`](https://github.com/equinor/fusion-framework/commit/895a49aaa815a6cd317e60f40875b1763bd6bded) Thanks [@odinr](https://github.com/odinr)! - relase next of all packages
19
+ - [#4157](https://github.com/equinor/fusion-framework/pull/4157) [`6aa8e1f`](https://github.com/equinor/fusion-framework/commit/6aa8e1f5c9d852b25e97aa7d98a63008c64d4581) Thanks [@Noggling](https://github.com/Noggling)! - Internal: patch release to align TypeScript types across packages for consistent type compatibility.
20
20
 
21
- - Updated dependencies [[`895a49a`](https://github.com/equinor/fusion-framework/commit/895a49aaa815a6cd317e60f40875b1763bd6bded)]:
21
+ - Updated dependencies [[`6aa8e1f`](https://github.com/equinor/fusion-framework/commit/6aa8e1f5c9d852b25e97aa7d98a63008c64d4581)]:
22
+ - @equinor/fusion-framework-module-context@7.0.3
23
+ - @equinor/fusion-framework-react-module@3.1.14
24
+ - @equinor/fusion-observable@8.5.8
25
+ - @equinor/fusion-query@6.0.4
26
+
27
+ ## 7.0.0-next.0
28
+
29
+ ### Major Changes
30
+
31
+ - [#3820](https://github.com/equinor/fusion-framework/pull/3820) [`9f7597e`](https://github.com/equinor/fusion-framework/commit/9f7597ee237ef069dc24cbe39c73b5b26db157dd) Thanks [@odinr](https://github.com/odinr)! - Require React 18+ as peer dependency. React 17 is no longer supported.
32
+
33
+ **Migration:** Update your application to React 18+ to continue using these packages.
34
+
35
+ Closes https://github.com/equinor/fusion-framework/issues/3504
36
+
37
+ - [#3820](https://github.com/equinor/fusion-framework/pull/3820) [`75c068f`](https://github.com/equinor/fusion-framework/commit/75c068fea13c32435ac26bd9043cc156482bfaf1) Thanks [@odinr](https://github.com/odinr)! - Upgrade to React 19 and remove support for React versions lower than 18.
38
+
39
+ **Breaking changes:**
40
+ - Peer dependencies now require React 18 or 19 (`^18.0.0 || ^19.0.0`)
41
+ - React 16 and 17 are no longer supported
42
+ - Dev dependencies upgraded to React 19.2.1 and @types/react 19.2.7
43
+
44
+ **Migration:**
45
+ - Update your React version to 18.0.0 or higher before upgrading these packages
46
+ - If using React 16 or 17, upgrade to React 18 or 19 first
47
+
48
+ ### Patch Changes
49
+
50
+ - [#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
51
+
52
+ - Updated dependencies [[`265bb76`](https://github.com/equinor/fusion-framework/commit/265bb767249989eeb1971e83f3fba94879e0813b), [`d252b0d`](https://github.com/equinor/fusion-framework/commit/d252b0d442b7c8c1b50bf2768cf9ecbbb55a76f8), [`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)]:
53
+ - @equinor/fusion-framework-react-module@4.0.0-next.0
54
+ - @equinor/fusion-observable@9.0.0-next.0
55
+ - @equinor/fusion-query@7.0.0-next.0
22
56
  - @equinor/fusion-framework-module-context@7.0.3-next.0
23
- - @equinor/fusion-framework-react-module@3.1.14-next.0
24
- - @equinor/fusion-observable@8.5.7-next.0
25
- - @equinor/fusion-query@6.0.2-next.0
26
57
 
27
58
  ## 6.2.33
28
59
 
@@ -246,7 +277,6 @@
246
277
  - [#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.
247
278
 
248
279
  Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
249
-
250
280
  1. Improved debugging: Preserved comments can help developers understand the code better during debugging sessions.
251
281
  2. Documentation: JSDoc comments and other important code documentation will be retained in the compiled output.
252
282
  3. Source map accuracy: Keeping comments can lead to more accurate source maps, which is crucial for debugging and error tracking.
@@ -393,7 +423,6 @@
393
423
  ### Minor Changes
394
424
 
395
425
  - [#1760](https://github.com/equinor/fusion-framework/pull/1760) [`6e6ee6b`](https://github.com/equinor/fusion-framework/commit/6e6ee6b7ce280820111e8b98ac8377efb15808ef) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - - Add FusionContextSearchError.
396
-
397
426
  - Potential _BREAKING_:
398
427
  - Error in `ContextProvider.ts` are now unwrapped if the thrown error is
399
428
  `QueryClientError`.
@@ -545,7 +574,6 @@
545
574
  ### Patch Changes
546
575
 
547
576
  - [#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**
548
-
549
577
  - align all versions of typescript
550
578
  - update types to build
551
579
  - 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
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '6.2.34-next.1';
2
+ export const version = '6.2.35-next.0';
3
3
  //# sourceMappingURL=version.js.map