@equinor/fusion-framework-react-module-context 6.2.34-next.1 → 7.0.0-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 +21 -17
- 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 +12 -12
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,28 +1,35 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 7.0.0-next.0
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Major Changes
|
|
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.
|
|
8
|
+
|
|
9
|
+
**Migration:** Update your application to React 18+ to continue using these packages.
|
|
10
|
+
|
|
11
|
+
Closes https://github.com/equinor/fusion-framework/issues/3504
|
|
6
12
|
|
|
7
|
-
- [`
|
|
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.
|
|
8
14
|
|
|
9
|
-
|
|
10
|
-
-
|
|
11
|
-
-
|
|
12
|
-
- @
|
|
13
|
-
- @equinor/fusion-query@6.0.2-next.1
|
|
15
|
+
**Breaking changes:**
|
|
16
|
+
- Peer dependencies now require React 18 or 19 (`^18.0.0 || ^19.0.0`)
|
|
17
|
+
- React 16 and 17 are no longer supported
|
|
18
|
+
- Dev dependencies upgraded to React 19.2.1 and @types/react 19.2.7
|
|
14
19
|
|
|
15
|
-
|
|
20
|
+
**Migration:**
|
|
21
|
+
- Update your React version to 18.0.0 or higher before upgrading these packages
|
|
22
|
+
- If using React 16 or 17, upgrade to React 18 or 19 first
|
|
16
23
|
|
|
17
24
|
### Patch Changes
|
|
18
25
|
|
|
19
|
-
- [`
|
|
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
|
|
20
27
|
|
|
21
|
-
- Updated dependencies [[`
|
|
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
|
|
22
32
|
- @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
33
|
|
|
27
34
|
## 6.2.33
|
|
28
35
|
|
|
@@ -246,7 +253,6 @@
|
|
|
246
253
|
- [#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
254
|
|
|
248
255
|
Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
|
|
249
|
-
|
|
250
256
|
1. Improved debugging: Preserved comments can help developers understand the code better during debugging sessions.
|
|
251
257
|
2. Documentation: JSDoc comments and other important code documentation will be retained in the compiled output.
|
|
252
258
|
3. Source map accuracy: Keeping comments can lead to more accurate source maps, which is crucial for debugging and error tracking.
|
|
@@ -393,7 +399,6 @@
|
|
|
393
399
|
### Minor Changes
|
|
394
400
|
|
|
395
401
|
- [#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
402
|
- Potential _BREAKING_:
|
|
398
403
|
- Error in `ContextProvider.ts` are now unwrapped if the thrown error is
|
|
399
404
|
`QueryClientError`.
|
|
@@ -545,7 +550,6 @@
|
|
|
545
550
|
### Patch Changes
|
|
546
551
|
|
|
547
552
|
- [#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
553
|
- align all versions of typescript
|
|
550
554
|
- update types to build
|
|
551
555
|
- 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"}
|