@equinor/fusion-framework-react-module-signalr 3.0.36 → 3.0.38-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,25 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.0.38-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-framework-module-signalr@10.0.2-next.0
12
+
13
+ ## 3.0.37
14
+
15
+ ### Patch Changes
16
+
17
+ - [#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.
18
+
19
+ - Updated dependencies [[`6aa8e1f`](https://github.com/equinor/fusion-framework/commit/6aa8e1f5c9d852b25e97aa7d98a63008c64d4581)]:
20
+ - @equinor/fusion-framework-module-signalr@10.0.1
21
+ - @equinor/fusion-framework-react-module@3.1.14
22
+
3
23
  ## 3.0.36
4
24
 
5
25
  ### Patch Changes
@@ -7,6 +27,35 @@
7
27
  - Updated dependencies []:
8
28
  - @equinor/fusion-framework-module-signalr@10.0.0
9
29
 
30
+ ## 4.0.0-next.0
31
+
32
+ ### Major Changes
33
+
34
+ - [#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.
35
+
36
+ **Migration:** Update your application to React 18+ to continue using these packages.
37
+
38
+ Closes https://github.com/equinor/fusion-framework/issues/3504
39
+
40
+ - [#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.
41
+
42
+ **Breaking changes:**
43
+ - Peer dependencies now require React 18 or 19 (`^18.0.0 || ^19.0.0`)
44
+ - React 16 and 17 are no longer supported
45
+ - Dev dependencies upgraded to React 19.2.1 and @types/react 19.2.7
46
+
47
+ **Migration:**
48
+ - Update your React version to 18.0.0 or higher before upgrading these packages
49
+ - If using React 16 or 17, upgrade to React 18 or 19 first
50
+
51
+ ### Patch Changes
52
+
53
+ - [#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
54
+
55
+ - 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)]:
56
+ - @equinor/fusion-framework-react-module@4.0.0-next.0
57
+ - @equinor/fusion-framework-module-signalr@10.0.0-next.0
58
+
10
59
  ## 3.0.35
11
60
 
12
61
  ### Patch Changes
@@ -34,7 +83,6 @@
34
83
  ### Patch Changes
35
84
 
36
85
  - [#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
37
-
38
86
  - Updated package.json typesVersions.
39
87
  - Ensures backward compatibility with older node versions.
40
88
  - Ensured consistency with workspace and repository configuration.
@@ -208,7 +256,6 @@
208
256
  - [#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.
209
257
 
210
258
  Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
211
-
212
259
  1. Improved debugging: Preserved comments can help developers understand the code better during debugging sessions.
213
260
  2. Documentation: JSDoc comments and other important code documentation will be retained in the compiled output.
214
261
  3. Source map accuracy: Keeping comments can lead to more accurate source maps, which is crucial for debugging and error tracking.
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '3.0.36';
2
+ export const version = '3.0.38-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"}