@equinor/fusion-framework-react-app 8.0.0-next.2 → 8.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 +8 -41
- 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 +16 -16
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,42 +1,10 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 8.0.0
|
|
3
|
+
## 8.0.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- [`
|
|
8
|
-
|
|
9
|
-
- Updated dependencies [[`2022136`](https://github.com/equinor/fusion-framework/commit/2022136108a49cf2ccd8109e7e720aa2fbc135f1)]:
|
|
10
|
-
- @equinor/fusion-framework-react-module-http@10.0.1-next.2
|
|
11
|
-
- @equinor/fusion-framework-react@7.4.19-next.2
|
|
12
|
-
- @equinor/fusion-framework-module-msal@6.0.0-next.2
|
|
13
|
-
- @equinor/fusion-framework-app@10.1.2-next.2
|
|
14
|
-
- @equinor/fusion-framework-module-app@7.0.4-next.1
|
|
15
|
-
- @equinor/fusion-framework-module@5.0.6-next.1
|
|
16
|
-
- @equinor/fusion-framework-module-navigation@6.0.1-next.1
|
|
17
|
-
- @equinor/fusion-framework-react-module@3.1.14-next.1
|
|
18
|
-
|
|
19
|
-
## 8.0.0-next.1
|
|
20
|
-
|
|
21
|
-
### Patch Changes
|
|
22
|
-
|
|
23
|
-
- [`895a49a`](https://github.com/equinor/fusion-framework/commit/895a49aaa815a6cd317e60f40875b1763bd6bded) Thanks [@odinr](https://github.com/odinr)! - relase next of all packages
|
|
24
|
-
|
|
25
|
-
- Updated dependencies [[`895a49a`](https://github.com/equinor/fusion-framework/commit/895a49aaa815a6cd317e60f40875b1763bd6bded)]:
|
|
26
|
-
- @equinor/fusion-framework-react-module-http@10.0.1-next.1
|
|
27
|
-
- @equinor/fusion-framework-react@7.4.19-next.1
|
|
28
|
-
- @equinor/fusion-framework-module-msal@6.0.0-next.1
|
|
29
|
-
- @equinor/fusion-framework-app@10.1.2-next.1
|
|
30
|
-
- @equinor/fusion-framework-module-app@7.0.4-next.0
|
|
31
|
-
- @equinor/fusion-framework-module@5.0.6-next.0
|
|
32
|
-
- @equinor/fusion-framework-module-navigation@6.0.1-next.0
|
|
33
|
-
- @equinor/fusion-framework-react-module@3.1.14-next.0
|
|
34
|
-
|
|
35
|
-
## 8.0.0-next.0
|
|
36
|
-
|
|
37
|
-
### Patch Changes
|
|
38
|
-
|
|
39
|
-
- [#3693](https://github.com/equinor/fusion-framework/pull/3693) [`d6be2c4`](https://github.com/equinor/fusion-framework/commit/d6be2c4f2e01bab008b4d1f78f9adecb06647e66) Thanks [@github-actions](https://github.com/apps/github-actions)! - Fix MSAL v4 compatibility issues in React app hooks.
|
|
7
|
+
- [#3714](https://github.com/equinor/fusion-framework/pull/3714) [`11fe961`](https://github.com/equinor/fusion-framework/commit/11fe961794e4960ccb987bc320268cc9b263f1f8) Thanks [@odinr](https://github.com/odinr)! - Fix MSAL v4 compatibility issues in React app hooks.
|
|
40
8
|
|
|
41
9
|
- Update useCurrentAccount to use account property instead of deprecated defaultAccount
|
|
42
10
|
- Fix useToken hook to properly handle AcquireTokenResult type
|
|
@@ -44,18 +12,17 @@
|
|
|
44
12
|
|
|
45
13
|
These changes ensure React app hooks work correctly with MSAL v4 while maintaining backward compatibility.
|
|
46
14
|
|
|
47
|
-
- [#
|
|
15
|
+
- [#3714](https://github.com/equinor/fusion-framework/pull/3714) [`11fe961`](https://github.com/equinor/fusion-framework/commit/11fe961794e4960ccb987bc320268cc9b263f1f8) Thanks [@odinr](https://github.com/odinr)! - Update React App useToken hook to use new MSAL token acquisition API format.
|
|
48
16
|
|
|
49
17
|
Internal implementation change to adapt to MSAL interface updates. React App hooks continue to work the same way for consumers.
|
|
50
18
|
|
|
51
19
|
Why: Ensures compatibility with updated MSAL module API.
|
|
52
20
|
|
|
53
|
-
- Updated dependencies [[`
|
|
54
|
-
- @equinor/fusion-framework-module-msal@6.0.0
|
|
55
|
-
- @equinor/fusion-framework-react@7.4.19
|
|
56
|
-
- @equinor/fusion-framework-app@10.1.2
|
|
57
|
-
- @equinor/fusion-framework-module-app@7.0
|
|
58
|
-
- @equinor/fusion-framework-react-module-http@10.0.1-next.0
|
|
21
|
+
- Updated dependencies [[`11fe961`](https://github.com/equinor/fusion-framework/commit/11fe961794e4960ccb987bc320268cc9b263f1f8), [`11fe961`](https://github.com/equinor/fusion-framework/commit/11fe961794e4960ccb987bc320268cc9b263f1f8), [`11fe961`](https://github.com/equinor/fusion-framework/commit/11fe961794e4960ccb987bc320268cc9b263f1f8)]:
|
|
22
|
+
- @equinor/fusion-framework-module-msal@6.0.0
|
|
23
|
+
- @equinor/fusion-framework-react@7.4.19
|
|
24
|
+
- @equinor/fusion-framework-app@10.1.2
|
|
25
|
+
- @equinor/fusion-framework-module-app@7.1.0
|
|
59
26
|
|
|
60
27
|
## 7.0.1
|
|
61
28
|
|
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,OAAO,CAAC"}
|