@equinor/fusion-framework-react-module-context 6.2.34 → 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,5 +1,17 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.2.35-next.0
4
+
5
+ ### Patch Changes
6
+
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
+
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
+
3
15
  ## 6.2.34
4
16
 
5
17
  ### Patch Changes
@@ -12,6 +24,37 @@
12
24
  - @equinor/fusion-observable@8.5.8
13
25
  - @equinor/fusion-query@6.0.4
14
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
56
+ - @equinor/fusion-framework-module-context@7.0.3-next.0
57
+
15
58
  ## 6.2.33
16
59
 
17
60
  ### Patch Changes
@@ -234,7 +277,6 @@
234
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.
235
278
 
236
279
  Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
237
-
238
280
  1. Improved debugging: Preserved comments can help developers understand the code better during debugging sessions.
239
281
  2. Documentation: JSDoc comments and other important code documentation will be retained in the compiled output.
240
282
  3. Source map accuracy: Keeping comments can lead to more accurate source maps, which is crucial for debugging and error tracking.
@@ -381,7 +423,6 @@
381
423
  ### Minor Changes
382
424
 
383
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.
384
-
385
426
  - Potential _BREAKING_:
386
427
  - Error in `ContextProvider.ts` are now unwrapped if the thrown error is
387
428
  `QueryClientError`.
@@ -533,7 +574,6 @@
533
574
  ### Patch Changes
534
575
 
535
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**
536
-
537
577
  - align all versions of typescript
538
578
  - update types to build
539
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';
2
+ export const version = '6.2.35-next.0';
3
3
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,2BAA2B;AAC3B,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,2BAA2B;AAC3B,MAAM,CAAC,MAAM,OAAO,GAAG,eAAe,CAAC"}