@equinor/fusion-framework-react-module-context 7.0.0-next.0 → 7.0.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,16 +1,31 @@
1
1
  # Change Log
2
2
 
3
- ## 7.0.0-next.0
3
+ ## 7.0.0
4
4
 
5
5
  ### Major Changes
6
6
 
7
- - [#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.
7
+ - abffa53: Major version bump for Fusion Framework React 19 release.
8
+
9
+ All packages are bumped to the next major version as part of the React 19 upgrade. This release drops support for React versions below 18 and includes breaking changes across the framework.
10
+
11
+ **Breaking changes:**
12
+ - Peer dependencies now require React 18 or 19 (`^18.0.0 || ^19.0.0`)
13
+ - React Router upgraded from v6 to v7
14
+ - Navigation module refactored with new history API
15
+ - `renderComponent` and `renderApp` now use `createRoot` API
16
+
17
+ **Migration:**
18
+ - Update your React version to 18.0.0 or higher before upgrading
19
+ - Replace `NavigationProvider.createRouter()` with `@equinor/fusion-framework-react-router`
20
+ - See individual package changelogs for package-specific migration steps
21
+
22
+ - abffa53: Require React 18+ as peer dependency. React 17 is no longer supported.
8
23
 
9
24
  **Migration:** Update your application to React 18+ to continue using these packages.
10
25
 
11
26
  Closes https://github.com/equinor/fusion-framework/issues/3504
12
27
 
13
- - [#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.
28
+ - abffa53: Upgrade to React 19 and remove support for React versions lower than 18.
14
29
 
15
30
  **Breaking changes:**
16
31
  - Peer dependencies now require React 18 or 19 (`^18.0.0 || ^19.0.0`)
@@ -21,15 +36,31 @@
21
36
  - Update your React version to 18.0.0 or higher before upgrading these packages
22
37
  - If using React 16 or 17, upgrade to React 18 or 19 first
23
38
 
39
+ Closes https://github.com/equinor/fusion-framework/issues/3504
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies [abffa53]
44
+ - Updated dependencies [abffa53]
45
+ - Updated dependencies [abffa53]
46
+ - Updated dependencies [abffa53]
47
+ - Updated dependencies [abffa53]
48
+ - @equinor/fusion-framework-module-context@8.0.0
49
+ - @equinor/fusion-framework-react-module@4.0.0
50
+ - @equinor/fusion-observable@9.0.0
51
+ - @equinor/fusion-query@7.0.0
52
+
53
+ ## 6.2.34
54
+
24
55
  ### Patch Changes
25
56
 
26
- - [#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
57
+ - [#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.
27
58
 
28
- - 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)]:
29
- - @equinor/fusion-framework-react-module@4.0.0-next.0
30
- - @equinor/fusion-observable@9.0.0-next.0
31
- - @equinor/fusion-query@7.0.0-next.0
32
- - @equinor/fusion-framework-module-context@7.0.3-next.0
59
+ - Updated dependencies [[`6aa8e1f`](https://github.com/equinor/fusion-framework/commit/6aa8e1f5c9d852b25e97aa7d98a63008c64d4581)]:
60
+ - @equinor/fusion-framework-module-context@7.0.3
61
+ - @equinor/fusion-framework-react-module@3.1.14
62
+ - @equinor/fusion-observable@8.5.8
63
+ - @equinor/fusion-query@6.0.4
33
64
 
34
65
  ## 6.2.33
35
66
 
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '7.0.0-next.0';
2
+ export const version = '7.0.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,cAAc,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,2BAA2B;AAC3B,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC"}