From 9adeeaed7daad5edb2fc4553e84829af55b7df59 Mon Sep 17 00:00:00 2001 From: "odinr[bot]" Date: Wed, 11 Dec 2024 13:50:15 +0000 Subject: [PATCH] Version Packages --- .changeset/pink-trees-visit.md | 5 - .changeset/rare-flies-talk.md | 9 - .../CHANGELOG.md | 8 + .../package.json | 2 +- cookbooks/app-react-context/CHANGELOG.md | 8 + cookbooks/app-react-context/package.json | 2 +- cookbooks/app-react-feature-flag/CHANGELOG.md | 8 + cookbooks/app-react-feature-flag/package.json | 2 +- cookbooks/poc-portal/CHANGELOG.md | 10 + cookbooks/poc-portal/package.json | 2 +- packages/app/CHANGELOG.md | 7 + packages/app/package.json | 2 +- packages/cli/CHANGELOG.md | 6 + packages/cli/package.json | 2 +- packages/framework/CHANGELOG.md | 528 ++++++++-------- packages/framework/package.json | 2 +- packages/modules/services/CHANGELOG.md | 378 ++++++------ packages/modules/services/package.json | 2 +- packages/react/app/CHANGELOG.md | 8 + packages/react/app/package.json | 2 +- .../react/components/bookmark/CHANGELOG.md | 396 ++++++------ .../react/components/bookmark/package.json | 2 +- .../components/people-resolver/CHANGELOG.md | 9 + .../components/people-resolver/package.json | 2 +- packages/react/framework/CHANGELOG.md | 567 +++++++++--------- packages/react/framework/package.json | 2 +- packages/react/legacy-interopt/CHANGELOG.md | 9 + packages/react/legacy-interopt/package.json | 2 +- packages/react/modules/bookmark/CHANGELOG.md | 500 +++++++-------- packages/react/modules/bookmark/package.json | 2 +- packages/react/widget/CHANGELOG.md | 299 ++++----- packages/react/widget/package.json | 2 +- packages/widget/CHANGELOG.md | 377 ++++++------ packages/widget/package.json | 2 +- 34 files changed, 1640 insertions(+), 1524 deletions(-) delete mode 100644 .changeset/pink-trees-visit.md delete mode 100644 .changeset/rare-flies-talk.md diff --git a/.changeset/pink-trees-visit.md b/.changeset/pink-trees-visit.md deleted file mode 100644 index 75b5cd103e..0000000000 --- a/.changeset/pink-trees-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@equinor/fusion-framework-cli': patch ---- - -Fixed resolving of app key from manifest when publishing (earlier only resolved from package) diff --git a/.changeset/rare-flies-talk.md b/.changeset/rare-flies-talk.md deleted file mode 100644 index de8e4eac46..0000000000 --- a/.changeset/rare-flies-talk.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@equinor/fusion-framework-module-services': patch ---- - -Fixed `isBookmarkInFavorites` by altering `generateRequestParameters` which had a copy paste bug (wrong request method). Also disabled the `validate_api_request` response operation for now, it was throwing an error on all response code which waas not **OK**. - -> in a future update, the `ResponseHandler` will provide the operators with the `Request` object, so they can access the request method and other request properties. - -Also fixed the `headSelector` to only check response code, since a `HEAD` request does not return a body. diff --git a/cookbooks/app-react-context-custom-error/CHANGELOG.md b/cookbooks/app-react-context-custom-error/CHANGELOG.md index 3cb5353217..621b3db482 100644 --- a/cookbooks/app-react-context-custom-error/CHANGELOG.md +++ b/cookbooks/app-react-context-custom-error/CHANGELOG.md @@ -1,5 +1,13 @@ # @equinor/fusion-framework-cookbook-app-react-context-custom-error +## 4.1.38 + +### Patch Changes + +- Updated dependencies [[`270f2ba`](https://github.com/equinor/fusion-framework/commit/270f2ba5c7447fff79e3a54130c10614aa35fea7)]: + - @equinor/fusion-framework-cli@10.3.3 + - @equinor/fusion-framework-react-app@5.4.1 + ## 4.1.37 ### Patch Changes diff --git a/cookbooks/app-react-context-custom-error/package.json b/cookbooks/app-react-context-custom-error/package.json index da146a4500..37905ab913 100644 --- a/cookbooks/app-react-context-custom-error/package.json +++ b/cookbooks/app-react-context-custom-error/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-cookbook-app-react-context-custom-error", - "version": "4.1.37", + "version": "4.1.38", "description": "React application using framework context with a custom error", "private": true, "type": "module", diff --git a/cookbooks/app-react-context/CHANGELOG.md b/cookbooks/app-react-context/CHANGELOG.md index 4cb5b1d1da..26f75e6bf4 100644 --- a/cookbooks/app-react-context/CHANGELOG.md +++ b/cookbooks/app-react-context/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 4.1.38 + +### Patch Changes + +- Updated dependencies [[`270f2ba`](https://github.com/equinor/fusion-framework/commit/270f2ba5c7447fff79e3a54130c10614aa35fea7)]: + - @equinor/fusion-framework-cli@10.3.3 + - @equinor/fusion-framework-react-app@5.4.1 + ## 4.1.37 ### Patch Changes diff --git a/cookbooks/app-react-context/package.json b/cookbooks/app-react-context/package.json index 4fa85bcb42..be4d010a5a 100644 --- a/cookbooks/app-react-context/package.json +++ b/cookbooks/app-react-context/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-cookbook-app-react-context", - "version": "4.1.37", + "version": "4.1.38", "description": "React application using framework context", "private": true, "type": "module", diff --git a/cookbooks/app-react-feature-flag/CHANGELOG.md b/cookbooks/app-react-feature-flag/CHANGELOG.md index 895ffec116..811a4bae57 100644 --- a/cookbooks/app-react-feature-flag/CHANGELOG.md +++ b/cookbooks/app-react-feature-flag/CHANGELOG.md @@ -1,5 +1,13 @@ # @equinor/fusion-framework-cookbook-app-react-feature-flag +## 1.3.18 + +### Patch Changes + +- Updated dependencies [[`270f2ba`](https://github.com/equinor/fusion-framework/commit/270f2ba5c7447fff79e3a54130c10614aa35fea7)]: + - @equinor/fusion-framework-cli@10.3.3 + - @equinor/fusion-framework-react-app@5.4.1 + ## 1.3.17 ### Patch Changes diff --git a/cookbooks/app-react-feature-flag/package.json b/cookbooks/app-react-feature-flag/package.json index 312970be09..6905b2aa91 100644 --- a/cookbooks/app-react-feature-flag/package.json +++ b/cookbooks/app-react-feature-flag/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-cookbook-app-react-feature-flag", - "version": "1.3.17", + "version": "1.3.18", "description": "", "private": true, "type": "module", diff --git a/cookbooks/poc-portal/CHANGELOG.md b/cookbooks/poc-portal/CHANGELOG.md index f9d69da3fc..5a627edf07 100644 --- a/cookbooks/poc-portal/CHANGELOG.md +++ b/cookbooks/poc-portal/CHANGELOG.md @@ -1,5 +1,15 @@ # poc-portal +## 1.0.17 + +### Patch Changes + +- Updated dependencies [[`270f2ba`](https://github.com/equinor/fusion-framework/commit/270f2ba5c7447fff79e3a54130c10614aa35fea7)]: + - @equinor/fusion-framework-cli@10.3.3 + - @equinor/fusion-framework@7.2.12 + - @equinor/fusion-framework-react@7.3.4 + - @equinor/fusion-framework-react-app@5.4.1 + ## 1.0.16 ### Patch Changes diff --git a/cookbooks/poc-portal/package.json b/cookbooks/poc-portal/package.json index 33ab4e4386..e567d1a0f4 100644 --- a/cookbooks/poc-portal/package.json +++ b/cookbooks/poc-portal/package.json @@ -1,6 +1,6 @@ { "name": "poc-portal", - "version": "1.0.16", + "version": "1.0.17", "description": "", "main": "src/index.tsx", "private": true, diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index 97299d5355..40b3889d8f 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 9.1.16 + +### Patch Changes + +- Updated dependencies []: + - @equinor/fusion-framework@7.2.12 + ## 9.1.15 ### Patch Changes diff --git a/packages/app/package.json b/packages/app/package.json index fb033468d6..a1d98476c5 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-app", - "version": "9.1.15", + "version": "9.1.16", "description": "", "main": "dist/esm/index.js", "types": "./dist/types/index.d.ts", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index e75a31bd5d..a1c39fb18d 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 10.3.3 + +### Patch Changes + +- [#2648](https://github.com/equinor/fusion-framework/pull/2648) [`270f2ba`](https://github.com/equinor/fusion-framework/commit/270f2ba5c7447fff79e3a54130c10614aa35fea7) Thanks [@odinr](https://github.com/odinr)! - Fixed resolving of app key from manifest when publishing (earlier only resolved from package) + ## 10.3.2 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index e9236c500a..7bf5ebdfb3 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-cli", - "version": "10.3.2", + "version": "10.3.3", "keywords": [ "Fusion", "Fusion Framework", diff --git a/packages/framework/CHANGELOG.md b/packages/framework/CHANGELOG.md index 477e16338b..f01c1fdc62 100644 --- a/packages/framework/CHANGELOG.md +++ b/packages/framework/CHANGELOG.md @@ -1,104 +1,112 @@ # Change Log +## 7.2.12 + +### Patch Changes + +- Updated dependencies [[`2343667`](https://github.com/equinor/fusion-framework/commit/234366756878550ed7405610f384d69fb6a89967)]: + - @equinor/fusion-framework-module-services@5.0.1 + - @equinor/fusion-framework-module-context@5.0.14 + ## 7.2.11 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-context@5.0.14 - - @equinor/fusion-framework-module-service-discovery@8.0.3 - - @equinor/fusion-framework-module-services@5.0.0 +- Updated dependencies []: + - @equinor/fusion-framework-module-context@5.0.14 + - @equinor/fusion-framework-module-service-discovery@8.0.3 + - @equinor/fusion-framework-module-services@5.0.0 ## 7.2.10 ### Patch Changes -- Updated dependencies [[`9d1cb90`](https://github.com/equinor/fusion-framework/commit/9d1cb9003fa10e7ccaa95c20ef86f0a618034641)]: - - @equinor/fusion-framework-module-services@5.0.0 - - @equinor/fusion-framework-module-context@5.0.13 +- Updated dependencies [[`9d1cb90`](https://github.com/equinor/fusion-framework/commit/9d1cb9003fa10e7ccaa95c20ef86f0a618034641)]: + - @equinor/fusion-framework-module-services@5.0.0 + - @equinor/fusion-framework-module-context@5.0.13 ## 7.2.9 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-context@5.0.13 - - @equinor/fusion-framework-module-service-discovery@8.0.2 - - @equinor/fusion-framework-module-services@4.1.5 +- Updated dependencies []: + - @equinor/fusion-framework-module-context@5.0.13 + - @equinor/fusion-framework-module-service-discovery@8.0.2 + - @equinor/fusion-framework-module-services@4.1.5 ## 7.2.8 ### Patch Changes -- Updated dependencies [[`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51)]: - - @equinor/fusion-framework-module-http@6.2.0 - - @equinor/fusion-framework-module-services@4.1.5 - - @equinor/fusion-framework-module-service-discovery@8.0.1 - - @equinor/fusion-framework-module-context@5.0.12 +- Updated dependencies [[`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51)]: + - @equinor/fusion-framework-module-http@6.2.0 + - @equinor/fusion-framework-module-services@4.1.5 + - @equinor/fusion-framework-module-service-discovery@8.0.1 + - @equinor/fusion-framework-module-context@5.0.12 ## 7.2.7 ### Patch Changes -- Updated dependencies [[`c776845`](https://github.com/equinor/fusion-framework/commit/c776845e753acf4a0bceda1c59d31e5939c44c31), [`2644b3d`](https://github.com/equinor/fusion-framework/commit/2644b3d63939aede736a3b1950db32dbd487877d), [`15152e4`](https://github.com/equinor/fusion-framework/commit/15152e413c054a5f57af93211a470c98c7696caa)]: - - @equinor/fusion-framework-module-http@6.1.0 - - @equinor/fusion-framework-module@4.3.5 - - @equinor/fusion-framework-module-service-discovery@8.0.0 - - @equinor/fusion-framework-module-services@4.1.4 - - @equinor/fusion-framework-module-context@5.0.12 - - @equinor/fusion-framework-module-event@4.2.4 - - @equinor/fusion-framework-module-msal@3.1.5 +- Updated dependencies [[`c776845`](https://github.com/equinor/fusion-framework/commit/c776845e753acf4a0bceda1c59d31e5939c44c31), [`2644b3d`](https://github.com/equinor/fusion-framework/commit/2644b3d63939aede736a3b1950db32dbd487877d), [`15152e4`](https://github.com/equinor/fusion-framework/commit/15152e413c054a5f57af93211a470c98c7696caa)]: + - @equinor/fusion-framework-module-http@6.1.0 + - @equinor/fusion-framework-module@4.3.5 + - @equinor/fusion-framework-module-service-discovery@8.0.0 + - @equinor/fusion-framework-module-services@4.1.4 + - @equinor/fusion-framework-module-context@5.0.12 + - @equinor/fusion-framework-module-event@4.2.4 + - @equinor/fusion-framework-module-msal@3.1.5 ## 7.2.6 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-context@5.0.11 - - @equinor/fusion-framework-module-service-discovery@7.1.13 - - @equinor/fusion-framework-module-services@4.1.3 +- Updated dependencies []: + - @equinor/fusion-framework-module-context@5.0.11 + - @equinor/fusion-framework-module-service-discovery@7.1.13 + - @equinor/fusion-framework-module-services@4.1.3 ## 7.2.5 ### Patch Changes -- Updated dependencies [[`75d676d`](https://github.com/equinor/fusion-framework/commit/75d676d2c7919f30e036b5ae97c4d814c569aa87), [`00d5e9c`](https://github.com/equinor/fusion-framework/commit/00d5e9c632876742c3d2a74efea2f126a0a169d9)]: - - @equinor/fusion-framework-module@4.3.4 - - @equinor/fusion-framework-module-context@5.0.10 - - @equinor/fusion-framework-module-event@4.2.3 - - @equinor/fusion-framework-module-http@6.0.3 - - @equinor/fusion-framework-module-msal@3.1.4 - - @equinor/fusion-framework-module-service-discovery@7.1.12 - - @equinor/fusion-framework-module-services@4.1.3 +- Updated dependencies [[`75d676d`](https://github.com/equinor/fusion-framework/commit/75d676d2c7919f30e036b5ae97c4d814c569aa87), [`00d5e9c`](https://github.com/equinor/fusion-framework/commit/00d5e9c632876742c3d2a74efea2f126a0a169d9)]: + - @equinor/fusion-framework-module@4.3.4 + - @equinor/fusion-framework-module-context@5.0.10 + - @equinor/fusion-framework-module-event@4.2.3 + - @equinor/fusion-framework-module-http@6.0.3 + - @equinor/fusion-framework-module-msal@3.1.4 + - @equinor/fusion-framework-module-service-discovery@7.1.12 + - @equinor/fusion-framework-module-services@4.1.3 ## 7.2.4 ### Patch Changes -- Updated dependencies [[`decb9e9`](https://github.com/equinor/fusion-framework/commit/decb9e9e3d1bb1b0577b729a1e7ae812afdd83cb), [`a1524e9`](https://github.com/equinor/fusion-framework/commit/a1524e9c4d83778da3db42dbcf99908b776a0592)]: - - @equinor/fusion-framework-module-http@6.0.2 - - @equinor/fusion-framework-module@4.3.3 - - @equinor/fusion-framework-module-context@5.0.9 - - @equinor/fusion-framework-module-service-discovery@7.1.11 - - @equinor/fusion-framework-module-services@4.1.2 - - @equinor/fusion-framework-module-event@4.2.2 - - @equinor/fusion-framework-module-msal@3.1.3 +- Updated dependencies [[`decb9e9`](https://github.com/equinor/fusion-framework/commit/decb9e9e3d1bb1b0577b729a1e7ae812afdd83cb), [`a1524e9`](https://github.com/equinor/fusion-framework/commit/a1524e9c4d83778da3db42dbcf99908b776a0592)]: + - @equinor/fusion-framework-module-http@6.0.2 + - @equinor/fusion-framework-module@4.3.3 + - @equinor/fusion-framework-module-context@5.0.9 + - @equinor/fusion-framework-module-service-discovery@7.1.11 + - @equinor/fusion-framework-module-services@4.1.2 + - @equinor/fusion-framework-module-event@4.2.2 + - @equinor/fusion-framework-module-msal@3.1.3 ## 7.2.3 ### Patch Changes -- Updated dependencies [[`736ef31`](https://github.com/equinor/fusion-framework/commit/736ef310ee101738f9022d581a2b3189b30a2646)]: - - @equinor/fusion-framework-module-event@4.2.1 - - @equinor/fusion-framework-module-context@5.0.8 +- Updated dependencies [[`736ef31`](https://github.com/equinor/fusion-framework/commit/736ef310ee101738f9022d581a2b3189b30a2646)]: + - @equinor/fusion-framework-module-event@4.2.1 + - @equinor/fusion-framework-module-context@5.0.8 ## 7.2.2 ### Patch Changes -- [#2333](https://github.com/equinor/fusion-framework/pull/2333) [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1) Thanks [@odinr](https://github.com/odinr)! - Updated `TypeScript` to 5.5.3 +- [#2333](https://github.com/equinor/fusion-framework/pull/2333) [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1) Thanks [@odinr](https://github.com/odinr)! - Updated `TypeScript` to 5.5.3 -- [#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. +- [#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. Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons: @@ -141,29 +149,29 @@ This change ensures that comments are preserved in the compiled output, potentially improving the development and debugging experience for users of the Fusion Framework. -- Updated dependencies [[`2f74edc`](https://github.com/equinor/fusion-framework/commit/2f74edcd4a3ea2b87d69f0fd63492145c3c01663), [`788d0b9`](https://github.com/equinor/fusion-framework/commit/788d0b93edc25e5b682d88c58614560c204c1af9), [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1), [`788d0b9`](https://github.com/equinor/fusion-framework/commit/788d0b93edc25e5b682d88c58614560c204c1af9), [`788d0b9`](https://github.com/equinor/fusion-framework/commit/788d0b93edc25e5b682d88c58614560c204c1af9), [`b628e90`](https://github.com/equinor/fusion-framework/commit/b628e90500b62e0185c09eb665ce31025bc9b541), [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee)]: - - @equinor/fusion-framework-module@4.3.2 - - @equinor/fusion-framework-module-http@6.0.1 - - @equinor/fusion-framework-module-service-discovery@7.1.10 - - @equinor/fusion-framework-module-services@4.1.1 - - @equinor/fusion-framework-module-context@5.0.8 - - @equinor/fusion-framework-module-event@4.2.0 - - @equinor/fusion-framework-module-msal@3.1.2 +- Updated dependencies [[`2f74edc`](https://github.com/equinor/fusion-framework/commit/2f74edcd4a3ea2b87d69f0fd63492145c3c01663), [`788d0b9`](https://github.com/equinor/fusion-framework/commit/788d0b93edc25e5b682d88c58614560c204c1af9), [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1), [`788d0b9`](https://github.com/equinor/fusion-framework/commit/788d0b93edc25e5b682d88c58614560c204c1af9), [`788d0b9`](https://github.com/equinor/fusion-framework/commit/788d0b93edc25e5b682d88c58614560c204c1af9), [`b628e90`](https://github.com/equinor/fusion-framework/commit/b628e90500b62e0185c09eb665ce31025bc9b541), [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee)]: + - @equinor/fusion-framework-module@4.3.2 + - @equinor/fusion-framework-module-http@6.0.1 + - @equinor/fusion-framework-module-service-discovery@7.1.10 + - @equinor/fusion-framework-module-services@4.1.1 + - @equinor/fusion-framework-module-context@5.0.8 + - @equinor/fusion-framework-module-event@4.2.0 + - @equinor/fusion-framework-module-msal@3.1.2 ## 7.2.1 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-context@5.0.7 - - @equinor/fusion-framework-module-service-discovery@7.1.9 - - @equinor/fusion-framework-module-services@4.1.0 +- Updated dependencies []: + - @equinor/fusion-framework-module-context@5.0.7 + - @equinor/fusion-framework-module-service-discovery@7.1.9 + - @equinor/fusion-framework-module-services@4.1.0 ## 7.2.0 ### Minor Changes -- [#2181](https://github.com/equinor/fusion-framework/pull/2181) [`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8) Thanks [@odinr](https://github.com/odinr)! - If you were previously using the `blob` or `blob# Change Log methods from the `IHttpClient`and expecting a`Blob`result, you must now use the new`BlobResult` type, which includes the filename (if available) and the blob data. +- [#2181](https://github.com/equinor/fusion-framework/pull/2181) [`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8) Thanks [@odinr](https://github.com/odinr)! - If you were previously using the `blob` or `blob# Change Log methods from the `IHttpClient`and expecting a`Blob`result, you must now use the new`BlobResult` type, which includes the filename (if available) and the blob data. **Migration Guide:** @@ -180,327 +188,327 @@ ### Patch Changes -- Updated dependencies [[`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8), [`1e60919`](https://github.com/equinor/fusion-framework/commit/1e60919e83fb65528c88f604d7bd43299ec412e1), [`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8)]: - - @equinor/fusion-framework-module-services@4.1.0 - - @equinor/fusion-framework-module-http@6.0.0 - - @equinor/fusion-framework-module-context@5.0.6 - - @equinor/fusion-framework-module-service-discovery@7.1.8 +- Updated dependencies [[`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8), [`1e60919`](https://github.com/equinor/fusion-framework/commit/1e60919e83fb65528c88f604d7bd43299ec412e1), [`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8)]: + - @equinor/fusion-framework-module-services@4.1.0 + - @equinor/fusion-framework-module-http@6.0.0 + - @equinor/fusion-framework-module-context@5.0.6 + - @equinor/fusion-framework-module-service-discovery@7.1.8 ## 7.1.8 ### Patch Changes -- Updated dependencies [[`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`9a91bb7`](https://github.com/equinor/fusion-framework/commit/9a91bb737d3452e697c047c0f5c7caa2adfd535d), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2)]: - - @equinor/fusion-framework-module@4.3.1 - - @equinor/fusion-framework-module-event@4.1.2 - - @equinor/fusion-framework-module-context@5.0.5 - - @equinor/fusion-framework-module-http@5.2.3 - - @equinor/fusion-framework-module-msal@3.1.1 - - @equinor/fusion-framework-module-service-discovery@7.1.7 - - @equinor/fusion-framework-module-services@4.0.2 +- Updated dependencies [[`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`9a91bb7`](https://github.com/equinor/fusion-framework/commit/9a91bb737d3452e697c047c0f5c7caa2adfd535d), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2)]: + - @equinor/fusion-framework-module@4.3.1 + - @equinor/fusion-framework-module-event@4.1.2 + - @equinor/fusion-framework-module-context@5.0.5 + - @equinor/fusion-framework-module-http@5.2.3 + - @equinor/fusion-framework-module-msal@3.1.1 + - @equinor/fusion-framework-module-service-discovery@7.1.7 + - @equinor/fusion-framework-module-services@4.0.2 ## 7.1.7 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-context@5.0.4 - - @equinor/fusion-framework-module-service-discovery@7.1.6 - - @equinor/fusion-framework-module-services@4.0.1 +- Updated dependencies []: + - @equinor/fusion-framework-module-context@5.0.4 + - @equinor/fusion-framework-module-service-discovery@7.1.6 + - @equinor/fusion-framework-module-services@4.0.1 ## 7.1.6 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-context@5.0.3 - - @equinor/fusion-framework-module-service-discovery@7.1.5 - - @equinor/fusion-framework-module-services@4.0.1 +- Updated dependencies []: + - @equinor/fusion-framework-module-context@5.0.3 + - @equinor/fusion-framework-module-service-discovery@7.1.5 + - @equinor/fusion-framework-module-services@4.0.1 ## 7.1.5 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-context@5.0.2 - - @equinor/fusion-framework-module-service-discovery@7.1.4 - - @equinor/fusion-framework-module-services@4.0.1 +- Updated dependencies []: + - @equinor/fusion-framework-module-context@5.0.2 + - @equinor/fusion-framework-module-service-discovery@7.1.4 + - @equinor/fusion-framework-module-services@4.0.1 ## 7.1.4 ### Patch Changes -- Updated dependencies [[`fab2d22`](https://github.com/equinor/fusion-framework/commit/fab2d22f56772c02b1c1e5688cea1dd376edfcb3)]: - - @equinor/fusion-framework-module-http@5.2.2 - - @equinor/fusion-framework-module-service-discovery@7.1.3 - - @equinor/fusion-framework-module-services@4.0.1 +- Updated dependencies [[`fab2d22`](https://github.com/equinor/fusion-framework/commit/fab2d22f56772c02b1c1e5688cea1dd376edfcb3)]: + - @equinor/fusion-framework-module-http@5.2.2 + - @equinor/fusion-framework-module-service-discovery@7.1.3 + - @equinor/fusion-framework-module-services@4.0.1 ## 7.1.3 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-context@5.0.1 - - @equinor/fusion-framework-module-service-discovery@7.1.2 - - @equinor/fusion-framework-module-services@4.0.1 +- Updated dependencies []: + - @equinor/fusion-framework-module-context@5.0.1 + - @equinor/fusion-framework-module-service-discovery@7.1.2 + - @equinor/fusion-framework-module-services@4.0.1 ## 7.1.2 ### Patch Changes -- Updated dependencies [[`4af517f`](https://github.com/equinor/fusion-framework/commit/4af517f107f960aa1dc7459451d99e2e83d350ee), [`4af517f`](https://github.com/equinor/fusion-framework/commit/4af517f107f960aa1dc7459451d99e2e83d350ee)]: - - @equinor/fusion-framework-module-http@5.2.1 - - @equinor/fusion-framework-module-service-discovery@7.1.1 - - @equinor/fusion-framework-module-services@4.0.1 +- Updated dependencies [[`4af517f`](https://github.com/equinor/fusion-framework/commit/4af517f107f960aa1dc7459451d99e2e83d350ee), [`4af517f`](https://github.com/equinor/fusion-framework/commit/4af517f107f960aa1dc7459451d99e2e83d350ee)]: + - @equinor/fusion-framework-module-http@5.2.1 + - @equinor/fusion-framework-module-service-discovery@7.1.1 + - @equinor/fusion-framework-module-services@4.0.1 ## 7.1.1 ### Patch Changes -- [#1981](https://github.com/equinor/fusion-framework/pull/1981) [`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc) Thanks [@eikeland](https://github.com/eikeland)! - Align package exports with node10+ documentation. +- [#1981](https://github.com/equinor/fusion-framework/pull/1981) [`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc) Thanks [@eikeland](https://github.com/eikeland)! - Align package exports with node10+ documentation. -- Updated dependencies [[`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc)]: - - @equinor/fusion-framework-module-services@4.0.1 - - @equinor/fusion-framework-module-event@4.1.1 - - @equinor/fusion-framework-module-context@5.0.0 +- Updated dependencies [[`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc)]: + - @equinor/fusion-framework-module-services@4.0.1 + - @equinor/fusion-framework-module-event@4.1.1 + - @equinor/fusion-framework-module-context@5.0.0 ## 7.1.0 ### Minor Changes -- [#1953](https://github.com/equinor/fusion-framework/pull/1953) [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904) Thanks [@odinr](https://github.com/odinr)! - updated typescript to 5.4.2 +- [#1953](https://github.com/equinor/fusion-framework/pull/1953) [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904) Thanks [@odinr](https://github.com/odinr)! - updated typescript to 5.4.2 ### Patch Changes -- Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]: - - @equinor/fusion-framework-module@4.3.0 - - @equinor/fusion-framework-module-service-discovery@7.1.0 - - @equinor/fusion-framework-module-services@4.0.0 - - @equinor/fusion-framework-module-context@5.0.0 - - @equinor/fusion-framework-module-event@4.1.0 - - @equinor/fusion-framework-module-http@5.2.0 - - @equinor/fusion-framework-module-msal@3.1.0 +- Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]: + - @equinor/fusion-framework-module@4.3.0 + - @equinor/fusion-framework-module-service-discovery@7.1.0 + - @equinor/fusion-framework-module-services@4.0.0 + - @equinor/fusion-framework-module-context@5.0.0 + - @equinor/fusion-framework-module-event@4.1.0 + - @equinor/fusion-framework-module-http@5.2.0 + - @equinor/fusion-framework-module-msal@3.1.0 ## 7.0.33 ### Patch Changes -- Updated dependencies [[`701c297`](https://github.com/equinor/fusion-framework/commit/701c29709351ff80864d26311efc72a439cd4098), [`701c297`](https://github.com/equinor/fusion-framework/commit/701c29709351ff80864d26311efc72a439cd4098)]: - - @equinor/fusion-framework-module-context@4.2.0 +- Updated dependencies [[`701c297`](https://github.com/equinor/fusion-framework/commit/701c29709351ff80864d26311efc72a439cd4098), [`701c297`](https://github.com/equinor/fusion-framework/commit/701c29709351ff80864d26311efc72a439cd4098)]: + - @equinor/fusion-framework-module-context@4.2.0 ## 7.0.32 ### Patch Changes -- Updated dependencies [[`7424ad3`](https://github.com/equinor/fusion-framework/commit/7424ad37760904b7897bcafc11d85235246e1381)]: - - @equinor/fusion-framework-module-context@4.1.1 +- Updated dependencies [[`7424ad3`](https://github.com/equinor/fusion-framework/commit/7424ad37760904b7897bcafc11d85235246e1381)]: + - @equinor/fusion-framework-module-context@4.1.1 ## 7.0.31 ### Patch Changes -- Updated dependencies [[`6e6ee6b`](https://github.com/equinor/fusion-framework/commit/6e6ee6b7ce280820111e8b98ac8377efb15808ef)]: - - @equinor/fusion-framework-module-context@4.1.0 +- Updated dependencies [[`6e6ee6b`](https://github.com/equinor/fusion-framework/commit/6e6ee6b7ce280820111e8b98ac8377efb15808ef)]: + - @equinor/fusion-framework-module-context@4.1.0 ## 7.0.30 ### Patch Changes -- Updated dependencies [[`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]: - - @equinor/fusion-framework-module@4.2.7 - - @equinor/fusion-framework-module-context@4.0.21 - - @equinor/fusion-framework-module-event@4.0.8 - - @equinor/fusion-framework-module-http@5.1.6 - - @equinor/fusion-framework-module-msal@3.0.10 - - @equinor/fusion-framework-module-service-discovery@7.0.20 - - @equinor/fusion-framework-module-services@3.2.4 +- Updated dependencies [[`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]: + - @equinor/fusion-framework-module@4.2.7 + - @equinor/fusion-framework-module-context@4.0.21 + - @equinor/fusion-framework-module-event@4.0.8 + - @equinor/fusion-framework-module-http@5.1.6 + - @equinor/fusion-framework-module-msal@3.0.10 + - @equinor/fusion-framework-module-service-discovery@7.0.20 + - @equinor/fusion-framework-module-services@3.2.4 ## 7.0.29 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-context@4.0.20 - - @equinor/fusion-framework-module-service-discovery@7.0.19 - - @equinor/fusion-framework-module-services@3.2.3 +- Updated dependencies []: + - @equinor/fusion-framework-module-context@4.0.20 + - @equinor/fusion-framework-module-service-discovery@7.0.19 + - @equinor/fusion-framework-module-services@3.2.3 ## 7.0.28 ### Patch Changes -- Updated dependencies [[`5eab8af`](https://github.com/equinor/fusion-framework/commit/5eab8afe3c3106cc67ad14ce4cbee6c7e4e8dfb1)]: - - @equinor/fusion-framework-module-msal@3.0.9 - - @equinor/fusion-framework-module-http@5.1.5 - - @equinor/fusion-framework-module-service-discovery@7.0.18 - - @equinor/fusion-framework-module-services@3.2.3 +- Updated dependencies [[`5eab8af`](https://github.com/equinor/fusion-framework/commit/5eab8afe3c3106cc67ad14ce4cbee6c7e4e8dfb1)]: + - @equinor/fusion-framework-module-msal@3.0.9 + - @equinor/fusion-framework-module-http@5.1.5 + - @equinor/fusion-framework-module-service-discovery@7.0.18 + - @equinor/fusion-framework-module-services@3.2.3 ## 7.0.27 ### Patch Changes -- Updated dependencies [[`1e4ba77`](https://github.com/equinor/fusion-framework/commit/1e4ba7707d3ce5cfd9c8d6673f760523aa47a45e)]: - - @equinor/fusion-framework-module-http@5.1.4 - - @equinor/fusion-framework-module-service-discovery@7.0.17 - - @equinor/fusion-framework-module-services@3.2.3 +- Updated dependencies [[`1e4ba77`](https://github.com/equinor/fusion-framework/commit/1e4ba7707d3ce5cfd9c8d6673f760523aa47a45e)]: + - @equinor/fusion-framework-module-http@5.1.4 + - @equinor/fusion-framework-module-service-discovery@7.0.17 + - @equinor/fusion-framework-module-services@3.2.3 ## 7.0.26 ### Patch Changes -- Updated dependencies [[`0af3540`](https://github.com/equinor/fusion-framework/commit/0af3540340bac85a19ca3a8ec4e0ccd42b3090ee)]: - - @equinor/fusion-framework-module-http@5.1.3 - - @equinor/fusion-framework-module-service-discovery@7.0.16 - - @equinor/fusion-framework-module-services@3.2.3 +- Updated dependencies [[`0af3540`](https://github.com/equinor/fusion-framework/commit/0af3540340bac85a19ca3a8ec4e0ccd42b3090ee)]: + - @equinor/fusion-framework-module-http@5.1.3 + - @equinor/fusion-framework-module-service-discovery@7.0.16 + - @equinor/fusion-framework-module-services@3.2.3 ## 7.0.25 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-context@4.0.19 - - @equinor/fusion-framework-module-service-discovery@7.0.15 - - @equinor/fusion-framework-module-services@3.2.3 +- Updated dependencies []: + - @equinor/fusion-framework-module-context@4.0.19 + - @equinor/fusion-framework-module-service-discovery@7.0.15 + - @equinor/fusion-framework-module-services@3.2.3 ## 7.0.24 ### Patch Changes -- [#1595](https://github.com/equinor/fusion-framework/pull/1595) [`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125) Thanks [@Gustav-Eikaas](https://github.com/Gustav-Eikaas)! - support for module resolution NodeNext & Bundler +- [#1595](https://github.com/equinor/fusion-framework/pull/1595) [`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125) Thanks [@Gustav-Eikaas](https://github.com/Gustav-Eikaas)! - support for module resolution NodeNext & Bundler -- Updated dependencies [[`4ab2df5`](https://github.com/equinor/fusion-framework/commit/4ab2df5c83439f7fe3fe0846c005427e1793b576), [`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]: - - @equinor/fusion-framework-module-context@4.0.18 - - @equinor/fusion-framework-module-service-discovery@7.0.14 - - @equinor/fusion-framework-module-services@3.2.3 - - @equinor/fusion-framework-module@4.2.6 - - @equinor/fusion-framework-module-http@5.1.2 - - @equinor/fusion-framework-module-msal@3.0.8 - - @equinor/fusion-framework-module-event@4.0.7 +- Updated dependencies [[`4ab2df5`](https://github.com/equinor/fusion-framework/commit/4ab2df5c83439f7fe3fe0846c005427e1793b576), [`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]: + - @equinor/fusion-framework-module-context@4.0.18 + - @equinor/fusion-framework-module-service-discovery@7.0.14 + - @equinor/fusion-framework-module-services@3.2.3 + - @equinor/fusion-framework-module@4.2.6 + - @equinor/fusion-framework-module-http@5.1.2 + - @equinor/fusion-framework-module-msal@3.0.8 + - @equinor/fusion-framework-module-event@4.0.7 ## 7.0.23 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-context@4.0.17 - - @equinor/fusion-framework-module-service-discovery@7.0.13 - - @equinor/fusion-framework-module-services@3.2.2 +- Updated dependencies []: + - @equinor/fusion-framework-module-context@4.0.17 + - @equinor/fusion-framework-module-service-discovery@7.0.13 + - @equinor/fusion-framework-module-services@3.2.2 ## 7.0.22 ### Patch Changes -- Updated dependencies [[`ddc31c35`](https://github.com/equinor/fusion-framework/commit/ddc31c3571e36be057095238cf22e78051f423b0)]: - - @equinor/fusion-framework-module-services@3.2.2 - - @equinor/fusion-framework-module-context@4.0.16 - - @equinor/fusion-framework-module-service-discovery@7.0.12 +- Updated dependencies [[`ddc31c35`](https://github.com/equinor/fusion-framework/commit/ddc31c3571e36be057095238cf22e78051f423b0)]: + - @equinor/fusion-framework-module-services@3.2.2 + - @equinor/fusion-framework-module-context@4.0.16 + - @equinor/fusion-framework-module-service-discovery@7.0.12 ## 7.0.21 ### Patch Changes -- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot +- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot -- Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]: - - @equinor/fusion-framework-module-context@4.0.15 - - @equinor/fusion-framework-module-event@4.0.6 - - @equinor/fusion-framework-module-http@5.1.1 - - @equinor/fusion-framework-module@4.2.5 - - @equinor/fusion-framework-module-msal@3.0.7 - - @equinor/fusion-framework-module-service-discovery@7.0.11 - - @equinor/fusion-framework-module-services@3.2.1 +- Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]: + - @equinor/fusion-framework-module-context@4.0.15 + - @equinor/fusion-framework-module-event@4.0.6 + - @equinor/fusion-framework-module-http@5.1.1 + - @equinor/fusion-framework-module@4.2.5 + - @equinor/fusion-framework-module-msal@3.0.7 + - @equinor/fusion-framework-module-service-discovery@7.0.11 + - @equinor/fusion-framework-module-services@3.2.1 ## 7.0.20 ### Patch Changes -- Updated dependencies [[`8e9e34a0`](https://github.com/equinor/fusion-framework/commit/8e9e34a06a6905d092ad8ca3f9330a3699da20fa), [`f277c7fc`](https://github.com/equinor/fusion-framework/commit/f277c7fc54ca2ebe75ba1dda94a0d72eb7c8e15b), [`a2d2dee9`](https://github.com/equinor/fusion-framework/commit/a2d2dee987673171ad91daec98cb530649da5849)]: - - @equinor/fusion-framework-module-http@5.1.0 - - @equinor/fusion-framework-module-services@3.2.0 - - @equinor/fusion-framework-module-service-discovery@7.0.10 - - @equinor/fusion-framework-module-context@4.0.14 +- Updated dependencies [[`8e9e34a0`](https://github.com/equinor/fusion-framework/commit/8e9e34a06a6905d092ad8ca3f9330a3699da20fa), [`f277c7fc`](https://github.com/equinor/fusion-framework/commit/f277c7fc54ca2ebe75ba1dda94a0d72eb7c8e15b), [`a2d2dee9`](https://github.com/equinor/fusion-framework/commit/a2d2dee987673171ad91daec98cb530649da5849)]: + - @equinor/fusion-framework-module-http@5.1.0 + - @equinor/fusion-framework-module-services@3.2.0 + - @equinor/fusion-framework-module-service-discovery@7.0.10 + - @equinor/fusion-framework-module-context@4.0.14 ## 7.0.19 ### Patch Changes -- Updated dependencies [[`e539e606`](https://github.com/equinor/fusion-framework/commit/e539e606d04bd8b7dc0c0bfed7cd4a7731996936)]: - - @equinor/fusion-framework-module-service-discovery@7.0.9 - - @equinor/fusion-framework-module-services@3.1.5 +- Updated dependencies [[`e539e606`](https://github.com/equinor/fusion-framework/commit/e539e606d04bd8b7dc0c0bfed7cd4a7731996936)]: + - @equinor/fusion-framework-module-service-discovery@7.0.9 + - @equinor/fusion-framework-module-services@3.1.5 ## 7.0.18 ### Patch Changes -- Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]: - - @equinor/fusion-framework-module@4.2.4 - - @equinor/fusion-framework-module-context@4.0.13 - - @equinor/fusion-framework-module-event@4.0.5 - - @equinor/fusion-framework-module-http@5.0.6 - - @equinor/fusion-framework-module-msal@3.0.6 - - @equinor/fusion-framework-module-service-discovery@7.0.8 - - @equinor/fusion-framework-module-services@3.1.5 +- Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]: + - @equinor/fusion-framework-module@4.2.4 + - @equinor/fusion-framework-module-context@4.0.13 + - @equinor/fusion-framework-module-event@4.0.5 + - @equinor/fusion-framework-module-http@5.0.6 + - @equinor/fusion-framework-module-msal@3.0.6 + - @equinor/fusion-framework-module-service-discovery@7.0.8 + - @equinor/fusion-framework-module-services@3.1.5 ## 7.0.17 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-context@4.0.12 - - @equinor/fusion-framework-module-service-discovery@7.0.7 - - @equinor/fusion-framework-module-services@3.1.4 +- Updated dependencies []: + - @equinor/fusion-framework-module-context@4.0.12 + - @equinor/fusion-framework-module-service-discovery@7.0.7 + - @equinor/fusion-framework-module-services@3.1.4 ## 7.0.16 ### Patch Changes -- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm +- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm conflicts of `@types/react` made random outcomes when using `yarn` this change should not affect consumer of the packages, but might conflict dependent on local package manager. -- [#1145](https://github.com/equinor/fusion-framework/pull/1145) [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump rxjs from 7.5.7 to [7.8.1](https://github.com/ReactiveX/rxjs/blob/7.8.1/CHANGELOG.md) +- [#1145](https://github.com/equinor/fusion-framework/pull/1145) [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump rxjs from 7.5.7 to [7.8.1](https://github.com/ReactiveX/rxjs/blob/7.8.1/CHANGELOG.md) -- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272), [`52d98701`](https://github.com/equinor/fusion-framework/commit/52d98701627e93c7284c0b9a5bfd8dab1da43bd3)]: - - @equinor/fusion-framework-module-service-discovery@7.0.6 - - @equinor/fusion-framework-module-services@3.1.4 - - @equinor/fusion-framework-module-context@4.0.11 - - @equinor/fusion-framework-module@4.2.3 - - @equinor/fusion-framework-module-event@4.0.4 - - @equinor/fusion-framework-module-http@5.0.5 - - @equinor/fusion-framework-module-msal@3.0.5 +- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272), [`52d98701`](https://github.com/equinor/fusion-framework/commit/52d98701627e93c7284c0b9a5bfd8dab1da43bd3)]: + - @equinor/fusion-framework-module-service-discovery@7.0.6 + - @equinor/fusion-framework-module-services@3.1.4 + - @equinor/fusion-framework-module-context@4.0.11 + - @equinor/fusion-framework-module@4.2.3 + - @equinor/fusion-framework-module-event@4.0.4 + - @equinor/fusion-framework-module-http@5.0.5 + - @equinor/fusion-framework-module-msal@3.0.5 ## 7.0.15 ### Patch Changes -- [#946](https://github.com/equinor/fusion-framework/pull/946) [`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352) Thanks [@odinr](https://github.com/odinr)! - Build/update typescript to 5 +- [#946](https://github.com/equinor/fusion-framework/pull/946) [`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352) Thanks [@odinr](https://github.com/odinr)! - Build/update typescript to 5 -- Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]: - - @equinor/fusion-framework-module-context@4.0.10 - - @equinor/fusion-framework-module-event@4.0.2 - - @equinor/fusion-framework-module-http@5.0.4 - - @equinor/fusion-framework-module@4.2.1 - - @equinor/fusion-framework-module-msal@3.0.4 - - @equinor/fusion-framework-module-service-discovery@7.0.5 - - @equinor/fusion-framework-module-services@3.1.3 +- Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]: + - @equinor/fusion-framework-module-context@4.0.10 + - @equinor/fusion-framework-module-event@4.0.2 + - @equinor/fusion-framework-module-http@5.0.4 + - @equinor/fusion-framework-module@4.2.1 + - @equinor/fusion-framework-module-msal@3.0.4 + - @equinor/fusion-framework-module-service-discovery@7.0.5 + - @equinor/fusion-framework-module-services@3.1.3 ## 7.0.14 ### Patch Changes -- [#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** +- [#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** - - align all versions of typescript - - update types to build - - 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 + - align all versions of typescript + - update types to build + - 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 -- Updated dependencies [[`3efbf0bb`](https://github.com/equinor/fusion-framework/commit/3efbf0bb93fc11aa158872cd6ab98a22bcfb59e5), [`7500ec2c`](https://github.com/equinor/fusion-framework/commit/7500ec2c9ca9b926a19539fc97c61c67f76fc8d9), [`76b30c1e`](https://github.com/equinor/fusion-framework/commit/76b30c1e86db3db18adbe759bb1e39885de1c898), [`83ee5abf`](https://github.com/equinor/fusion-framework/commit/83ee5abf7bcab193c85980e5ae44895cd7f6f08d), [`7500ec2c`](https://github.com/equinor/fusion-framework/commit/7500ec2c9ca9b926a19539fc97c61c67f76fc8d9), [`060818eb`](https://github.com/equinor/fusion-framework/commit/060818eb04ebb9ed6deaed1f0b4530201b1181cf), [`3efbf0bb`](https://github.com/equinor/fusion-framework/commit/3efbf0bb93fc11aa158872cd6ab98a22bcfb59e5), [`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]: - - @equinor/fusion-framework-module@4.2.0 - - @equinor/fusion-framework-module-context@4.0.9 - - @equinor/fusion-framework-module-http@5.0.3 - - @equinor/fusion-framework-module-msal@3.0.3 - - @equinor/fusion-framework-module-service-discovery@7.0.4 +- Updated dependencies [[`3efbf0bb`](https://github.com/equinor/fusion-framework/commit/3efbf0bb93fc11aa158872cd6ab98a22bcfb59e5), [`7500ec2c`](https://github.com/equinor/fusion-framework/commit/7500ec2c9ca9b926a19539fc97c61c67f76fc8d9), [`76b30c1e`](https://github.com/equinor/fusion-framework/commit/76b30c1e86db3db18adbe759bb1e39885de1c898), [`83ee5abf`](https://github.com/equinor/fusion-framework/commit/83ee5abf7bcab193c85980e5ae44895cd7f6f08d), [`7500ec2c`](https://github.com/equinor/fusion-framework/commit/7500ec2c9ca9b926a19539fc97c61c67f76fc8d9), [`060818eb`](https://github.com/equinor/fusion-framework/commit/060818eb04ebb9ed6deaed1f0b4530201b1181cf), [`3efbf0bb`](https://github.com/equinor/fusion-framework/commit/3efbf0bb93fc11aa158872cd6ab98a22bcfb59e5), [`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]: + - @equinor/fusion-framework-module@4.2.0 + - @equinor/fusion-framework-module-context@4.0.9 + - @equinor/fusion-framework-module-http@5.0.3 + - @equinor/fusion-framework-module-msal@3.0.3 + - @equinor/fusion-framework-module-service-discovery@7.0.4 All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. @@ -657,7 +665,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- import export of app types ([6adeabe](https://github.com/equinor/fusion-framework/commit/6adeabecd1d261f3fda18a1cf93e5be4e374cbb5)) +- import export of app types ([6adeabe](https://github.com/equinor/fusion-framework/commit/6adeabecd1d261f3fda18a1cf93e5be4e374cbb5)) ## 5.0.18 (2022-12-16) @@ -667,7 +675,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **module-app:** make app module optional ([fa5c0ed](https://github.com/equinor/fusion-framework/commit/fa5c0ed0a9afc1f9ade3adb6e52e4425a59a7aa6)) +- **module-app:** make app module optional ([fa5c0ed](https://github.com/equinor/fusion-framework/commit/fa5c0ed0a9afc1f9ade3adb6e52e4425a59a7aa6)) ## [5.0.16](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework@5.0.15...@equinor/fusion-framework@5.0.16) (2022-12-13) @@ -813,7 +821,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- update typing of useModule hook ([958dd04](https://github.com/equinor/fusion-framework/commit/958dd0401667e9ebb1a51bced128ae43369cd6c4)) +- update typing of useModule hook ([958dd04](https://github.com/equinor/fusion-framework/commit/958dd0401667e9ebb1a51bced128ae43369cd6c4)) ## [4.3.8](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework@4.3.7...@equinor/fusion-framework@4.3.8) (2022-11-16) @@ -843,7 +851,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **module-auth:** make http module await auth ([18a0ed9](https://github.com/equinor/fusion-framework/commit/18a0ed947e128bf1cdc86aa45d31e73c1f8c4bbb)) +- **module-auth:** make http module await auth ([18a0ed9](https://github.com/equinor/fusion-framework/commit/18a0ed947e128bf1cdc86aa45d31e73c1f8c4bbb)) ## 4.3.1 (2022-11-03) @@ -853,7 +861,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **cli:** initial commit ([#380](https://github.com/equinor/fusion-framework/issues/380)) ([775b74f](https://github.com/equinor/fusion-framework/commit/775b74f5cc8507cf5449a9f91e018d80a4ab50a1)) +- **cli:** initial commit ([#380](https://github.com/equinor/fusion-framework/issues/380)) ([775b74f](https://github.com/equinor/fusion-framework/commit/775b74f5cc8507cf5449a9f91e018d80a4ab50a1)) ## [4.2.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework@4.2.1...@equinor/fusion-framework@4.2.2) (2022-11-02) @@ -867,7 +875,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **framework:** enable context for framework ([647a1c5](https://github.com/equinor/fusion-framework/commit/647a1c5b52ed4c721e1379e7c2395ca7ff752a40)) +- **framework:** enable context for framework ([647a1c5](https://github.com/equinor/fusion-framework/commit/647a1c5b52ed4c721e1379e7c2395ca7ff752a40)) ## [4.1.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework@4.1.0...@equinor/fusion-framework@4.1.1) (2022-11-02) @@ -877,7 +885,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **framework:** implement module-app ([dc917f0](https://github.com/equinor/fusion-framework/commit/dc917f019da852fbd93eaf6ed7bc4a3a7e6f0d68)) +- **framework:** implement module-app ([dc917f0](https://github.com/equinor/fusion-framework/commit/dc917f019da852fbd93eaf6ed7bc4a3a7e6f0d68)) ## 4.0.17 (2022-11-01) @@ -959,29 +967,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### ⚠ BREAKING CHANGES -- **framework:** initialize now takes object +- **framework:** initialize now takes object ### Features -- **framework:** rewrite configurator ([eda8fbf](https://github.com/equinor/fusion-framework/commit/eda8fbf2cb83e839a798063e15dc185801e6c17b)) +- **framework:** rewrite configurator ([eda8fbf](https://github.com/equinor/fusion-framework/commit/eda8fbf2cb83e839a798063e15dc185801e6c17b)) ### Bug Fixes -- **framework:** add default modules ([190271b](https://github.com/equinor/fusion-framework/commit/190271b0ed4a4c3c876cbed0de3ec48cd8004fdc)) +- **framework:** add default modules ([190271b](https://github.com/equinor/fusion-framework/commit/190271b0ed4a4c3c876cbed0de3ec48cd8004fdc)) ## [4.0.0-alpha.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework@3.0.2...@equinor/fusion-framework@4.0.0-alpha.0) (2022-09-12) ### ⚠ BREAKING CHANGES -- **framework:** initialize now takes object +- **framework:** initialize now takes object ### Features -- **framework:** rewrite configurator ([eda8fbf](https://github.com/equinor/fusion-framework/commit/eda8fbf2cb83e839a798063e15dc185801e6c17b)) +- **framework:** rewrite configurator ([eda8fbf](https://github.com/equinor/fusion-framework/commit/eda8fbf2cb83e839a798063e15dc185801e6c17b)) ### Bug Fixes -- **framework:** add default modules ([190271b](https://github.com/equinor/fusion-framework/commit/190271b0ed4a4c3c876cbed0de3ec48cd8004fdc)) +- **framework:** add default modules ([190271b](https://github.com/equinor/fusion-framework/commit/190271b0ed4a4c3c876cbed0de3ec48cd8004fdc)) ## 3.0.2 (2022-09-05) @@ -995,23 +1003,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### ⚠ BREAKING CHANGES -- rename fetch +- rename fetch -- fix(module-service-discovery): update http client consumer +- fix(module-service-discovery): update http client consumer -- build: update allowed branches +- build: update allowed branches -- build: add conventional commit +- build: add conventional commit -- build: use conventionalcommits +- build: use conventionalcommits -- build(module-http): push major +- build(module-http): push major -- build: update deps +- build: update deps ### Features -- rename fetch method ([#226](https://github.com/equinor/fusion-framework/issues/226)) ([f02df7c](https://github.com/equinor/fusion-framework/commit/f02df7cdd2b9098b0da49c5ea56ac3b6a17e9e32)) +- rename fetch method ([#226](https://github.com/equinor/fusion-framework/issues/226)) ([f02df7c](https://github.com/equinor/fusion-framework/commit/f02df7cdd2b9098b0da49c5ea56ac3b6a17e9e32)) ## 2.1.1 (2022-08-23) @@ -1021,7 +1029,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **framework:** enable event module ([e4734d2](https://github.com/equinor/fusion-framework/commit/e4734d2ab747b327eb074ca330aeac2188860c69)) +- **framework:** enable event module ([e4734d2](https://github.com/equinor/fusion-framework/commit/e4734d2ab747b327eb074ca330aeac2188860c69)) ## 2.0.2 (2022-08-19) @@ -1033,11 +1041,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [2.0.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework@1.2.12...@equinor/fusion-framework@2.0.0) (2022-08-11) -- feat!: allow modules to displose ([32b69fb](https://github.com/equinor/fusion-framework/commit/32b69fb7cc61e78e503e67d0e77f21fb44b600b9)) +- feat!: allow modules to displose ([32b69fb](https://github.com/equinor/fusion-framework/commit/32b69fb7cc61e78e503e67d0e77f21fb44b600b9)) ### BREAKING CHANGES -- module.initialize now has object as arg +- module.initialize now has object as arg ## 1.2.12 (2022-08-08) @@ -1091,7 +1099,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **framework:** allow addtional modules ([d8d697b](https://github.com/equinor/fusion-framework/commit/d8d697b6fa8ea5c8130b324195d39f354d2fa768)) +- **framework:** allow addtional modules ([d8d697b](https://github.com/equinor/fusion-framework/commit/d8d697b6fa8ea5c8130b324195d39f354d2fa768)) ## [1.1.17](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework@1.1.16...@equinor/fusion-framework@1.1.17) (2022-06-14) @@ -1153,7 +1161,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **module-msal:** auth client id check ([#27](https://github.com/equinor/fusion-framework/issues/27)) ([907460e](https://github.com/equinor/fusion-framework/commit/907460e3e63e777f6766dcc044cad7078d7ab747)) +- **module-msal:** auth client id check ([#27](https://github.com/equinor/fusion-framework/issues/27)) ([907460e](https://github.com/equinor/fusion-framework/commit/907460e3e63e777f6766dcc044cad7078d7ab747)) ## [1.1.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework@1.1.1...@equinor/fusion-framework@1.1.2) (2022-02-15) @@ -1167,17 +1175,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- add missing files ([750c2fd](https://github.com/equinor/fusion-framework/commit/750c2fdb0a5e0a2df2e12d900c41e305adcfc01e)) -- expose auth creation ([d7f2ede](https://github.com/equinor/fusion-framework/commit/d7f2ede16573baf846ba73ca48ba273695eaa482)) -- **framework:** add method for access token ([a3de5e2](https://github.com/equinor/fusion-framework/commit/a3de5e2ffb990ada0cd3ff3e47bd83b44cc044f2)) -- removed exposed msal creator ([69821b9](https://github.com/equinor/fusion-framework/commit/69821b9279d7b285320b880494fcd3122c3c8041)) +- add missing files ([750c2fd](https://github.com/equinor/fusion-framework/commit/750c2fdb0a5e0a2df2e12d900c41e305adcfc01e)) +- expose auth creation ([d7f2ede](https://github.com/equinor/fusion-framework/commit/d7f2ede16573baf846ba73ca48ba273695eaa482)) +- **framework:** add method for access token ([a3de5e2](https://github.com/equinor/fusion-framework/commit/a3de5e2ffb990ada0cd3ff3e47bd83b44cc044f2)) +- removed exposed msal creator ([69821b9](https://github.com/equinor/fusion-framework/commit/69821b9279d7b285320b880494fcd3122c3c8041)) ### Features -- add framework client ([56823b6](https://github.com/equinor/fusion-framework/commit/56823b6d1a17b139eda00ea1fc955dc412ec2603)) -- add react renderer ([1427429](https://github.com/equinor/fusion-framework/commit/14274294f59863390959db56afe32ce00d6772dc)) -- add service discovery to portal ([df661fd](https://github.com/equinor/fusion-framework/commit/df661fd9a7ded833b87f3e7b71343e840b581130)) -- **framework:** add http client configurator ([65fbfce](https://github.com/equinor/fusion-framework/commit/65fbfce6427cf05f8ecdb6fb54236822e54adea4)) -- **framework:** add response handler ([c5e4839](https://github.com/equinor/fusion-framework/commit/c5e48391e03a50bee6aade242d9c602cd35fb1c1)) -- **react:** add http client hooks ([7d01f63](https://github.com/equinor/fusion-framework/commit/7d01f63bf98ad6ab25043e92836d3e2c820dc43e)) -- rewrite framework to use modules ([3eaf699](https://github.com/equinor/fusion-framework/commit/3eaf6995f1d82f3542d3c32e3bfac516c1682560)) +- add framework client ([56823b6](https://github.com/equinor/fusion-framework/commit/56823b6d1a17b139eda00ea1fc955dc412ec2603)) +- add react renderer ([1427429](https://github.com/equinor/fusion-framework/commit/14274294f59863390959db56afe32ce00d6772dc)) +- add service discovery to portal ([df661fd](https://github.com/equinor/fusion-framework/commit/df661fd9a7ded833b87f3e7b71343e840b581130)) +- **framework:** add http client configurator ([65fbfce](https://github.com/equinor/fusion-framework/commit/65fbfce6427cf05f8ecdb6fb54236822e54adea4)) +- **framework:** add response handler ([c5e4839](https://github.com/equinor/fusion-framework/commit/c5e48391e03a50bee6aade242d9c602cd35fb1c1)) +- **react:** add http client hooks ([7d01f63](https://github.com/equinor/fusion-framework/commit/7d01f63bf98ad6ab25043e92836d3e2c820dc43e)) +- rewrite framework to use modules ([3eaf699](https://github.com/equinor/fusion-framework/commit/3eaf6995f1d82f3542d3c32e3bfac516c1682560)) diff --git a/packages/framework/package.json b/packages/framework/package.json index b597398968..3eb413f432 100644 --- a/packages/framework/package.json +++ b/packages/framework/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework", - "version": "7.2.11", + "version": "7.2.12", "description": "", "main": "dist/esm/index.js", "types": "dist/types/index.d.ts", diff --git a/packages/modules/services/CHANGELOG.md b/packages/modules/services/CHANGELOG.md index 460396bf42..9785f43efa 100644 --- a/packages/modules/services/CHANGELOG.md +++ b/packages/modules/services/CHANGELOG.md @@ -1,10 +1,20 @@ # Change Log +## 5.0.1 + +### Patch Changes + +- [#2650](https://github.com/equinor/fusion-framework/pull/2650) [`2343667`](https://github.com/equinor/fusion-framework/commit/234366756878550ed7405610f384d69fb6a89967) Thanks [@odinr](https://github.com/odinr)! - Fixed `isBookmarkInFavorites` by altering `generateRequestParameters` which had a copy paste bug (wrong request method). Also disabled the `validate_api_request` response operation for now, it was throwing an error on all response code which waas not **OK**. + + > in a future update, the `ResponseHandler` will provide the operators with the `Request` object, so they can access the request method and other request properties. + + Also fixed the `headSelector` to only check response code, since a `HEAD` request does not return a body. + ## 5.0.0 ### Major Changes -- [#2410](https://github.com/equinor/fusion-framework/pull/2410) [`9d1cb90`](https://github.com/equinor/fusion-framework/commit/9d1cb9003fa10e7ccaa95c20ef86f0a618034641) Thanks [@odinr](https://github.com/odinr)! - Total rework of api interface for bookmarks. +- [#2410](https://github.com/equinor/fusion-framework/pull/2410) [`9d1cb90`](https://github.com/equinor/fusion-framework/commit/9d1cb9003fa10e7ccaa95c20ef86f0a618034641) Thanks [@odinr](https://github.com/odinr)! - Total rework of api interface for bookmarks. The current version misrepresents the api, and does not provide a good interface for working with bookmarks. So was decided to rework the api interface to better represent the api, and provide a more robust interface for working with bookmarks. Instead of fixing the current implementation, it was decided to rework the entire module to save time and confusion in the future. @@ -12,45 +22,45 @@ **BREAKING CHANGES:** - - api client has been updated to reflect the new api endpoints and request/response types - - models have been replaced with infered `zod` schemas - - request and responses are now parsed and validated using `zod` schemas - - file structure has been updated to reflect the new api client structure + - api client has been updated to reflect the new api endpoints and request/response types + - models have been replaced with infered `zod` schemas + - request and responses are now parsed and validated using `zod` schemas + - file structure has been updated to reflect the new api client structure ## 4.1.5 ### Patch Changes -- [#2491](https://github.com/equinor/fusion-framework/pull/2491) [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51) Thanks [@odinr](https://github.com/odinr)! - Capatalize http request method verb to uppercase +- [#2491](https://github.com/equinor/fusion-framework/pull/2491) [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51) Thanks [@odinr](https://github.com/odinr)! - Capatalize http request method verb to uppercase ## 4.1.4 ### Patch Changes -- Updated dependencies [[`2644b3d`](https://github.com/equinor/fusion-framework/commit/2644b3d63939aede736a3b1950db32dbd487877d)]: - - @equinor/fusion-framework-module@4.3.5 +- Updated dependencies [[`2644b3d`](https://github.com/equinor/fusion-framework/commit/2644b3d63939aede736a3b1950db32dbd487877d)]: + - @equinor/fusion-framework-module@4.3.5 ## 4.1.3 ### Patch Changes -- Updated dependencies [[`75d676d`](https://github.com/equinor/fusion-framework/commit/75d676d2c7919f30e036b5ae97c4d814c569aa87), [`00d5e9c`](https://github.com/equinor/fusion-framework/commit/00d5e9c632876742c3d2a74efea2f126a0a169d9)]: - - @equinor/fusion-framework-module@4.3.4 +- Updated dependencies [[`75d676d`](https://github.com/equinor/fusion-framework/commit/75d676d2c7919f30e036b5ae97c4d814c569aa87), [`00d5e9c`](https://github.com/equinor/fusion-framework/commit/00d5e9c632876742c3d2a74efea2f126a0a169d9)]: + - @equinor/fusion-framework-module@4.3.4 ## 4.1.2 ### Patch Changes -- Updated dependencies [[`a1524e9`](https://github.com/equinor/fusion-framework/commit/a1524e9c4d83778da3db42dbcf99908b776a0592)]: - - @equinor/fusion-framework-module@4.3.3 +- Updated dependencies [[`a1524e9`](https://github.com/equinor/fusion-framework/commit/a1524e9c4d83778da3db42dbcf99908b776a0592)]: + - @equinor/fusion-framework-module@4.3.3 ## 4.1.1 ### Patch Changes -- [#2333](https://github.com/equinor/fusion-framework/pull/2333) [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1) Thanks [@odinr](https://github.com/odinr)! - Updated `TypeScript` to 5.5.3 +- [#2333](https://github.com/equinor/fusion-framework/pull/2333) [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1) Thanks [@odinr](https://github.com/odinr)! - Updated `TypeScript` to 5.5.3 -- [#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. +- [#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. Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons: @@ -93,21 +103,21 @@ This change ensures that comments are preserved in the compiled output, potentially improving the development and debugging experience for users of the Fusion Framework. -- Updated dependencies [[`2f74edc`](https://github.com/equinor/fusion-framework/commit/2f74edcd4a3ea2b87d69f0fd63492145c3c01663), [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1), [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee)]: - - @equinor/fusion-framework-module@4.3.2 +- Updated dependencies [[`2f74edc`](https://github.com/equinor/fusion-framework/commit/2f74edcd4a3ea2b87d69f0fd63492145c3c01663), [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1), [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee)]: + - @equinor/fusion-framework-module@4.3.2 ## 4.1.0 ### Minor Changes -- [#2181](https://github.com/equinor/fusion-framework/pull/2181) [`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8) Thanks [@odinr](https://github.com/odinr)! - ## @equinor/fusion-framework-module-services +- [#2181](https://github.com/equinor/fusion-framework/pull/2181) [`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8) Thanks [@odinr](https://github.com/odinr)! - ## @equinor/fusion-framework-module-services Updated the `PeopleApiClient.photo` method to properly type the response as `PersonPhotoApiResponse` instead of `Blob`. This allows for more accurate type checking when using the method. To update your code: - - If you are using the `PeopleApiClient.photo` method directly, no changes are needed. The method will now properly type the response. - - If you have custom type assertions or checks around the response from `PeopleApiClient.photo`, you may need to update them to handle `PersonPhotoApiResponse` instead of `Blob`. + - If you are using the `PeopleApiClient.photo` method directly, no changes are needed. The method will now properly type the response. + - If you have custom type assertions or checks around the response from `PeopleApiClient.photo`, you may need to update them to handle `PersonPhotoApiResponse` instead of `Blob`. Example: @@ -127,47 +137,47 @@ ### Patch Changes -- Updated dependencies [[`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2)]: - - @equinor/fusion-framework-module@4.3.1 +- Updated dependencies [[`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2)]: + - @equinor/fusion-framework-module@4.3.1 ## 4.0.1 ### Patch Changes -- [#1981](https://github.com/equinor/fusion-framework/pull/1981) [`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc) Thanks [@eikeland](https://github.com/eikeland)! - Align package exports with node10+ documentation. +- [#1981](https://github.com/equinor/fusion-framework/pull/1981) [`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc) Thanks [@eikeland](https://github.com/eikeland)! - Align package exports with node10+ documentation. ## 4.0.0 ### Minor Changes -- [#1953](https://github.com/equinor/fusion-framework/pull/1953) [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904) Thanks [@odinr](https://github.com/odinr)! - updated typescript to 5.4.2 +- [#1953](https://github.com/equinor/fusion-framework/pull/1953) [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904) Thanks [@odinr](https://github.com/odinr)! - updated typescript to 5.4.2 ### Patch Changes -- Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]: - - @equinor/fusion-framework-module@4.3.0 +- Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]: + - @equinor/fusion-framework-module@4.3.0 ## 3.2.4 ### Patch Changes -- Updated dependencies [[`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]: - - @equinor/fusion-framework-module@4.2.7 +- Updated dependencies [[`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]: + - @equinor/fusion-framework-module@4.2.7 ## 3.2.3 ### Patch Changes -- [#1595](https://github.com/equinor/fusion-framework/pull/1595) [`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125) Thanks [@Gustav-Eikaas](https://github.com/Gustav-Eikaas)! - support for module resolution NodeNext & Bundler +- [#1595](https://github.com/equinor/fusion-framework/pull/1595) [`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125) Thanks [@Gustav-Eikaas](https://github.com/Gustav-Eikaas)! - support for module resolution NodeNext & Bundler -- Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]: - - @equinor/fusion-framework-module@4.2.6 +- Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]: + - @equinor/fusion-framework-module@4.2.6 ## 3.2.2 ### Patch Changes -- [#1282](https://github.com/equinor/fusion-framework/pull/1282) [`ddc31c35`](https://github.com/equinor/fusion-framework/commit/ddc31c3571e36be057095238cf22e78051f423b0) Thanks [@odinr](https://github.com/odinr)! - add util for checking if object is person +- [#1282](https://github.com/equinor/fusion-framework/pull/1282) [`ddc31c35`](https://github.com/equinor/fusion-framework/commit/ddc31c3571e36be057095238cf22e78051f423b0) Thanks [@odinr](https://github.com/odinr)! - add util for checking if object is person > extremely crude, but good enough until backend comes of with new models or endpoint @@ -177,22 +187,22 @@ ### Patch Changes -- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot +- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot -- Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]: - - @equinor/fusion-framework-module@4.2.5 +- Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]: + - @equinor/fusion-framework-module@4.2.5 ## 3.2.0 ### Minor Changes -- [#1243](https://github.com/equinor/fusion-framework/pull/1243) [`f277c7fc`](https://github.com/equinor/fusion-framework/commit/f277c7fc54ca2ebe75ba1dda94a0d72eb7c8e15b) Thanks [@odinr](https://github.com/odinr)! - Added person services +- [#1243](https://github.com/equinor/fusion-framework/pull/1243) [`f277c7fc`](https://github.com/equinor/fusion-framework/commit/f277c7fc54ca2ebe75ba1dda94a0d72eb7c8e15b) Thanks [@odinr](https://github.com/odinr)! - Added person services > **for internal usage only!** - - add function for fetching person details - - add function for querying persons - - add function for downloading person photo + - add function for fetching person details + - add function for querying persons + - add function for downloading person photo ```ts const personApi = await modules.services.createPeopleClient(); @@ -203,27 +213,27 @@ ### Patch Changes -- Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]: - - @equinor/fusion-framework-module@4.2.4 +- Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]: + - @equinor/fusion-framework-module@4.2.4 ## 3.1.4 ### Patch Changes -- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm +- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm conflicts of `@types/react` made random outcomes when using `yarn` this change should not affect consumer of the packages, but might conflict dependent on local package manager. -- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]: - - @equinor/fusion-framework-module@4.2.3 +- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]: + - @equinor/fusion-framework-module@4.2.3 ## 3.1.3 ### Patch Changes -- [#946](https://github.com/equinor/fusion-framework/pull/946) [`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352) Thanks [@odinr](https://github.com/odinr)! - Build/update typescript to 5 +- [#946](https://github.com/equinor/fusion-framework/pull/946) [`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352) Thanks [@odinr](https://github.com/odinr)! - Build/update typescript to 5 All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. @@ -240,54 +250,54 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **module-services:** add response handler ([77128e8](https://github.com/equinor/fusion-framework/commit/77128e82692ff570cf65a8b3c900bc6234ce4ae9)) +- **module-services:** add response handler ([77128e8](https://github.com/equinor/fusion-framework/commit/77128e82692ff570cf65a8b3c900bc6234ce4ae9)) ### Bug Fixes -- **module-services:** validate response for http client ([6958f82](https://github.com/equinor/fusion-framework/commit/6958f82c4615f701e2ae9edf2d34dda60af8960a)) +- **module-services:** validate response for http client ([6958f82](https://github.com/equinor/fusion-framework/commit/6958f82c4615f701e2ae9edf2d34dda60af8960a)) ## 3.0.3 (2023-04-24) ### Bug Fixes -- **services-module:** fix bookmark favorites url ([f9c6129](https://github.com/equinor/fusion-framework/commit/f9c612914eae57452e1ffe77b1dc054eefea2850)) +- **services-module:** fix bookmark favorites url ([f9c6129](https://github.com/equinor/fusion-framework/commit/f9c612914eae57452e1ffe77b1dc054eefea2850)) ## 3.0.2 (2023-04-18) ### Bug Fixes -- **service:** fix linting ([88b5e59](https://github.com/equinor/fusion-framework/commit/88b5e596d18ac8b999404c3487a9896b0806a767)) -- **services:** update-api-provider-types ([380c6af](https://github.com/equinor/fusion-framework/commit/380c6af855fa6b9a29dbedd51917f0d6e4e7742b)) +- **service:** fix linting ([88b5e59](https://github.com/equinor/fusion-framework/commit/88b5e596d18ac8b999404c3487a9896b0806a767)) +- **services:** update-api-provider-types ([380c6af](https://github.com/equinor/fusion-framework/commit/380c6af855fa6b9a29dbedd51917f0d6e4e7742b)) ## 3.0.1 (2023-04-17) ### Bug Fixes -- **context:** skip clearing context ([d4032b7](https://github.com/equinor/fusion-framework/commit/d4032b78b21d123e67cc7dadc50a65071d976b94)) +- **context:** skip clearing context ([d4032b7](https://github.com/equinor/fusion-framework/commit/d4032b78b21d123e67cc7dadc50a65071d976b94)) ## 3.0.0 (2023-04-16) ### Bug Fixes -- **modules/services:** fix oData query builder ([95e3e98](https://github.com/equinor/fusion-framework/commit/95e3e9886cbf4d00820577eaf141f83cc8a602b5)) +- **modules/services:** fix oData query builder ([95e3e98](https://github.com/equinor/fusion-framework/commit/95e3e9886cbf4d00820577eaf141f83cc8a602b5)) ## 2.6.0 (2023-04-14) ### Features -- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4)) +- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4)) ## 2.5.0 (2023-04-14) ### Features -- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4)) +- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4)) ## 2.4.0 (2023-04-14) ### Features -- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4)) +- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4)) ## 2.3.1 (2023-04-13) @@ -297,29 +307,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **bookmark-client:** added verify users bookmark ([971835c](https://github.com/equinor/fusion-framework/commit/971835c801f46fc4bebd3d1b97ca8cd83c085a77)) -- **Bookmark-Client:** Enable to add bookmark favorites ([83dd966](https://github.com/equinor/fusion-framework/commit/83dd966ef1d609f0be44373ee16344810ae9beb4)) +- **bookmark-client:** added verify users bookmark ([971835c](https://github.com/equinor/fusion-framework/commit/971835c801f46fc4bebd3d1b97ca8cd83c085a77)) +- **Bookmark-Client:** Enable to add bookmark favorites ([83dd966](https://github.com/equinor/fusion-framework/commit/83dd966ef1d609f0be44373ee16344810ae9beb4)) ### Bug Fixes -- **bookmark-client:** fix import ([7c7d585](https://github.com/equinor/fusion-framework/commit/7c7d585b6eb53688e5ce9f80474eac3275576290)) -- **bookmark-client:** renamed id to bookmarkId ([590ad69](https://github.com/equinor/fusion-framework/commit/590ad69cfca579ec65accb5dab47c69968aade95)) +- **bookmark-client:** fix import ([7c7d585](https://github.com/equinor/fusion-framework/commit/7c7d585b6eb53688e5ce9f80474eac3275576290)) +- **bookmark-client:** renamed id to bookmarkId ([590ad69](https://github.com/equinor/fusion-framework/commit/590ad69cfca579ec65accb5dab47c69968aade95)) ## 2.2.0 (2023-03-27) ### Features -- **services:** Added notification api service ([8a40606](https://github.com/equinor/fusion-framework/commit/8a406068d69903e0d7ebc76079ed12caeac540f1)) +- **services:** Added notification api service ([8a40606](https://github.com/equinor/fusion-framework/commit/8a406068d69903e0d7ebc76079ed12caeac540f1)) ## 2.1.0 (2023-03-22) ### Features -- added put and getAll endpoints to the bookmark api client ([b9deb40](https://github.com/equinor/fusion-framework/commit/b9deb406460cea2f0fa34eb688d4e427bfb2f9b5)) +- added put and getAll endpoints to the bookmark api client ([b9deb40](https://github.com/equinor/fusion-framework/commit/b9deb406460cea2f0fa34eb688d4e427bfb2f9b5)) ### Bug Fixes -- **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685)) +- **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685)) ## [2.0.7](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@2.0.6...@equinor/fusion-framework-module-services@2.0.7) (2023-03-20) @@ -365,7 +375,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- update interface for enabling modules ([1e5730e](https://github.com/equinor/fusion-framework/commit/1e5730e91992c1d0177790c851be993a0532a3d1)) +- update interface for enabling modules ([1e5730e](https://github.com/equinor/fusion-framework/commit/1e5730e91992c1d0177790c851be993a0532a3d1)) ## [1.0.13](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@1.0.12...@equinor/fusion-framework-module-services@1.0.13) (2023-01-17) @@ -439,7 +449,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- import typos ([c6449f1](https://github.com/equinor/fusion-framework/commit/c6449f1ac692439d52ed0e88f8492de9721e29ce)) +- import typos ([c6449f1](https://github.com/equinor/fusion-framework/commit/c6449f1ac692439d52ed0e88f8492de9721e29ce)) ## [0.5.18](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@0.5.17...@equinor/fusion-framework-module-services@0.5.18) (2022-12-01) @@ -517,13 +527,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- :sparkles: delete bookmark ([df70d9f](https://github.com/equinor/fusion-framework/commit/df70d9f6ed369cfc9e682a268b7175ddf8b3d122)) +- :sparkles: delete bookmark ([df70d9f](https://github.com/equinor/fusion-framework/commit/df70d9f6ed369cfc9e682a268b7175ddf8b3d122)) ## 0.4.0 (2022-11-01) ### Features -- :sparkles: post bookmark module-services ([333ec6a](https://github.com/equinor/fusion-framework/commit/333ec6ab394f305aa02678d93a513ecf67fd52bc)) +- :sparkles: post bookmark module-services ([333ec6a](https://github.com/equinor/fusion-framework/commit/333ec6ab394f305aa02678d93a513ecf67fd52bc)) ## 0.3.2 (2022-10-27) @@ -537,13 +547,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **module-services:** bookmarks get ([0fe2c83](https://github.com/equinor/fusion-framework/commit/0fe2c83155b7c49623da13739f0945edf4ee9200)) +- **module-services:** bookmarks get ([0fe2c83](https://github.com/equinor/fusion-framework/commit/0fe2c83155b7c49623da13739f0945edf4ee9200)) ## [0.2.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@0.1.1...@equinor/fusion-framework-module-services@0.2.0) (2022-10-17) ### Features -- **observable:** expose async query function ([b9292fc](https://github.com/equinor/fusion-framework/commit/b9292fcabd0756c0340fc767acf592482b253cd0)) +- **observable:** expose async query function ([b9292fc](https://github.com/equinor/fusion-framework/commit/b9292fcabd0756c0340fc767acf592482b253cd0)) ## 0.1.1 (2022-10-03) @@ -553,39 +563,39 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **module-services:** initial ([98fd097](https://github.com/equinor/fusion-framework/commit/98fd097aa486d8ece4cd4501cf7ecb533dd7a62a)), closes [#265](https://github.com/equinor/fusion-framework/issues/265) [#269](https://github.com/equinor/fusion-framework/issues/269) [#270](https://github.com/equinor/fusion-framework/issues/270) -- **module-services:** initial ([8eeadc7](https://github.com/equinor/fusion-framework/commit/8eeadc764516048e5ead9f5e2d14af7edd1b1057)), closes [#265](https://github.com/equinor/fusion-framework/issues/265) [#269](https://github.com/equinor/fusion-framework/issues/269) [#270](https://github.com/equinor/fusion-framework/issues/270) -- **module-services:** rewrite interface for services ([b440aa2](https://github.com/equinor/fusion-framework/commit/b440aa28ae733aa77e07128b04b21fe24db356b4)) -- **module-services:** rewrite module ([bbbc203](https://github.com/equinor/fusion-framework/commit/bbbc2031f4c8785fd623db3be16f96195094f47e)) -- **module-services:** rewrite module ([40b64ad](https://github.com/equinor/fusion-framework/commit/40b64ad5dca8ef719fcca9b3297e85aa28af413a)) - , {search: 'foo@bar.com'}) - personApi.get('v4', 'json +- **module-services:** initial ([98fd097](https://github.com/equinor/fusion-framework/commit/98fd097aa486d8ece4cd4501cf7ecb533dd7a62a)), closes [#265](https://github.com/equinor/fusion-framework/issues/265) [#269](https://github.com/equinor/fusion-framework/issues/269) [#270](https://github.com/equinor/fusion-framework/issues/270) +- **module-services:** initial ([8eeadc7](https://github.com/equinor/fusion-framework/commit/8eeadc764516048e5ead9f5e2d14af7edd1b1057)), closes [#265](https://github.com/equinor/fusion-framework/issues/265) [#269](https://github.com/equinor/fusion-framework/issues/269) [#270](https://github.com/equinor/fusion-framework/issues/270) +- **module-services:** rewrite interface for services ([b440aa2](https://github.com/equinor/fusion-framework/commit/b440aa28ae733aa77e07128b04b21fe24db356b4)) +- **module-services:** rewrite module ([bbbc203](https://github.com/equinor/fusion-framework/commit/bbbc2031f4c8785fd623db3be16f96195094f47e)) +- **module-services:** rewrite module ([40b64ad](https://github.com/equinor/fusion-framework/commit/40b64ad5dca8ef719fcca9b3297e85aa28af413a)) + , {search: 'foo@bar.com'}) + personApi.get('v4', 'json ## 3.1.5 ### Patch Changes -- Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]: - - @equinor/fusion-framework-module@4.2.4 +- Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]: + - @equinor/fusion-framework-module@4.2.4 ## 3.1.4 ### Patch Changes -- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm +- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm conflicts of `@types/react` made random outcomes when using `yarn` this change should not affect consumer of the packages, but might conflict dependent on local package manager. -- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]: - - @equinor/fusion-framework-module@4.2.3 +- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]: + - @equinor/fusion-framework-module@4.2.3 ## 3.1.3 ### Patch Changes -- [#946](https://github.com/equinor/fusion-framework/pull/946) [`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352) Thanks [@odinr](https://github.com/odinr)! - Build/update typescript to 5 +- [#946](https://github.com/equinor/fusion-framework/pull/946) [`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352) Thanks [@odinr](https://github.com/odinr)! - Build/update typescript to 5 All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. @@ -602,54 +612,54 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **module-services:** add response handler ([77128e8](https://github.com/equinor/fusion-framework/commit/77128e82692ff570cf65a8b3c900bc6234ce4ae9)) +- **module-services:** add response handler ([77128e8](https://github.com/equinor/fusion-framework/commit/77128e82692ff570cf65a8b3c900bc6234ce4ae9)) ### Bug Fixes -- **module-services:** validate response for http client ([6958f82](https://github.com/equinor/fusion-framework/commit/6958f82c4615f701e2ae9edf2d34dda60af8960a)) +- **module-services:** validate response for http client ([6958f82](https://github.com/equinor/fusion-framework/commit/6958f82c4615f701e2ae9edf2d34dda60af8960a)) ## 3.0.3 (2023-04-24) ### Bug Fixes -- **services-module:** fix bookmark favorites url ([f9c6129](https://github.com/equinor/fusion-framework/commit/f9c612914eae57452e1ffe77b1dc054eefea2850)) +- **services-module:** fix bookmark favorites url ([f9c6129](https://github.com/equinor/fusion-framework/commit/f9c612914eae57452e1ffe77b1dc054eefea2850)) ## 3.0.2 (2023-04-18) ### Bug Fixes -- **service:** fix linting ([88b5e59](https://github.com/equinor/fusion-framework/commit/88b5e596d18ac8b999404c3487a9896b0806a767)) -- **services:** update-api-provider-types ([380c6af](https://github.com/equinor/fusion-framework/commit/380c6af855fa6b9a29dbedd51917f0d6e4e7742b)) +- **service:** fix linting ([88b5e59](https://github.com/equinor/fusion-framework/commit/88b5e596d18ac8b999404c3487a9896b0806a767)) +- **services:** update-api-provider-types ([380c6af](https://github.com/equinor/fusion-framework/commit/380c6af855fa6b9a29dbedd51917f0d6e4e7742b)) ## 3.0.1 (2023-04-17) ### Bug Fixes -- **context:** skip clearing context ([d4032b7](https://github.com/equinor/fusion-framework/commit/d4032b78b21d123e67cc7dadc50a65071d976b94)) +- **context:** skip clearing context ([d4032b7](https://github.com/equinor/fusion-framework/commit/d4032b78b21d123e67cc7dadc50a65071d976b94)) ## 3.0.0 (2023-04-16) ### Bug Fixes -- **modules/services:** fix oData query builder ([95e3e98](https://github.com/equinor/fusion-framework/commit/95e3e9886cbf4d00820577eaf141f83cc8a602b5)) +- **modules/services:** fix oData query builder ([95e3e98](https://github.com/equinor/fusion-framework/commit/95e3e9886cbf4d00820577eaf141f83cc8a602b5)) ## 2.6.0 (2023-04-14) ### Features -- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4)) +- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4)) ## 2.5.0 (2023-04-14) ### Features -- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4)) +- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4)) ## 2.4.0 (2023-04-14) ### Features -- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4)) +- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4)) ## 2.3.1 (2023-04-13) @@ -659,29 +669,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **bookmark-client:** added verify users bookmark ([971835c](https://github.com/equinor/fusion-framework/commit/971835c801f46fc4bebd3d1b97ca8cd83c085a77)) -- **Bookmark-Client:** Enable to add bookmark favorites ([83dd966](https://github.com/equinor/fusion-framework/commit/83dd966ef1d609f0be44373ee16344810ae9beb4)) +- **bookmark-client:** added verify users bookmark ([971835c](https://github.com/equinor/fusion-framework/commit/971835c801f46fc4bebd3d1b97ca8cd83c085a77)) +- **Bookmark-Client:** Enable to add bookmark favorites ([83dd966](https://github.com/equinor/fusion-framework/commit/83dd966ef1d609f0be44373ee16344810ae9beb4)) ### Bug Fixes -- **bookmark-client:** fix import ([7c7d585](https://github.com/equinor/fusion-framework/commit/7c7d585b6eb53688e5ce9f80474eac3275576290)) -- **bookmark-client:** renamed id to bookmarkId ([590ad69](https://github.com/equinor/fusion-framework/commit/590ad69cfca579ec65accb5dab47c69968aade95)) +- **bookmark-client:** fix import ([7c7d585](https://github.com/equinor/fusion-framework/commit/7c7d585b6eb53688e5ce9f80474eac3275576290)) +- **bookmark-client:** renamed id to bookmarkId ([590ad69](https://github.com/equinor/fusion-framework/commit/590ad69cfca579ec65accb5dab47c69968aade95)) ## 2.2.0 (2023-03-27) ### Features -- **services:** Added notification api service ([8a40606](https://github.com/equinor/fusion-framework/commit/8a406068d69903e0d7ebc76079ed12caeac540f1)) +- **services:** Added notification api service ([8a40606](https://github.com/equinor/fusion-framework/commit/8a406068d69903e0d7ebc76079ed12caeac540f1)) ## 2.1.0 (2023-03-22) ### Features -- added put and getAll endpoints to the bookmark api client ([b9deb40](https://github.com/equinor/fusion-framework/commit/b9deb406460cea2f0fa34eb688d4e427bfb2f9b5)) +- added put and getAll endpoints to the bookmark api client ([b9deb40](https://github.com/equinor/fusion-framework/commit/b9deb406460cea2f0fa34eb688d4e427bfb2f9b5)) ### Bug Fixes -- **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685)) +- **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685)) ## [2.0.7](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@2.0.6...@equinor/fusion-framework-module-services@2.0.7) (2023-03-20) @@ -727,7 +737,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- update interface for enabling modules ([1e5730e](https://github.com/equinor/fusion-framework/commit/1e5730e91992c1d0177790c851be993a0532a3d1)) +- update interface for enabling modules ([1e5730e](https://github.com/equinor/fusion-framework/commit/1e5730e91992c1d0177790c851be993a0532a3d1)) ## [1.0.13](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@1.0.12...@equinor/fusion-framework-module-services@1.0.13) (2023-01-17) @@ -801,7 +811,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- import typos ([c6449f1](https://github.com/equinor/fusion-framework/commit/c6449f1ac692439d52ed0e88f8492de9721e29ce)) +- import typos ([c6449f1](https://github.com/equinor/fusion-framework/commit/c6449f1ac692439d52ed0e88f8492de9721e29ce)) ## [0.5.18](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@0.5.17...@equinor/fusion-framework-module-services@0.5.18) (2022-12-01) @@ -879,13 +889,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- :sparkles: delete bookmark ([df70d9f](https://github.com/equinor/fusion-framework/commit/df70d9f6ed369cfc9e682a268b7175ddf8b3d122)) +- :sparkles: delete bookmark ([df70d9f](https://github.com/equinor/fusion-framework/commit/df70d9f6ed369cfc9e682a268b7175ddf8b3d122)) ## 0.4.0 (2022-11-01) ### Features -- :sparkles: post bookmark module-services ([333ec6a](https://github.com/equinor/fusion-framework/commit/333ec6ab394f305aa02678d93a513ecf67fd52bc)) +- :sparkles: post bookmark module-services ([333ec6a](https://github.com/equinor/fusion-framework/commit/333ec6ab394f305aa02678d93a513ecf67fd52bc)) ## 0.3.2 (2022-10-27) @@ -899,13 +909,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **module-services:** bookmarks get ([0fe2c83](https://github.com/equinor/fusion-framework/commit/0fe2c83155b7c49623da13739f0945edf4ee9200)) +- **module-services:** bookmarks get ([0fe2c83](https://github.com/equinor/fusion-framework/commit/0fe2c83155b7c49623da13739f0945edf4ee9200)) ## [0.2.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@0.1.1...@equinor/fusion-framework-module-services@0.2.0) (2022-10-17) ### Features -- **observable:** expose async query function ([b9292fc](https://github.com/equinor/fusion-framework/commit/b9292fcabd0756c0340fc767acf592482b253cd0)) +- **observable:** expose async query function ([b9292fc](https://github.com/equinor/fusion-framework/commit/b9292fcabd0756c0340fc767acf592482b253cd0)) ## 0.1.1 (2022-10-03) @@ -915,39 +925,39 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **module-services:** initial ([98fd097](https://github.com/equinor/fusion-framework/commit/98fd097aa486d8ece4cd4501cf7ecb533dd7a62a)), closes [#265](https://github.com/equinor/fusion-framework/issues/265) [#269](https://github.com/equinor/fusion-framework/issues/269) [#270](https://github.com/equinor/fusion-framework/issues/270) -- **module-services:** initial ([8eeadc7](https://github.com/equinor/fusion-framework/commit/8eeadc764516048e5ead9f5e2d14af7edd1b1057)), closes [#265](https://github.com/equinor/fusion-framework/issues/265) [#269](https://github.com/equinor/fusion-framework/issues/269) [#270](https://github.com/equinor/fusion-framework/issues/270) -- **module-services:** rewrite interface for services ([b440aa2](https://github.com/equinor/fusion-framework/commit/b440aa28ae733aa77e07128b04b21fe24db356b4)) -- **module-services:** rewrite module ([bbbc203](https://github.com/equinor/fusion-framework/commit/bbbc2031f4c8785fd623db3be16f96195094f47e)) -- **module-services:** rewrite module ([40b64ad](https://github.com/equinor/fusion-framework/commit/40b64ad5dca8ef719fcca9b3297e85aa28af413a)) - , {azureId: '1234'}) - personApi.photo('v2', 'blob +- **module-services:** initial ([98fd097](https://github.com/equinor/fusion-framework/commit/98fd097aa486d8ece4cd4501cf7ecb533dd7a62a)), closes [#265](https://github.com/equinor/fusion-framework/issues/265) [#269](https://github.com/equinor/fusion-framework/issues/269) [#270](https://github.com/equinor/fusion-framework/issues/270) +- **module-services:** initial ([8eeadc7](https://github.com/equinor/fusion-framework/commit/8eeadc764516048e5ead9f5e2d14af7edd1b1057)), closes [#265](https://github.com/equinor/fusion-framework/issues/265) [#269](https://github.com/equinor/fusion-framework/issues/269) [#270](https://github.com/equinor/fusion-framework/issues/270) +- **module-services:** rewrite interface for services ([b440aa2](https://github.com/equinor/fusion-framework/commit/b440aa28ae733aa77e07128b04b21fe24db356b4)) +- **module-services:** rewrite module ([bbbc203](https://github.com/equinor/fusion-framework/commit/bbbc2031f4c8785fd623db3be16f96195094f47e)) +- **module-services:** rewrite module ([40b64ad](https://github.com/equinor/fusion-framework/commit/40b64ad5dca8ef719fcca9b3297e85aa28af413a)) + , {azureId: '1234'}) + personApi.photo('v2', 'blob ## 3.1.5 ### Patch Changes -- Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]: - - @equinor/fusion-framework-module@4.2.4 +- Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]: + - @equinor/fusion-framework-module@4.2.4 ## 3.1.4 ### Patch Changes -- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm +- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm conflicts of `@types/react` made random outcomes when using `yarn` this change should not affect consumer of the packages, but might conflict dependent on local package manager. -- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]: - - @equinor/fusion-framework-module@4.2.3 +- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]: + - @equinor/fusion-framework-module@4.2.3 ## 3.1.3 ### Patch Changes -- [#946](https://github.com/equinor/fusion-framework/pull/946) [`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352) Thanks [@odinr](https://github.com/odinr)! - Build/update typescript to 5 +- [#946](https://github.com/equinor/fusion-framework/pull/946) [`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352) Thanks [@odinr](https://github.com/odinr)! - Build/update typescript to 5 All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. @@ -964,54 +974,54 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **module-services:** add response handler ([77128e8](https://github.com/equinor/fusion-framework/commit/77128e82692ff570cf65a8b3c900bc6234ce4ae9)) +- **module-services:** add response handler ([77128e8](https://github.com/equinor/fusion-framework/commit/77128e82692ff570cf65a8b3c900bc6234ce4ae9)) ### Bug Fixes -- **module-services:** validate response for http client ([6958f82](https://github.com/equinor/fusion-framework/commit/6958f82c4615f701e2ae9edf2d34dda60af8960a)) +- **module-services:** validate response for http client ([6958f82](https://github.com/equinor/fusion-framework/commit/6958f82c4615f701e2ae9edf2d34dda60af8960a)) ## 3.0.3 (2023-04-24) ### Bug Fixes -- **services-module:** fix bookmark favorites url ([f9c6129](https://github.com/equinor/fusion-framework/commit/f9c612914eae57452e1ffe77b1dc054eefea2850)) +- **services-module:** fix bookmark favorites url ([f9c6129](https://github.com/equinor/fusion-framework/commit/f9c612914eae57452e1ffe77b1dc054eefea2850)) ## 3.0.2 (2023-04-18) ### Bug Fixes -- **service:** fix linting ([88b5e59](https://github.com/equinor/fusion-framework/commit/88b5e596d18ac8b999404c3487a9896b0806a767)) -- **services:** update-api-provider-types ([380c6af](https://github.com/equinor/fusion-framework/commit/380c6af855fa6b9a29dbedd51917f0d6e4e7742b)) +- **service:** fix linting ([88b5e59](https://github.com/equinor/fusion-framework/commit/88b5e596d18ac8b999404c3487a9896b0806a767)) +- **services:** update-api-provider-types ([380c6af](https://github.com/equinor/fusion-framework/commit/380c6af855fa6b9a29dbedd51917f0d6e4e7742b)) ## 3.0.1 (2023-04-17) ### Bug Fixes -- **context:** skip clearing context ([d4032b7](https://github.com/equinor/fusion-framework/commit/d4032b78b21d123e67cc7dadc50a65071d976b94)) +- **context:** skip clearing context ([d4032b7](https://github.com/equinor/fusion-framework/commit/d4032b78b21d123e67cc7dadc50a65071d976b94)) ## 3.0.0 (2023-04-16) ### Bug Fixes -- **modules/services:** fix oData query builder ([95e3e98](https://github.com/equinor/fusion-framework/commit/95e3e9886cbf4d00820577eaf141f83cc8a602b5)) +- **modules/services:** fix oData query builder ([95e3e98](https://github.com/equinor/fusion-framework/commit/95e3e9886cbf4d00820577eaf141f83cc8a602b5)) ## 2.6.0 (2023-04-14) ### Features -- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4)) +- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4)) ## 2.5.0 (2023-04-14) ### Features -- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4)) +- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4)) ## 2.4.0 (2023-04-14) ### Features -- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4)) +- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4)) ## 2.3.1 (2023-04-13) @@ -1021,29 +1031,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **bookmark-client:** added verify users bookmark ([971835c](https://github.com/equinor/fusion-framework/commit/971835c801f46fc4bebd3d1b97ca8cd83c085a77)) -- **Bookmark-Client:** Enable to add bookmark favorites ([83dd966](https://github.com/equinor/fusion-framework/commit/83dd966ef1d609f0be44373ee16344810ae9beb4)) +- **bookmark-client:** added verify users bookmark ([971835c](https://github.com/equinor/fusion-framework/commit/971835c801f46fc4bebd3d1b97ca8cd83c085a77)) +- **Bookmark-Client:** Enable to add bookmark favorites ([83dd966](https://github.com/equinor/fusion-framework/commit/83dd966ef1d609f0be44373ee16344810ae9beb4)) ### Bug Fixes -- **bookmark-client:** fix import ([7c7d585](https://github.com/equinor/fusion-framework/commit/7c7d585b6eb53688e5ce9f80474eac3275576290)) -- **bookmark-client:** renamed id to bookmarkId ([590ad69](https://github.com/equinor/fusion-framework/commit/590ad69cfca579ec65accb5dab47c69968aade95)) +- **bookmark-client:** fix import ([7c7d585](https://github.com/equinor/fusion-framework/commit/7c7d585b6eb53688e5ce9f80474eac3275576290)) +- **bookmark-client:** renamed id to bookmarkId ([590ad69](https://github.com/equinor/fusion-framework/commit/590ad69cfca579ec65accb5dab47c69968aade95)) ## 2.2.0 (2023-03-27) ### Features -- **services:** Added notification api service ([8a40606](https://github.com/equinor/fusion-framework/commit/8a406068d69903e0d7ebc76079ed12caeac540f1)) +- **services:** Added notification api service ([8a40606](https://github.com/equinor/fusion-framework/commit/8a406068d69903e0d7ebc76079ed12caeac540f1)) ## 2.1.0 (2023-03-22) ### Features -- added put and getAll endpoints to the bookmark api client ([b9deb40](https://github.com/equinor/fusion-framework/commit/b9deb406460cea2f0fa34eb688d4e427bfb2f9b5)) +- added put and getAll endpoints to the bookmark api client ([b9deb40](https://github.com/equinor/fusion-framework/commit/b9deb406460cea2f0fa34eb688d4e427bfb2f9b5)) ### Bug Fixes -- **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685)) +- **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685)) ## [2.0.7](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@2.0.6...@equinor/fusion-framework-module-services@2.0.7) (2023-03-20) @@ -1089,7 +1099,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- update interface for enabling modules ([1e5730e](https://github.com/equinor/fusion-framework/commit/1e5730e91992c1d0177790c851be993a0532a3d1)) +- update interface for enabling modules ([1e5730e](https://github.com/equinor/fusion-framework/commit/1e5730e91992c1d0177790c851be993a0532a3d1)) ## [1.0.13](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@1.0.12...@equinor/fusion-framework-module-services@1.0.13) (2023-01-17) @@ -1163,7 +1173,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- import typos ([c6449f1](https://github.com/equinor/fusion-framework/commit/c6449f1ac692439d52ed0e88f8492de9721e29ce)) +- import typos ([c6449f1](https://github.com/equinor/fusion-framework/commit/c6449f1ac692439d52ed0e88f8492de9721e29ce)) ## [0.5.18](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@0.5.17...@equinor/fusion-framework-module-services@0.5.18) (2022-12-01) @@ -1241,13 +1251,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- :sparkles: delete bookmark ([df70d9f](https://github.com/equinor/fusion-framework/commit/df70d9f6ed369cfc9e682a268b7175ddf8b3d122)) +- :sparkles: delete bookmark ([df70d9f](https://github.com/equinor/fusion-framework/commit/df70d9f6ed369cfc9e682a268b7175ddf8b3d122)) ## 0.4.0 (2022-11-01) ### Features -- :sparkles: post bookmark module-services ([333ec6a](https://github.com/equinor/fusion-framework/commit/333ec6ab394f305aa02678d93a513ecf67fd52bc)) +- :sparkles: post bookmark module-services ([333ec6a](https://github.com/equinor/fusion-framework/commit/333ec6ab394f305aa02678d93a513ecf67fd52bc)) ## 0.3.2 (2022-10-27) @@ -1261,13 +1271,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **module-services:** bookmarks get ([0fe2c83](https://github.com/equinor/fusion-framework/commit/0fe2c83155b7c49623da13739f0945edf4ee9200)) +- **module-services:** bookmarks get ([0fe2c83](https://github.com/equinor/fusion-framework/commit/0fe2c83155b7c49623da13739f0945edf4ee9200)) ## [0.2.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@0.1.1...@equinor/fusion-framework-module-services@0.2.0) (2022-10-17) ### Features -- **observable:** expose async query function ([b9292fc](https://github.com/equinor/fusion-framework/commit/b9292fcabd0756c0340fc767acf592482b253cd0)) +- **observable:** expose async query function ([b9292fc](https://github.com/equinor/fusion-framework/commit/b9292fcabd0756c0340fc767acf592482b253cd0)) ## 0.1.1 (2022-10-03) @@ -1277,45 +1287,45 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **module-services:** initial ([98fd097](https://github.com/equinor/fusion-framework/commit/98fd097aa486d8ece4cd4501cf7ecb533dd7a62a)), closes [#265](https://github.com/equinor/fusion-framework/issues/265) [#269](https://github.com/equinor/fusion-framework/issues/269) [#270](https://github.com/equinor/fusion-framework/issues/270) -- **module-services:** initial ([8eeadc7](https://github.com/equinor/fusion-framework/commit/8eeadc764516048e5ead9f5e2d14af7edd1b1057)), closes [#265](https://github.com/equinor/fusion-framework/issues/265) [#269](https://github.com/equinor/fusion-framework/issues/269) [#270](https://github.com/equinor/fusion-framework/issues/270) -- **module-services:** rewrite interface for services ([b440aa2](https://github.com/equinor/fusion-framework/commit/b440aa28ae733aa77e07128b04b21fe24db356b4)) -- **module-services:** rewrite module ([bbbc203](https://github.com/equinor/fusion-framework/commit/bbbc2031f4c8785fd623db3be16f96195094f47e)) -- **module-services:** rewrite module ([40b64ad](https://github.com/equinor/fusion-framework/commit/40b64ad5dca8ef719fcca9b3297e85aa28af413a)) - , {azureId: '123'}) - `` +- **module-services:** initial ([98fd097](https://github.com/equinor/fusion-framework/commit/98fd097aa486d8ece4cd4501cf7ecb533dd7a62a)), closes [#265](https://github.com/equinor/fusion-framework/issues/265) [#269](https://github.com/equinor/fusion-framework/issues/269) [#270](https://github.com/equinor/fusion-framework/issues/270) +- **module-services:** initial ([8eeadc7](https://github.com/equinor/fusion-framework/commit/8eeadc764516048e5ead9f5e2d14af7edd1b1057)), closes [#265](https://github.com/equinor/fusion-framework/issues/265) [#269](https://github.com/equinor/fusion-framework/issues/269) [#270](https://github.com/equinor/fusion-framework/issues/270) +- **module-services:** rewrite interface for services ([b440aa2](https://github.com/equinor/fusion-framework/commit/b440aa28ae733aa77e07128b04b21fe24db356b4)) +- **module-services:** rewrite module ([bbbc203](https://github.com/equinor/fusion-framework/commit/bbbc2031f4c8785fd623db3be16f96195094f47e)) +- **module-services:** rewrite module ([40b64ad](https://github.com/equinor/fusion-framework/commit/40b64ad5dca8ef719fcca9b3297e85aa28af413a)) + , {azureId: '123'}) + `` -- [#1254](https://github.com/equinor/fusion-framework/pull/1254) [`a2d2dee9`](https://github.com/equinor/fusion-framework/commit/a2d2dee987673171ad91daec98cb530649da5849) Thanks [@odinr](https://github.com/odinr)! - Update people client to reflect Fusion API +- [#1254](https://github.com/equinor/fusion-framework/pull/1254) [`a2d2dee9`](https://github.com/equinor/fusion-framework/commit/a2d2dee987673171ad91daec98cb530649da5849) Thanks [@odinr](https://github.com/odinr)! - Update people client to reflect Fusion API - - added models for v2 and v4 - - added expand logic for person detail `roles` `positions` `contracts` `manager` `companies` - - changed api client to now include args and init (previously args where extracted from call parameters) to correctly type response models + - added models for v2 and v4 + - added expand logic for person detail `roles` `positions` `contracts` `manager` `companies` + - changed api client to now include args and init (previously args where extracted from call parameters) to correctly type response models ## 3.1.5 ### Patch Changes -- Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]: - - @equinor/fusion-framework-module@4.2.4 +- Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]: + - @equinor/fusion-framework-module@4.2.4 ## 3.1.4 ### Patch Changes -- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm +- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm conflicts of `@types/react` made random outcomes when using `yarn` this change should not affect consumer of the packages, but might conflict dependent on local package manager. -- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]: - - @equinor/fusion-framework-module@4.2.3 +- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]: + - @equinor/fusion-framework-module@4.2.3 ## 3.1.3 ### Patch Changes -- [#946](https://github.com/equinor/fusion-framework/pull/946) [`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352) Thanks [@odinr](https://github.com/odinr)! - Build/update typescript to 5 +- [#946](https://github.com/equinor/fusion-framework/pull/946) [`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352) Thanks [@odinr](https://github.com/odinr)! - Build/update typescript to 5 All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. @@ -1332,54 +1342,54 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **module-services:** add response handler ([77128e8](https://github.com/equinor/fusion-framework/commit/77128e82692ff570cf65a8b3c900bc6234ce4ae9)) +- **module-services:** add response handler ([77128e8](https://github.com/equinor/fusion-framework/commit/77128e82692ff570cf65a8b3c900bc6234ce4ae9)) ### Bug Fixes -- **module-services:** validate response for http client ([6958f82](https://github.com/equinor/fusion-framework/commit/6958f82c4615f701e2ae9edf2d34dda60af8960a)) +- **module-services:** validate response for http client ([6958f82](https://github.com/equinor/fusion-framework/commit/6958f82c4615f701e2ae9edf2d34dda60af8960a)) ## 3.0.3 (2023-04-24) ### Bug Fixes -- **services-module:** fix bookmark favorites url ([f9c6129](https://github.com/equinor/fusion-framework/commit/f9c612914eae57452e1ffe77b1dc054eefea2850)) +- **services-module:** fix bookmark favorites url ([f9c6129](https://github.com/equinor/fusion-framework/commit/f9c612914eae57452e1ffe77b1dc054eefea2850)) ## 3.0.2 (2023-04-18) ### Bug Fixes -- **service:** fix linting ([88b5e59](https://github.com/equinor/fusion-framework/commit/88b5e596d18ac8b999404c3487a9896b0806a767)) -- **services:** update-api-provider-types ([380c6af](https://github.com/equinor/fusion-framework/commit/380c6af855fa6b9a29dbedd51917f0d6e4e7742b)) +- **service:** fix linting ([88b5e59](https://github.com/equinor/fusion-framework/commit/88b5e596d18ac8b999404c3487a9896b0806a767)) +- **services:** update-api-provider-types ([380c6af](https://github.com/equinor/fusion-framework/commit/380c6af855fa6b9a29dbedd51917f0d6e4e7742b)) ## 3.0.1 (2023-04-17) ### Bug Fixes -- **context:** skip clearing context ([d4032b7](https://github.com/equinor/fusion-framework/commit/d4032b78b21d123e67cc7dadc50a65071d976b94)) +- **context:** skip clearing context ([d4032b7](https://github.com/equinor/fusion-framework/commit/d4032b78b21d123e67cc7dadc50a65071d976b94)) ## 3.0.0 (2023-04-16) ### Bug Fixes -- **modules/services:** fix oData query builder ([95e3e98](https://github.com/equinor/fusion-framework/commit/95e3e9886cbf4d00820577eaf141f83cc8a602b5)) +- **modules/services:** fix oData query builder ([95e3e98](https://github.com/equinor/fusion-framework/commit/95e3e9886cbf4d00820577eaf141f83cc8a602b5)) ## 2.6.0 (2023-04-14) ### Features -- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4)) +- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4)) ## 2.5.0 (2023-04-14) ### Features -- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4)) +- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4)) ## 2.4.0 (2023-04-14) ### Features -- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4)) +- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4)) ## 2.3.1 (2023-04-13) @@ -1389,29 +1399,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **bookmark-client:** added verify users bookmark ([971835c](https://github.com/equinor/fusion-framework/commit/971835c801f46fc4bebd3d1b97ca8cd83c085a77)) -- **Bookmark-Client:** Enable to add bookmark favorites ([83dd966](https://github.com/equinor/fusion-framework/commit/83dd966ef1d609f0be44373ee16344810ae9beb4)) +- **bookmark-client:** added verify users bookmark ([971835c](https://github.com/equinor/fusion-framework/commit/971835c801f46fc4bebd3d1b97ca8cd83c085a77)) +- **Bookmark-Client:** Enable to add bookmark favorites ([83dd966](https://github.com/equinor/fusion-framework/commit/83dd966ef1d609f0be44373ee16344810ae9beb4)) ### Bug Fixes -- **bookmark-client:** fix import ([7c7d585](https://github.com/equinor/fusion-framework/commit/7c7d585b6eb53688e5ce9f80474eac3275576290)) -- **bookmark-client:** renamed id to bookmarkId ([590ad69](https://github.com/equinor/fusion-framework/commit/590ad69cfca579ec65accb5dab47c69968aade95)) +- **bookmark-client:** fix import ([7c7d585](https://github.com/equinor/fusion-framework/commit/7c7d585b6eb53688e5ce9f80474eac3275576290)) +- **bookmark-client:** renamed id to bookmarkId ([590ad69](https://github.com/equinor/fusion-framework/commit/590ad69cfca579ec65accb5dab47c69968aade95)) ## 2.2.0 (2023-03-27) ### Features -- **services:** Added notification api service ([8a40606](https://github.com/equinor/fusion-framework/commit/8a406068d69903e0d7ebc76079ed12caeac540f1)) +- **services:** Added notification api service ([8a40606](https://github.com/equinor/fusion-framework/commit/8a406068d69903e0d7ebc76079ed12caeac540f1)) ## 2.1.0 (2023-03-22) ### Features -- added put and getAll endpoints to the bookmark api client ([b9deb40](https://github.com/equinor/fusion-framework/commit/b9deb406460cea2f0fa34eb688d4e427bfb2f9b5)) +- added put and getAll endpoints to the bookmark api client ([b9deb40](https://github.com/equinor/fusion-framework/commit/b9deb406460cea2f0fa34eb688d4e427bfb2f9b5)) ### Bug Fixes -- **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685)) +- **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685)) ## [2.0.7](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@2.0.6...@equinor/fusion-framework-module-services@2.0.7) (2023-03-20) @@ -1457,7 +1467,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- update interface for enabling modules ([1e5730e](https://github.com/equinor/fusion-framework/commit/1e5730e91992c1d0177790c851be993a0532a3d1)) +- update interface for enabling modules ([1e5730e](https://github.com/equinor/fusion-framework/commit/1e5730e91992c1d0177790c851be993a0532a3d1)) ## [1.0.13](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@1.0.12...@equinor/fusion-framework-module-services@1.0.13) (2023-01-17) @@ -1531,7 +1541,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- import typos ([c6449f1](https://github.com/equinor/fusion-framework/commit/c6449f1ac692439d52ed0e88f8492de9721e29ce)) +- import typos ([c6449f1](https://github.com/equinor/fusion-framework/commit/c6449f1ac692439d52ed0e88f8492de9721e29ce)) ## [0.5.18](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@0.5.17...@equinor/fusion-framework-module-services@0.5.18) (2022-12-01) @@ -1609,13 +1619,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- :sparkles: delete bookmark ([df70d9f](https://github.com/equinor/fusion-framework/commit/df70d9f6ed369cfc9e682a268b7175ddf8b3d122)) +- :sparkles: delete bookmark ([df70d9f](https://github.com/equinor/fusion-framework/commit/df70d9f6ed369cfc9e682a268b7175ddf8b3d122)) ## 0.4.0 (2022-11-01) ### Features -- :sparkles: post bookmark module-services ([333ec6a](https://github.com/equinor/fusion-framework/commit/333ec6ab394f305aa02678d93a513ecf67fd52bc)) +- :sparkles: post bookmark module-services ([333ec6a](https://github.com/equinor/fusion-framework/commit/333ec6ab394f305aa02678d93a513ecf67fd52bc)) ## 0.3.2 (2022-10-27) @@ -1629,13 +1639,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **module-services:** bookmarks get ([0fe2c83](https://github.com/equinor/fusion-framework/commit/0fe2c83155b7c49623da13739f0945edf4ee9200)) +- **module-services:** bookmarks get ([0fe2c83](https://github.com/equinor/fusion-framework/commit/0fe2c83155b7c49623da13739f0945edf4ee9200)) ## [0.2.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@0.1.1...@equinor/fusion-framework-module-services@0.2.0) (2022-10-17) ### Features -- **observable:** expose async query function ([b9292fc](https://github.com/equinor/fusion-framework/commit/b9292fcabd0756c0340fc767acf592482b253cd0)) +- **observable:** expose async query function ([b9292fc](https://github.com/equinor/fusion-framework/commit/b9292fcabd0756c0340fc767acf592482b253cd0)) ## 0.1.1 (2022-10-03) @@ -1645,8 +1655,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **module-services:** initial ([98fd097](https://github.com/equinor/fusion-framework/commit/98fd097aa486d8ece4cd4501cf7ecb533dd7a62a)), closes [#265](https://github.com/equinor/fusion-framework/issues/265) [#269](https://github.com/equinor/fusion-framework/issues/269) [#270](https://github.com/equinor/fusion-framework/issues/270) -- **module-services:** initial ([8eeadc7](https://github.com/equinor/fusion-framework/commit/8eeadc764516048e5ead9f5e2d14af7edd1b1057)), closes [#265](https://github.com/equinor/fusion-framework/issues/265) [#269](https://github.com/equinor/fusion-framework/issues/269) [#270](https://github.com/equinor/fusion-framework/issues/270) -- **module-services:** rewrite interface for services ([b440aa2](https://github.com/equinor/fusion-framework/commit/b440aa28ae733aa77e07128b04b21fe24db356b4)) -- **module-services:** rewrite module ([bbbc203](https://github.com/equinor/fusion-framework/commit/bbbc2031f4c8785fd623db3be16f96195094f47e)) -- **module-services:** rewrite module ([40b64ad](https://github.com/equinor/fusion-framework/commit/40b64ad5dca8ef719fcca9b3297e85aa28af413a)) +- **module-services:** initial ([98fd097](https://github.com/equinor/fusion-framework/commit/98fd097aa486d8ece4cd4501cf7ecb533dd7a62a)), closes [#265](https://github.com/equinor/fusion-framework/issues/265) [#269](https://github.com/equinor/fusion-framework/issues/269) [#270](https://github.com/equinor/fusion-framework/issues/270) +- **module-services:** initial ([8eeadc7](https://github.com/equinor/fusion-framework/commit/8eeadc764516048e5ead9f5e2d14af7edd1b1057)), closes [#265](https://github.com/equinor/fusion-framework/issues/265) [#269](https://github.com/equinor/fusion-framework/issues/269) [#270](https://github.com/equinor/fusion-framework/issues/270) +- **module-services:** rewrite interface for services ([b440aa2](https://github.com/equinor/fusion-framework/commit/b440aa28ae733aa77e07128b04b21fe24db356b4)) +- **module-services:** rewrite module ([bbbc203](https://github.com/equinor/fusion-framework/commit/bbbc2031f4c8785fd623db3be16f96195094f47e)) +- **module-services:** rewrite module ([40b64ad](https://github.com/equinor/fusion-framework/commit/40b64ad5dca8ef719fcca9b3297e85aa28af413a)) diff --git a/packages/modules/services/package.json b/packages/modules/services/package.json index 953bbb5a1d..3332329e86 100644 --- a/packages/modules/services/package.json +++ b/packages/modules/services/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-module-services", - "version": "5.0.0", + "version": "5.0.1", "description": "", "sideEffects": false, "main": "dist/esm/index.js", diff --git a/packages/react/app/CHANGELOG.md b/packages/react/app/CHANGELOG.md index 6d28a5fd24..5d1008e5b2 100644 --- a/packages/react/app/CHANGELOG.md +++ b/packages/react/app/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 5.4.1 + +### Patch Changes + +- Updated dependencies []: + - @equinor/fusion-framework-app@9.1.16 + - @equinor/fusion-framework-react@7.3.4 + ## 5.4.0 ### Minor Changes diff --git a/packages/react/app/package.json b/packages/react/app/package.json index 76bbb885b8..a44fc44b92 100644 --- a/packages/react/app/package.json +++ b/packages/react/app/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-react-app", - "version": "5.4.0", + "version": "5.4.1", "description": "", "main": "./dist/esm/index.js", "types": "./dist/types/index.d.ts", diff --git a/packages/react/components/bookmark/CHANGELOG.md b/packages/react/components/bookmark/CHANGELOG.md index 740d806fcd..4d64940c01 100644 --- a/packages/react/components/bookmark/CHANGELOG.md +++ b/packages/react/components/bookmark/CHANGELOG.md @@ -1,67 +1,75 @@ # Change Log +## 1.0.3 + +### Patch Changes + +- Updated dependencies []: + - @equinor/fusion-framework-react@7.3.4 + - @equinor/fusion-framework-react-module-bookmark@2.2.3 + ## 1.0.2 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react@7.3.3 - - @equinor/fusion-framework-react-module-bookmark@2.2.2 +- Updated dependencies []: + - @equinor/fusion-framework-react@7.3.3 + - @equinor/fusion-framework-react-module-bookmark@2.2.2 ## 1.0.1 ### Patch Changes -- Updated dependencies [[`7e67ae1`](https://github.com/equinor/fusion-framework/commit/7e67ae127a3a5256df925ae6bd472aa32b8d9292)]: - - @equinor/fusion-framework-react-module-bookmark@2.2.1 +- Updated dependencies [[`7e67ae1`](https://github.com/equinor/fusion-framework/commit/7e67ae127a3a5256df925ae6bd472aa32b8d9292)]: + - @equinor/fusion-framework-react-module-bookmark@2.2.1 ## 1.0.0 ### Major Changes -- [#2410](https://github.com/equinor/fusion-framework/pull/2410) [`9d1cb90`](https://github.com/equinor/fusion-framework/commit/9d1cb9003fa10e7ccaa95c20ef86f0a618034641) Thanks [@odinr](https://github.com/odinr)! - **@equinor/fusion-framework-react-module-bookmark:** +- [#2410](https://github.com/equinor/fusion-framework/pull/2410) [`9d1cb90`](https://github.com/equinor/fusion-framework/commit/9d1cb9003fa10e7ccaa95c20ef86f0a618034641) Thanks [@odinr](https://github.com/odinr)! - **@equinor/fusion-framework-react-module-bookmark:** Updated the `Bookmark` component to use the `useBookmarkComponentContext` hook for accessing the bookmark provider and state. - - Replaced the `useBookmark` hook with `useBookmarkComponentContext` in the `Bookmark` component. - - Updated the `BookmarkProvider` component to use `createContext` and `useContext` for managing the bookmark provider state. - - Modified the `CreateBookmarkModal` and `EditBookmarkModal` components to use the `useBookmarkComponentContext` hook. - - Enhanced the `BookmarkProvider` component to include the current application context. - - Improved error handling and loading state management in the `Bookmark` component. + - Replaced the `useBookmark` hook with `useBookmarkComponentContext` in the `Bookmark` component. + - Updated the `BookmarkProvider` component to use `createContext` and `useContext` for managing the bookmark provider state. + - Modified the `CreateBookmarkModal` and `EditBookmarkModal` components to use the `useBookmarkComponentContext` hook. + - Enhanced the `BookmarkProvider` component to include the current application context. + - Improved error handling and loading state management in the `Bookmark` component. ### Patch Changes -- Updated dependencies [[`9d1cb90`](https://github.com/equinor/fusion-framework/commit/9d1cb9003fa10e7ccaa95c20ef86f0a618034641)]: - - @equinor/fusion-framework-react-module-bookmark@2.2.0 - - @equinor/fusion-framework-react@7.3.2 +- Updated dependencies [[`9d1cb90`](https://github.com/equinor/fusion-framework/commit/9d1cb9003fa10e7ccaa95c20ef86f0a618034641)]: + - @equinor/fusion-framework-react-module-bookmark@2.2.0 + - @equinor/fusion-framework-react@7.3.2 ## 0.5.3 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react@7.3.1 - - @equinor/fusion-framework-react-module-bookmark@2.1.19 +- Updated dependencies []: + - @equinor/fusion-framework-react@7.3.1 + - @equinor/fusion-framework-react-module-bookmark@2.1.19 ## 0.5.2 ### Patch Changes -- [#2494](https://github.com/equinor/fusion-framework/pull/2494) [`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251) Thanks [@odinr](https://github.com/odinr)! - Adjusted module to the new app service API. +- [#2494](https://github.com/equinor/fusion-framework/pull/2494) [`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251) Thanks [@odinr](https://github.com/odinr)! - Adjusted module to the new app service API. > [!WARNING] > This will introduce breaking changes to the configuration of `AppConfigurator.client`. **Added** - - Introduced `AppClient` class to handle application manifest and configuration queries. - - Added `zod` to validate the application manifest. + - Introduced `AppClient` class to handle application manifest and configuration queries. + - Added `zod` to validate the application manifest. **Changed** - - Updated `AppModuleProvider` to use `AppClient` for fetching application manifests and configurations. - - Modified `AppConfigurator` to utilize `AppClient` for client configuration. - - Updated `useApps` hook with new input parameter for `filterByCurrentUser` in `fusion-framework-react`. + - Updated `AppModuleProvider` to use `AppClient` for fetching application manifests and configurations. + - Modified `AppConfigurator` to utilize `AppClient` for client configuration. + - Updated `useApps` hook with new input parameter for `filterByCurrentUser` in `fusion-framework-react`. **Migration** @@ -105,75 +113,75 @@ configurator.setClient(new CustomAppClient()); ``` -- Updated dependencies [[`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251)]: - - @equinor/fusion-framework-react@7.3.0 - - @equinor/fusion-framework-react-module-bookmark@2.1.18 +- Updated dependencies [[`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251)]: + - @equinor/fusion-framework-react@7.3.0 + - @equinor/fusion-framework-react-module-bookmark@2.1.18 ## 0.5.1 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react@7.2.3 - - @equinor/fusion-framework-react-module-bookmark@2.1.17 +- Updated dependencies []: + - @equinor/fusion-framework-react@7.2.3 + - @equinor/fusion-framework-react-module-bookmark@2.1.17 ## 0.5.0 ### Minor Changes -- [#2465](https://github.com/equinor/fusion-framework/pull/2465) [`eb11a19`](https://github.com/equinor/fusion-framework/commit/eb11a1952cfa5a1ec8ca40d8f53303ff7c675cbe) Thanks [@dependabot](https://github.com/apps/dependabot)! - updated @equinor/eds-core-react to 0.42.0 +- [#2465](https://github.com/equinor/fusion-framework/pull/2465) [`eb11a19`](https://github.com/equinor/fusion-framework/commit/eb11a1952cfa5a1ec8ca40d8f53303ff7c675cbe) Thanks [@dependabot](https://github.com/apps/dependabot)! - updated @equinor/eds-core-react to 0.42.0 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react@7.2.2 - - @equinor/fusion-framework-react-module-bookmark@2.1.16 +- Updated dependencies []: + - @equinor/fusion-framework-react@7.2.2 + - @equinor/fusion-framework-react-module-bookmark@2.1.16 ## 0.4.15 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react-module-bookmark@2.1.15 - - @equinor/fusion-framework-react@7.2.1 +- Updated dependencies []: + - @equinor/fusion-framework-react-module-bookmark@2.1.15 + - @equinor/fusion-framework-react@7.2.1 ## 0.4.14 ### Patch Changes -- [#2403](https://github.com/equinor/fusion-framework/pull/2403) [`67ea61d`](https://github.com/equinor/fusion-framework/commit/67ea61dad8f50e8b8b977008b26374c2f982eb4d) Thanks [@dependabot](https://github.com/apps/dependabot)! - bump @equinor/eds-core-react from 0.40.1 to 0.41.2 +- [#2403](https://github.com/equinor/fusion-framework/pull/2403) [`67ea61d`](https://github.com/equinor/fusion-framework/commit/67ea61dad8f50e8b8b977008b26374c2f982eb4d) Thanks [@dependabot](https://github.com/apps/dependabot)! - bump @equinor/eds-core-react from 0.40.1 to 0.41.2 [see EDS changelog](https://github.com/equinor/design-system/blob/develop/packages/eds-core-react/CHANGELOG.md) -- Updated dependencies [[`843edd9`](https://github.com/equinor/fusion-framework/commit/843edd96f2a01ebd814766105902977cdc1cdf8e)]: - - @equinor/fusion-framework-react@7.2.0 - - @equinor/fusion-framework-react-module-bookmark@2.1.14 +- Updated dependencies [[`843edd9`](https://github.com/equinor/fusion-framework/commit/843edd96f2a01ebd814766105902977cdc1cdf8e)]: + - @equinor/fusion-framework-react@7.2.0 + - @equinor/fusion-framework-react-module-bookmark@2.1.14 ## 0.4.13 ### Patch Changes -- [#2350](https://github.com/equinor/fusion-framework/pull/2350) [`960ca34`](https://github.com/equinor/fusion-framework/commit/960ca34cae26f386e28c16bac00e7932f4f9199a) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @equinor/eds-core-react from 0.38.0 to 0.40.1 +- [#2350](https://github.com/equinor/fusion-framework/pull/2350) [`960ca34`](https://github.com/equinor/fusion-framework/commit/960ca34cae26f386e28c16bac00e7932f4f9199a) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @equinor/eds-core-react from 0.38.0 to 0.40.1 -- Updated dependencies []: - - @equinor/fusion-framework-react@7.1.4 - - @equinor/fusion-framework-react-module-bookmark@2.1.13 +- Updated dependencies []: + - @equinor/fusion-framework-react@7.1.4 + - @equinor/fusion-framework-react-module-bookmark@2.1.13 ## 0.4.12 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react@7.1.3 - - @equinor/fusion-framework-react-module-bookmark@2.1.12 +- Updated dependencies []: + - @equinor/fusion-framework-react@7.1.3 + - @equinor/fusion-framework-react-module-bookmark@2.1.12 ## 0.4.11 ### Patch Changes -- [#2333](https://github.com/equinor/fusion-framework/pull/2333) [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1) Thanks [@odinr](https://github.com/odinr)! - Updated `TypeScript` to 5.5.3 +- [#2333](https://github.com/equinor/fusion-framework/pull/2333) [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1) Thanks [@odinr](https://github.com/odinr)! - Updated `TypeScript` to 5.5.3 -- [#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. +- [#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. Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons: @@ -216,321 +224,321 @@ This change ensures that comments are preserved in the compiled output, potentially improving the development and debugging experience for users of the Fusion Framework. -- Updated dependencies [[`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1), [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee)]: - - @equinor/fusion-framework-react-module-bookmark@2.1.11 - - @equinor/fusion-framework-react@7.1.2 +- Updated dependencies [[`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1), [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee)]: + - @equinor/fusion-framework-react-module-bookmark@2.1.11 + - @equinor/fusion-framework-react@7.1.2 ## 0.4.10 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react@7.1.1 - - @equinor/fusion-framework-react-module-bookmark@2.1.10 +- Updated dependencies []: + - @equinor/fusion-framework-react@7.1.1 + - @equinor/fusion-framework-react-module-bookmark@2.1.10 ## 0.4.9 ### Patch Changes -- [#2205](https://github.com/equinor/fusion-framework/pull/2205) [`4e64552`](https://github.com/equinor/fusion-framework/commit/4e64552a3c1b0324e1deda93779eab16dbebbed3) Thanks [@odinr](https://github.com/odinr)! - Updated `@equinor/eds-core-react` dependency to version `^0.38.0` - Updated `@equinor/eds-utils` dependency to version `^0.8.5` -- Updated dependencies [[`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8)]: - - @equinor/fusion-framework-react@7.1.0 - - @equinor/fusion-framework-react-module-bookmark@2.1.9 +- [#2205](https://github.com/equinor/fusion-framework/pull/2205) [`4e64552`](https://github.com/equinor/fusion-framework/commit/4e64552a3c1b0324e1deda93779eab16dbebbed3) Thanks [@odinr](https://github.com/odinr)! - Updated `@equinor/eds-core-react` dependency to version `^0.38.0` + Updated `@equinor/eds-utils` dependency to version `^0.8.5` +- Updated dependencies [[`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8)]: + - @equinor/fusion-framework-react@7.1.0 + - @equinor/fusion-framework-react-module-bookmark@2.1.9 ## 0.4.8 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react@7.0.8 - - @equinor/fusion-framework-react-module-bookmark@2.1.8 +- Updated dependencies []: + - @equinor/fusion-framework-react@7.0.8 + - @equinor/fusion-framework-react-module-bookmark@2.1.8 ## 0.4.7 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react-module-bookmark@2.1.7 - - @equinor/fusion-framework-react@7.0.7 +- Updated dependencies []: + - @equinor/fusion-framework-react-module-bookmark@2.1.7 + - @equinor/fusion-framework-react@7.0.7 ## 0.4.6 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react-module-bookmark@2.1.6 - - @equinor/fusion-framework-react@7.0.6 +- Updated dependencies []: + - @equinor/fusion-framework-react-module-bookmark@2.1.6 + - @equinor/fusion-framework-react@7.0.6 ## 0.4.5 ### Patch Changes -- [#2098](https://github.com/equinor/fusion-framework/pull/2098) [`5093391`](https://github.com/equinor/fusion-framework/commit/5093391eabda84873041ee89632f26770734b03c) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump @equinor/eds-core-react from 0.36.1 to 0.37.0 +- [#2098](https://github.com/equinor/fusion-framework/pull/2098) [`5093391`](https://github.com/equinor/fusion-framework/commit/5093391eabda84873041ee89632f26770734b03c) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump @equinor/eds-core-react from 0.36.1 to 0.37.0 -- Updated dependencies []: - - @equinor/fusion-framework-react-module-bookmark@2.1.5 - - @equinor/fusion-framework-react@7.0.5 +- Updated dependencies []: + - @equinor/fusion-framework-react-module-bookmark@2.1.5 + - @equinor/fusion-framework-react@7.0.5 ## 0.4.4 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react@7.0.4 - - @equinor/fusion-framework-react-module-bookmark@2.1.4 +- Updated dependencies []: + - @equinor/fusion-framework-react@7.0.4 + - @equinor/fusion-framework-react-module-bookmark@2.1.4 ## 0.4.3 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react@7.0.3 - - @equinor/fusion-framework-react-module-bookmark@2.1.3 +- Updated dependencies []: + - @equinor/fusion-framework-react@7.0.3 + - @equinor/fusion-framework-react-module-bookmark@2.1.3 ## 0.4.2 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react@7.0.2 - - @equinor/fusion-framework-react-module-bookmark@2.1.2 +- Updated dependencies []: + - @equinor/fusion-framework-react@7.0.2 + - @equinor/fusion-framework-react-module-bookmark@2.1.2 ## 0.4.1 ### Patch Changes -- [#1981](https://github.com/equinor/fusion-framework/pull/1981) [`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc) Thanks [@eikeland](https://github.com/eikeland)! - Align package exports with node10+ documentation. +- [#1981](https://github.com/equinor/fusion-framework/pull/1981) [`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc) Thanks [@eikeland](https://github.com/eikeland)! - Align package exports with node10+ documentation. -- Updated dependencies [[`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc)]: - - @equinor/fusion-framework-react@7.0.1 - - @equinor/fusion-framework-react-module-bookmark@2.1.1 +- Updated dependencies [[`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc)]: + - @equinor/fusion-framework-react@7.0.1 + - @equinor/fusion-framework-react-module-bookmark@2.1.1 ## 0.4.0 ### Minor Changes -- [#1953](https://github.com/equinor/fusion-framework/pull/1953) [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904) Thanks [@odinr](https://github.com/odinr)! - updated typescript to 5.4.2 +- [#1953](https://github.com/equinor/fusion-framework/pull/1953) [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904) Thanks [@odinr](https://github.com/odinr)! - updated typescript to 5.4.2 ### Patch Changes -- Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]: - - @equinor/fusion-framework-react-module-bookmark@2.1.0 - - @equinor/fusion-framework-react@7.0.0 +- Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]: + - @equinor/fusion-framework-react-module-bookmark@2.1.0 + - @equinor/fusion-framework-react@7.0.0 ## 0.3.11 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react-module-bookmark@2.0.35 - - @equinor/fusion-framework-react@6.0.5 +- Updated dependencies []: + - @equinor/fusion-framework-react-module-bookmark@2.0.35 + - @equinor/fusion-framework-react@6.0.5 ## 0.3.10 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react@6.0.4 - - @equinor/fusion-framework-react-module-bookmark@2.0.34 +- Updated dependencies []: + - @equinor/fusion-framework-react@6.0.4 + - @equinor/fusion-framework-react-module-bookmark@2.0.34 ## 0.3.9 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react@6.0.3 - - @equinor/fusion-framework-react-module-bookmark@2.0.33 +- Updated dependencies []: + - @equinor/fusion-framework-react@6.0.3 + - @equinor/fusion-framework-react-module-bookmark@2.0.33 ## 0.3.8 ### Patch Changes -- [#1823](https://github.com/equinor/fusion-framework/pull/1823) [`9733563`](https://github.com/equinor/fusion-framework/commit/9733563ad072a6c21d61952d6d71978b88612ac5) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump @equinor/eds-core-react from 0.35.1 to 0.36.0 +- [#1823](https://github.com/equinor/fusion-framework/pull/1823) [`9733563`](https://github.com/equinor/fusion-framework/commit/9733563ad072a6c21d61952d6d71978b88612ac5) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump @equinor/eds-core-react from 0.35.1 to 0.36.0 ## 0.3.7 ### Patch Changes -- Updated dependencies [[`2a813bc`](https://github.com/equinor/fusion-framework/commit/2a813bc0a32f53e7515f16f8b5cba1cf1e5018a3)]: - - @equinor/fusion-framework-react@6.0.2 - - @equinor/fusion-framework-react-module-bookmark@2.0.32 +- Updated dependencies [[`2a813bc`](https://github.com/equinor/fusion-framework/commit/2a813bc0a32f53e7515f16f8b5cba1cf1e5018a3)]: + - @equinor/fusion-framework-react@6.0.2 + - @equinor/fusion-framework-react-module-bookmark@2.0.32 ## 0.3.6 ### Patch Changes -- Updated dependencies [[`fdbe12f`](https://github.com/equinor/fusion-framework/commit/fdbe12f258aeb98d91094f16f2d8ce229d7b13ee)]: - - @equinor/fusion-framework-react@6.0.1 - - @equinor/fusion-framework-react-module-bookmark@2.0.31 +- Updated dependencies [[`fdbe12f`](https://github.com/equinor/fusion-framework/commit/fdbe12f258aeb98d91094f16f2d8ce229d7b13ee)]: + - @equinor/fusion-framework-react@6.0.1 + - @equinor/fusion-framework-react-module-bookmark@2.0.31 ## 0.3.5 ### Patch Changes -- [#1754](https://github.com/equinor/fusion-framework/pull/1754) [`81e7db7`](https://github.com/equinor/fusion-framework/commit/81e7db74690aa7284584d3820494cb71e6ad6c91) Thanks [@eikeland](https://github.com/eikeland)! - Updating eds packages to mitigate type errors after latest version, @equinor/ids-icons >= 0.20.0. +- [#1754](https://github.com/equinor/fusion-framework/pull/1754) [`81e7db7`](https://github.com/equinor/fusion-framework/commit/81e7db74690aa7284584d3820494cb71e6ad6c91) Thanks [@eikeland](https://github.com/eikeland)! - Updating eds packages to mitigate type errors after latest version, @equinor/ids-icons >= 0.20.0. -- Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]: - - @equinor/fusion-framework-react@6.0.0 - - @equinor/fusion-framework-react-module-bookmark@2.0.30 +- Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]: + - @equinor/fusion-framework-react@6.0.0 + - @equinor/fusion-framework-react-module-bookmark@2.0.30 ## 0.3.4 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react-module-bookmark@2.0.29 +- Updated dependencies []: + - @equinor/fusion-framework-react-module-bookmark@2.0.29 ## 0.3.3 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react@5.3.9 - - @equinor/fusion-framework-react-module-bookmark@2.0.28 +- Updated dependencies []: + - @equinor/fusion-framework-react@5.3.9 + - @equinor/fusion-framework-react-module-bookmark@2.0.28 ## 0.3.2 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react@5.3.8 - - @equinor/fusion-framework-react-module-bookmark@2.0.27 +- Updated dependencies []: + - @equinor/fusion-framework-react@5.3.8 + - @equinor/fusion-framework-react-module-bookmark@2.0.27 ## 0.3.1 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react@5.3.7 - - @equinor/fusion-framework-react-module-bookmark@2.0.26 +- Updated dependencies []: + - @equinor/fusion-framework-react@5.3.7 + - @equinor/fusion-framework-react-module-bookmark@2.0.26 ## 0.3.0 ### Minor Changes -- [#1615](https://github.com/equinor/fusion-framework/pull/1615) [`750a7f5`](https://github.com/equinor/fusion-framework/commit/750a7f5f96104e33d4a436ff858044516e269c68) Thanks [@Noggling](https://github.com/Noggling)! - Implement a "No Content" message and relocate the "Loading" indicator to the bookmarks component. Additionally, incorporate an effect to handle cases where the "onBookmarksChanged" event is not triggered. +- [#1615](https://github.com/equinor/fusion-framework/pull/1615) [`750a7f5`](https://github.com/equinor/fusion-framework/commit/750a7f5f96104e33d4a436ff858044516e269c68) Thanks [@Noggling](https://github.com/Noggling)! - Implement a "No Content" message and relocate the "Loading" indicator to the bookmarks component. Additionally, incorporate an effect to handle cases where the "onBookmarksChanged" event is not triggered. ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react@5.3.6 - - @equinor/fusion-framework-react-module-bookmark@2.0.25 +- Updated dependencies []: + - @equinor/fusion-framework-react@5.3.6 + - @equinor/fusion-framework-react-module-bookmark@2.0.25 ## 0.2.14 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react@5.3.5 - - @equinor/fusion-framework-react-module-bookmark@2.0.24 +- Updated dependencies []: + - @equinor/fusion-framework-react@5.3.5 + - @equinor/fusion-framework-react-module-bookmark@2.0.24 ## 0.2.13 ### Patch Changes -- Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]: - - @equinor/fusion-framework-react-module-bookmark@2.0.23 - - @equinor/fusion-framework-react@5.3.4 +- Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]: + - @equinor/fusion-framework-react-module-bookmark@2.0.23 + - @equinor/fusion-framework-react@5.3.4 ## 0.2.12 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react-module-bookmark@2.0.22 +- Updated dependencies []: + - @equinor/fusion-framework-react-module-bookmark@2.0.22 ## 0.2.11 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react-module-bookmark@2.0.21 - - @equinor/fusion-framework-react@5.3.3 +- Updated dependencies []: + - @equinor/fusion-framework-react-module-bookmark@2.0.21 + - @equinor/fusion-framework-react@5.3.3 ## 0.2.10 ### Patch Changes -- [#1348](https://github.com/equinor/fusion-framework/pull/1348) [`0acc8827`](https://github.com/equinor/fusion-framework/commit/0acc8827e5e2df8b5b2aeac5e1a2cd29c4384e78) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @equinor/eds-core-react from 0.32.4 to 0.33.0 +- [#1348](https://github.com/equinor/fusion-framework/pull/1348) [`0acc8827`](https://github.com/equinor/fusion-framework/commit/0acc8827e5e2df8b5b2aeac5e1a2cd29c4384e78) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @equinor/eds-core-react from 0.32.4 to 0.33.0 - - support for [styled-components@6](https://styled-components.com/releases#v6.0.0) + - support for [styled-components@6](https://styled-components.com/releases#v6.0.0) ## 0.2.9 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react-module-bookmark@2.0.20 - - @equinor/fusion-framework-react@5.3.2 +- Updated dependencies []: + - @equinor/fusion-framework-react-module-bookmark@2.0.20 + - @equinor/fusion-framework-react@5.3.2 ## 0.2.8 ### Patch Changes -- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot +- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot -- Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]: - - @equinor/fusion-framework-react@5.3.1 - - @equinor/fusion-framework-react-module-bookmark@2.0.19 +- Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]: + - @equinor/fusion-framework-react@5.3.1 + - @equinor/fusion-framework-react-module-bookmark@2.0.19 ## 0.2.7 ### Patch Changes -- Updated dependencies [[`3896fbec`](https://github.com/equinor/fusion-framework/commit/3896fbec3458dbe2ebd66e772465d5f89cd20658)]: - - @equinor/fusion-framework-react@5.3.0 - - @equinor/fusion-framework-react-module-bookmark@2.0.18 +- Updated dependencies [[`3896fbec`](https://github.com/equinor/fusion-framework/commit/3896fbec3458dbe2ebd66e772465d5f89cd20658)]: + - @equinor/fusion-framework-react@5.3.0 + - @equinor/fusion-framework-react-module-bookmark@2.0.18 ## 0.2.6 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react@5.2.7 - - @equinor/fusion-framework-react-module-bookmark@2.0.17 +- Updated dependencies []: + - @equinor/fusion-framework-react@5.2.7 + - @equinor/fusion-framework-react-module-bookmark@2.0.17 ## 0.2.5 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react@5.2.6 - - @equinor/fusion-framework-react-module-bookmark@2.0.16 +- Updated dependencies []: + - @equinor/fusion-framework-react@5.2.6 + - @equinor/fusion-framework-react-module-bookmark@2.0.16 ## 0.2.4 ### Patch Changes -- [`18b70b98`](https://github.com/equinor/fusion-framework/commit/18b70b98454df296a2a06fa5281ae9b6556d9a67) Thanks [@odinr](https://github.com/odinr)! - test 3 +- [`18b70b98`](https://github.com/equinor/fusion-framework/commit/18b70b98454df296a2a06fa5281ae9b6556d9a67) Thanks [@odinr](https://github.com/odinr)! - test 3 ## 0.2.3 ### Patch Changes -- [`c9b5f360`](https://github.com/equinor/fusion-framework/commit/c9b5f3605ff6ffe355eec9b709a5a6c5784355e5) Thanks [@odinr](https://github.com/odinr)! - test 2 +- [`c9b5f360`](https://github.com/equinor/fusion-framework/commit/c9b5f3605ff6ffe355eec9b709a5a6c5784355e5) Thanks [@odinr](https://github.com/odinr)! - test 2 ## 0.2.2 ### Patch Changes -- [`f7db2499`](https://github.com/equinor/fusion-framework/commit/f7db249937212f876beb87d2941036f7e5f793d4) Thanks [@odinr](https://github.com/odinr)! - test release +- [`f7db2499`](https://github.com/equinor/fusion-framework/commit/f7db249937212f876beb87d2941036f7e5f793d4) Thanks [@odinr](https://github.com/odinr)! - test release ## 0.2.1 ### Patch Changes -- [`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594) Thanks [@odinr](https://github.com/odinr)! - fix typo in styled components +- [`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594) Thanks [@odinr](https://github.com/odinr)! - fix typo in styled components -- Updated dependencies []: - - @equinor/fusion-framework-react-module-bookmark@2.0.15 - - @equinor/fusion-framework-react@5.2.5 +- Updated dependencies []: + - @equinor/fusion-framework-react-module-bookmark@2.0.15 + - @equinor/fusion-framework-react@5.2.5 ## 0.2.0 ### Minor Changes -- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Removed emotion styling +- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Removed emotion styling issues whit conflicting package when using 3x jss frameworks (mui, styled-components, emotion) @@ -538,78 +546,78 @@ ### Patch Changes -- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm +- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm conflicts of `@types/react` made random outcomes when using `yarn` this change should not affect consumer of the packages, but might conflict dependent on local package manager. -- [#1129](https://github.com/equinor/fusion-framework/pull/1129) [`f672d0bb`](https://github.com/equinor/fusion-framework/commit/f672d0bba71a7ea6cd08135778fda67ff38f3ac3) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @equinor/eds-core-react from 0.30.0 to 0.32.4 +- [#1129](https://github.com/equinor/fusion-framework/pull/1129) [`f672d0bb`](https://github.com/equinor/fusion-framework/commit/f672d0bba71a7ea6cd08135778fda67ff38f3ac3) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @equinor/eds-core-react from 0.30.0 to 0.32.4 -- [#1122](https://github.com/equinor/fusion-framework/pull/1122) [`1a055b21`](https://github.com/equinor/fusion-framework/commit/1a055b21e07f84bc5d35cc891586aa9aa0bdf661) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update styled-components to [^6.0.7](https://github.com/styled-components/styled-components/releases/tag/v6.0.7) +- [#1122](https://github.com/equinor/fusion-framework/pull/1122) [`1a055b21`](https://github.com/equinor/fusion-framework/commit/1a055b21e07f84bc5d35cc891586aa9aa0bdf661) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update styled-components to [^6.0.7](https://github.com/styled-components/styled-components/releases/tag/v6.0.7) - - upgraded dev deps of `@equinor/fusion-framework-react-components-bookmark` to react 18, see style-components [changelog](https://github.com/styled-components/styled-components/releases/tag/v6.0.0) - - removed `@types/style-components` from `@equinor/fusion-framework-react-components-bookmark` + - upgraded dev deps of `@equinor/fusion-framework-react-components-bookmark` to react 18, see style-components [changelog](https://github.com/styled-components/styled-components/releases/tag/v6.0.0) + - removed `@types/style-components` from `@equinor/fusion-framework-react-components-bookmark` see style-components [migration guide](https://styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v6) -- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]: - - @equinor/fusion-framework-react-module-bookmark@2.0.14 - - @equinor/fusion-framework-react@5.2.4 +- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]: + - @equinor/fusion-framework-react-module-bookmark@2.0.14 + - @equinor/fusion-framework-react@5.2.4 ## 0.1.16 ### Patch Changes -- [#1047](https://github.com/equinor/fusion-framework/pull/1047) [`1a2880d2`](https://github.com/equinor/fusion-framework/commit/1a2880d2e4c80ac5ce08f63ca3699fe77e4b565c) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @typescript-eslint/eslint-plugin from 5.59.11 to 6.1.0 +- [#1047](https://github.com/equinor/fusion-framework/pull/1047) [`1a2880d2`](https://github.com/equinor/fusion-framework/commit/1a2880d2e4c80ac5ce08f63ca3699fe77e4b565c) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @typescript-eslint/eslint-plugin from 5.59.11 to 6.1.0 only style semantics updated -- Updated dependencies [[`1a2880d2`](https://github.com/equinor/fusion-framework/commit/1a2880d2e4c80ac5ce08f63ca3699fe77e4b565c), [`1749da29`](https://github.com/equinor/fusion-framework/commit/1749da290c98c0a43b9fdf2253dfb224e4ccdcd0)]: - - @equinor/fusion-framework-react@5.2.3 - - @equinor/fusion-framework-react-module-bookmark@2.0.13 +- Updated dependencies [[`1a2880d2`](https://github.com/equinor/fusion-framework/commit/1a2880d2e4c80ac5ce08f63ca3699fe77e4b565c), [`1749da29`](https://github.com/equinor/fusion-framework/commit/1749da290c98c0a43b9fdf2253dfb224e4ccdcd0)]: + - @equinor/fusion-framework-react@5.2.3 + - @equinor/fusion-framework-react-module-bookmark@2.0.13 ## 0.1.15 ### Patch Changes -- [#958](https://github.com/equinor/fusion-framework/pull/958) [`e50acbb2`](https://github.com/equinor/fusion-framework/commit/e50acbb28ef10c83cf6e7913fa9f03ed971f0957) Thanks [@odinr](https://github.com/odinr)! - _refactor: only added missing deps for stand alone compile_ +- [#958](https://github.com/equinor/fusion-framework/pull/958) [`e50acbb2`](https://github.com/equinor/fusion-framework/commit/e50acbb28ef10c83cf6e7913fa9f03ed971f0957) Thanks [@odinr](https://github.com/odinr)! - _refactor: only added missing deps for stand alone compile_ ## 0.1.14 ### Patch Changes -- [#946](https://github.com/equinor/fusion-framework/pull/946) [`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352) Thanks [@odinr](https://github.com/odinr)! - Build/update typescript to 5 +- [#946](https://github.com/equinor/fusion-framework/pull/946) [`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352) Thanks [@odinr](https://github.com/odinr)! - Build/update typescript to 5 ## 0.1.13 ### Patch Changes -- [#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** +- [#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** - - align all versions of typescript - - update types to build - - 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 + - align all versions of typescript + - update types to build + - 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 -- Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]: - - @equinor/fusion-framework-react-module-bookmark@2.0.12 +- Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]: + - @equinor/fusion-framework-react-module-bookmark@2.0.12 ## 0.1.12 ### Patch Changes -- 727fb935: fix(react-module-bookmark): module can be undefined +- 727fb935: fix(react-module-bookmark): module can be undefined the bookmark module might not been enable, which makes the application crash. **TODO:** - - [ ] create a simpler hook for using bookmark - - [ ] create a hook for exposing the module - - [ ] create better documentation + - [ ] create a simpler hook for using bookmark + - [ ] create a hook for exposing the module + - [ ] create better documentation -- Updated dependencies [727fb935] - - @equinor/fusion-framework-react-module-bookmark@2.0.11 +- Updated dependencies [727fb935] + - @equinor/fusion-framework-react-module-bookmark@2.0.11 All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. @@ -662,12 +670,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **bookmark-component:** new bookmark component for creating and editing bookmarks initial commit ([bd3bfec](https://github.com/equinor/fusion-framework/commit/bd3bfeca877df6076ca711333d0b96a44504c888)) +- **bookmark-component:** new bookmark component for creating and editing bookmarks initial commit ([bd3bfec](https://github.com/equinor/fusion-framework/commit/bd3bfeca877df6076ca711333d0b96a44504c888)) ### Bug Fixes -- **bookmark-component:** add group by context ([20291f3](https://github.com/equinor/fusion-framework/commit/20291f3cd8284ff5b0eb2db30f9e4040a870ba70)) -- **bookmark-component:** removed comment ([72c7147](https://github.com/equinor/fusion-framework/commit/72c7147609b229fb68576068c0f2944e5e3bbae0)) -- **bookmark-component:** styles update, added loading spinner and update with current view' ([d5e1143](https://github.com/equinor/fusion-framework/commit/d5e1143f125410beb46a462e92591e3f9bbb809d)) -- **bookmark:** fix linting ([17b179f](https://github.com/equinor/fusion-framework/commit/17b179fbb25243730dd65cc116c86471074faabc)) -- pull request feedback fixes ([a0d9aa6](https://github.com/equinor/fusion-framework/commit/a0d9aa69a5ffc4e6da5061df61969d860c4be909)) +- **bookmark-component:** add group by context ([20291f3](https://github.com/equinor/fusion-framework/commit/20291f3cd8284ff5b0eb2db30f9e4040a870ba70)) +- **bookmark-component:** removed comment ([72c7147](https://github.com/equinor/fusion-framework/commit/72c7147609b229fb68576068c0f2944e5e3bbae0)) +- **bookmark-component:** styles update, added loading spinner and update with current view' ([d5e1143](https://github.com/equinor/fusion-framework/commit/d5e1143f125410beb46a462e92591e3f9bbb809d)) +- **bookmark:** fix linting ([17b179f](https://github.com/equinor/fusion-framework/commit/17b179fbb25243730dd65cc116c86471074faabc)) +- pull request feedback fixes ([a0d9aa6](https://github.com/equinor/fusion-framework/commit/a0d9aa69a5ffc4e6da5061df61969d860c4be909)) diff --git a/packages/react/components/bookmark/package.json b/packages/react/components/bookmark/package.json index 6058f7e834..4565314776 100644 --- a/packages/react/components/bookmark/package.json +++ b/packages/react/components/bookmark/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-react-components-bookmark", - "version": "1.0.2", + "version": "1.0.3", "description": "", "main": "dist/esm/index.js", "exports": { diff --git a/packages/react/components/people-resolver/CHANGELOG.md b/packages/react/components/people-resolver/CHANGELOG.md index 2e14b5b90b..5e30259a63 100644 --- a/packages/react/components/people-resolver/CHANGELOG.md +++ b/packages/react/components/people-resolver/CHANGELOG.md @@ -1,5 +1,14 @@ # @equinor/fusion-framework-react-components-people-provider +## 1.4.17 + +### Patch Changes + +- Updated dependencies [[`2343667`](https://github.com/equinor/fusion-framework/commit/234366756878550ed7405610f384d69fb6a89967)]: + - @equinor/fusion-framework-module-services@5.0.1 + - @equinor/fusion-framework-react@7.3.4 + - @equinor/fusion-framework-react-module-bookmark@2.2.3 + ## 1.4.16 ### Patch Changes diff --git a/packages/react/components/people-resolver/package.json b/packages/react/components/people-resolver/package.json index 14f50db86f..ce0e6feb14 100644 --- a/packages/react/components/people-resolver/package.json +++ b/packages/react/components/people-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-react-components-people-provider", - "version": "1.4.16", + "version": "1.4.17", "description": "", "main": "dist/esm/index.js", "exports": { diff --git a/packages/react/framework/CHANGELOG.md b/packages/react/framework/CHANGELOG.md index bf2f9eb484..fa2628317d 100644 --- a/packages/react/framework/CHANGELOG.md +++ b/packages/react/framework/CHANGELOG.md @@ -1,51 +1,58 @@ # Change Log +## 7.3.4 + +### Patch Changes + +- Updated dependencies []: + - @equinor/fusion-framework@7.2.12 + ## 7.3.3 ### Patch Changes -- Updated dependencies [[`30767a2`](https://github.com/equinor/fusion-framework/commit/30767a2f72b54c2a3ea98ce08186017e34ae16bd)]: - - @equinor/fusion-framework-module-feature-flag@1.1.11 - - @equinor/fusion-observable@8.4.3 - - @equinor/fusion-framework@7.2.11 - - @equinor/fusion-framework-react-module-signalr@3.0.18 +- Updated dependencies [[`30767a2`](https://github.com/equinor/fusion-framework/commit/30767a2f72b54c2a3ea98ce08186017e34ae16bd)]: + - @equinor/fusion-framework-module-feature-flag@1.1.11 + - @equinor/fusion-observable@8.4.3 + - @equinor/fusion-framework@7.2.11 + - @equinor/fusion-framework-react-module-signalr@3.0.18 ## 7.3.2 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.2.10 +- Updated dependencies []: + - @equinor/fusion-framework@7.2.10 ## 7.3.1 ### Patch Changes -- Updated dependencies [[`21db01b`](https://github.com/equinor/fusion-framework/commit/21db01bbe5113b07aaa715d554378561e1a5223d)]: - - @equinor/fusion-framework-module-feature-flag@1.1.10 - - @equinor/fusion-observable@8.4.2 - - @equinor/fusion-framework@7.2.9 - - @equinor/fusion-framework-react-module-signalr@3.0.17 +- Updated dependencies [[`21db01b`](https://github.com/equinor/fusion-framework/commit/21db01bbe5113b07aaa715d554378561e1a5223d)]: + - @equinor/fusion-framework-module-feature-flag@1.1.10 + - @equinor/fusion-observable@8.4.2 + - @equinor/fusion-framework@7.2.9 + - @equinor/fusion-framework-react-module-signalr@3.0.17 ## 7.3.0 ### Minor Changes -- [#2494](https://github.com/equinor/fusion-framework/pull/2494) [`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251) Thanks [@odinr](https://github.com/odinr)! - Adjusted module to the new app service API. +- [#2494](https://github.com/equinor/fusion-framework/pull/2494) [`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251) Thanks [@odinr](https://github.com/odinr)! - Adjusted module to the new app service API. > [!WARNING] > This will introduce breaking changes to the configuration of `AppConfigurator.client`. **Added** - - Introduced `AppClient` class to handle application manifest and configuration queries. - - Added `zod` to validate the application manifest. + - Introduced `AppClient` class to handle application manifest and configuration queries. + - Added `zod` to validate the application manifest. **Changed** - - Updated `AppModuleProvider` to use `AppClient` for fetching application manifests and configurations. - - Modified `AppConfigurator` to utilize `AppClient` for client configuration. - - Updated `useApps` hook with new input parameter for `filterByCurrentUser` in `fusion-framework-react`. + - Updated `AppModuleProvider` to use `AppClient` for fetching application manifests and configurations. + - Modified `AppConfigurator` to utilize `AppClient` for client configuration. + - Updated `useApps` hook with new input parameter for `filterByCurrentUser` in `fusion-framework-react`. **Migration** @@ -93,92 +100,92 @@ ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.2.8 - - @equinor/fusion-framework-module-feature-flag@1.1.9 - - @equinor/fusion-framework-react-module-http@8.0.0 - - @equinor/fusion-framework-react-module-signalr@3.0.16 +- Updated dependencies []: + - @equinor/fusion-framework@7.2.8 + - @equinor/fusion-framework-module-feature-flag@1.1.9 + - @equinor/fusion-framework-react-module-http@8.0.0 + - @equinor/fusion-framework-react-module-signalr@3.0.16 ## 7.2.2 ### Patch Changes -- Updated dependencies [[`2644b3d`](https://github.com/equinor/fusion-framework/commit/2644b3d63939aede736a3b1950db32dbd487877d)]: - - @equinor/fusion-framework-module@4.3.5 - - @equinor/fusion-framework-react-module-signalr@3.0.15 - - @equinor/fusion-framework@7.2.7 - - @equinor/fusion-framework-module-feature-flag@1.1.9 - - @equinor/fusion-framework-react-module-http@7.0.0 - - @equinor/fusion-framework-react-module@3.1.6 +- Updated dependencies [[`2644b3d`](https://github.com/equinor/fusion-framework/commit/2644b3d63939aede736a3b1950db32dbd487877d)]: + - @equinor/fusion-framework-module@4.3.5 + - @equinor/fusion-framework-react-module-signalr@3.0.15 + - @equinor/fusion-framework@7.2.7 + - @equinor/fusion-framework-module-feature-flag@1.1.9 + - @equinor/fusion-framework-react-module-http@7.0.0 + - @equinor/fusion-framework-react-module@3.1.6 ## 7.2.1 ### Patch Changes -- Updated dependencies [[`f7c143d`](https://github.com/equinor/fusion-framework/commit/f7c143d44a88cc25c377d3ce8c3d1744114b891d)]: - - @equinor/fusion-observable@8.4.1 - - @equinor/fusion-framework-module-feature-flag@1.1.8 - - @equinor/fusion-framework@7.2.6 - - @equinor/fusion-framework-react-module-signalr@3.0.14 +- Updated dependencies [[`f7c143d`](https://github.com/equinor/fusion-framework/commit/f7c143d44a88cc25c377d3ce8c3d1744114b891d)]: + - @equinor/fusion-observable@8.4.1 + - @equinor/fusion-framework-module-feature-flag@1.1.8 + - @equinor/fusion-framework@7.2.6 + - @equinor/fusion-framework-react-module-signalr@3.0.14 ## 7.2.0 ### Minor Changes -- [#2425](https://github.com/equinor/fusion-framework/pull/2425) [`843edd9`](https://github.com/equinor/fusion-framework/commit/843edd96f2a01ebd814766105902977cdc1cdf8e) Thanks [@odinr](https://github.com/odinr)! - These changes ensure that the `Framework` component and `createFrameworkProvider` function are consistent with the updated configuration approach and support module instances from the parent context. +- [#2425](https://github.com/equinor/fusion-framework/pull/2425) [`843edd9`](https://github.com/equinor/fusion-framework/commit/843edd96f2a01ebd814766105902977cdc1cdf8e) Thanks [@odinr](https://github.com/odinr)! - These changes ensure that the `Framework` component and `createFrameworkProvider` function are consistent with the updated configuration approach and support module instances from the parent context. **Updated Framework Component:** - - Added `useModules` hook to import modules from the parent context. - - Updated the `createFrameworkProvider` function to accept a `ref` parameter for module instances. + - Added `useModules` hook to import modules from the parent context. + - Updated the `createFrameworkProvider` function to accept a `ref` parameter for module instances. **Updated create-framework-provider Function:** - - Added `ref` parameter to the `createFrameworkProvider` function to support module instances. - - Updated the example usage in the documentation to reflect the changes. + - Added `ref` parameter to the `createFrameworkProvider` function to support module instances. + - Updated the example usage in the documentation to reflect the changes. **Misc:** - - Replaced deprecated import of `FusionConfigurator` with `FrameworkConfigurator` (renaming). + - Replaced deprecated import of `FusionConfigurator` with `FrameworkConfigurator` (renaming). ### Patch Changes -- Updated dependencies [[`75d676d`](https://github.com/equinor/fusion-framework/commit/75d676d2c7919f30e036b5ae97c4d814c569aa87), [`00d5e9c`](https://github.com/equinor/fusion-framework/commit/00d5e9c632876742c3d2a74efea2f126a0a169d9)]: - - @equinor/fusion-framework-module@4.3.4 - - @equinor/fusion-framework@7.2.5 - - @equinor/fusion-framework-module-feature-flag@1.1.7 - - @equinor/fusion-framework-react-module@3.1.5 - - @equinor/fusion-framework-react-module-http@6.0.3 - - @equinor/fusion-framework-react-module-signalr@3.0.13 +- Updated dependencies [[`75d676d`](https://github.com/equinor/fusion-framework/commit/75d676d2c7919f30e036b5ae97c4d814c569aa87), [`00d5e9c`](https://github.com/equinor/fusion-framework/commit/00d5e9c632876742c3d2a74efea2f126a0a169d9)]: + - @equinor/fusion-framework-module@4.3.4 + - @equinor/fusion-framework@7.2.5 + - @equinor/fusion-framework-module-feature-flag@1.1.7 + - @equinor/fusion-framework-react-module@3.1.5 + - @equinor/fusion-framework-react-module-http@6.0.3 + - @equinor/fusion-framework-react-module-signalr@3.0.13 ## 7.1.4 ### Patch Changes -- Updated dependencies [[`bbde502`](https://github.com/equinor/fusion-framework/commit/bbde502e638f459379f63968febbc97ebe282b76), [`decb9e9`](https://github.com/equinor/fusion-framework/commit/decb9e9e3d1bb1b0577b729a1e7ae812afdd83cb), [`e092f75`](https://github.com/equinor/fusion-framework/commit/e092f7599f1f2e0e0676a9f10565299272813594), [`a1524e9`](https://github.com/equinor/fusion-framework/commit/a1524e9c4d83778da3db42dbcf99908b776a0592)]: - - @equinor/fusion-observable@8.4.0 - - @equinor/fusion-framework-module@4.3.3 - - @equinor/fusion-framework-module-feature-flag@1.1.6 - - @equinor/fusion-framework@7.2.4 - - @equinor/fusion-framework-react-module-http@6.0.2 - - @equinor/fusion-framework-react-module@3.1.4 - - @equinor/fusion-framework-react-module-signalr@3.0.12 +- Updated dependencies [[`bbde502`](https://github.com/equinor/fusion-framework/commit/bbde502e638f459379f63968febbc97ebe282b76), [`decb9e9`](https://github.com/equinor/fusion-framework/commit/decb9e9e3d1bb1b0577b729a1e7ae812afdd83cb), [`e092f75`](https://github.com/equinor/fusion-framework/commit/e092f7599f1f2e0e0676a9f10565299272813594), [`a1524e9`](https://github.com/equinor/fusion-framework/commit/a1524e9c4d83778da3db42dbcf99908b776a0592)]: + - @equinor/fusion-observable@8.4.0 + - @equinor/fusion-framework-module@4.3.3 + - @equinor/fusion-framework-module-feature-flag@1.1.6 + - @equinor/fusion-framework@7.2.4 + - @equinor/fusion-framework-react-module-http@6.0.2 + - @equinor/fusion-framework-react-module@3.1.4 + - @equinor/fusion-framework-react-module-signalr@3.0.12 ## 7.1.3 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.2.3 - - @equinor/fusion-framework-module-feature-flag@1.1.5 +- Updated dependencies []: + - @equinor/fusion-framework@7.2.3 + - @equinor/fusion-framework-module-feature-flag@1.1.5 ## 7.1.2 ### Patch Changes -- [#2333](https://github.com/equinor/fusion-framework/pull/2333) [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1) Thanks [@odinr](https://github.com/odinr)! - Updated `TypeScript` to 5.5.3 +- [#2333](https://github.com/equinor/fusion-framework/pull/2333) [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1) Thanks [@odinr](https://github.com/odinr)! - Updated `TypeScript` to 5.5.3 -- [#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. +- [#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. Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons: @@ -221,30 +228,30 @@ This change ensures that comments are preserved in the compiled output, potentially improving the development and debugging experience for users of the Fusion Framework. -- Updated dependencies [[`2f74edc`](https://github.com/equinor/fusion-framework/commit/2f74edcd4a3ea2b87d69f0fd63492145c3c01663), [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1), [`29ff796`](https://github.com/equinor/fusion-framework/commit/29ff796ebb3a643c604e4153b6798bde5992363c), [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee)]: - - @equinor/fusion-framework-module@4.3.2 - - @equinor/fusion-framework-react-module-signalr@3.0.11 - - @equinor/fusion-framework-module-feature-flag@1.1.5 - - @equinor/fusion-framework-react-module@3.1.3 - - @equinor/fusion-framework-react-module-http@6.0.1 - - @equinor/fusion-observable@8.3.3 - - @equinor/fusion-framework@7.2.2 +- Updated dependencies [[`2f74edc`](https://github.com/equinor/fusion-framework/commit/2f74edcd4a3ea2b87d69f0fd63492145c3c01663), [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1), [`29ff796`](https://github.com/equinor/fusion-framework/commit/29ff796ebb3a643c604e4153b6798bde5992363c), [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee)]: + - @equinor/fusion-framework-module@4.3.2 + - @equinor/fusion-framework-react-module-signalr@3.0.11 + - @equinor/fusion-framework-module-feature-flag@1.1.5 + - @equinor/fusion-framework-react-module@3.1.3 + - @equinor/fusion-framework-react-module-http@6.0.1 + - @equinor/fusion-observable@8.3.3 + - @equinor/fusion-framework@7.2.2 ## 7.1.1 ### Patch Changes -- Updated dependencies [[`97e41a5`](https://github.com/equinor/fusion-framework/commit/97e41a55d05644b6684c6cb165b65b115bd416eb)]: - - @equinor/fusion-observable@8.3.2 - - @equinor/fusion-framework-module-feature-flag@1.1.4 - - @equinor/fusion-framework@7.2.1 - - @equinor/fusion-framework-react-module-signalr@3.0.10 +- Updated dependencies [[`97e41a5`](https://github.com/equinor/fusion-framework/commit/97e41a55d05644b6684c6cb165b65b115bd416eb)]: + - @equinor/fusion-observable@8.3.2 + - @equinor/fusion-framework-module-feature-flag@1.1.4 + - @equinor/fusion-framework@7.2.1 + - @equinor/fusion-framework-react-module-signalr@3.0.10 ## 7.1.0 ### Minor Changes -- [#2181](https://github.com/equinor/fusion-framework/pull/2181) [`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8) Thanks [@odinr](https://github.com/odinr)! - If you were previously using the `blob` or `blob# Change Log methods from the `IHttpClient`and expecting a`Blob`result, you must now use the new`BlobResult` type, which includes the filename (if available) and the blob data. +- [#2181](https://github.com/equinor/fusion-framework/pull/2181) [`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8) Thanks [@odinr](https://github.com/odinr)! - If you were previously using the `blob` or `blob# Change Log methods from the `IHttpClient`and expecting a`Blob`result, you must now use the new`BlobResult` type, which includes the filename (if available) and the blob data. **Migration Guide:** @@ -261,340 +268,340 @@ ### Patch Changes -- Updated dependencies [[`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8), [`72f48ec`](https://github.com/equinor/fusion-framework/commit/72f48eccc7262f6c419c60cc32f0dc829601ceab)]: - - @equinor/fusion-framework@7.2.0 - - @equinor/fusion-observable@8.3.1 - - @equinor/fusion-framework-module-feature-flag@1.1.3 - - @equinor/fusion-framework-react-module-http@6.0.0 - - @equinor/fusion-framework-react-module-signalr@3.0.9 +- Updated dependencies [[`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8), [`72f48ec`](https://github.com/equinor/fusion-framework/commit/72f48eccc7262f6c419c60cc32f0dc829601ceab)]: + - @equinor/fusion-framework@7.2.0 + - @equinor/fusion-observable@8.3.1 + - @equinor/fusion-framework-module-feature-flag@1.1.3 + - @equinor/fusion-framework-react-module-http@6.0.0 + - @equinor/fusion-framework-react-module-signalr@3.0.9 ## 7.0.8 ### Patch Changes -- Updated dependencies [[`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2)]: - - @equinor/fusion-framework-module@4.3.1 - - @equinor/fusion-framework@7.1.8 - - @equinor/fusion-framework-module-feature-flag@1.1.2 - - @equinor/fusion-framework-react-module@3.1.2 - - @equinor/fusion-framework-react-module-http@5.0.4 - - @equinor/fusion-framework-react-module-signalr@3.0.8 +- Updated dependencies [[`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2)]: + - @equinor/fusion-framework-module@4.3.1 + - @equinor/fusion-framework@7.1.8 + - @equinor/fusion-framework-module-feature-flag@1.1.2 + - @equinor/fusion-framework-react-module@3.1.2 + - @equinor/fusion-framework-react-module-http@5.0.4 + - @equinor/fusion-framework-react-module-signalr@3.0.8 ## 7.0.7 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.1.7 - - @equinor/fusion-framework-react-module-signalr@3.0.7 +- Updated dependencies []: + - @equinor/fusion-framework@7.1.7 + - @equinor/fusion-framework-react-module-signalr@3.0.7 ## 7.0.6 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.1.6 - - @equinor/fusion-framework-react-module-signalr@3.0.6 +- Updated dependencies []: + - @equinor/fusion-framework@7.1.6 + - @equinor/fusion-framework-react-module-signalr@3.0.6 ## 7.0.5 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-feature-flag@1.1.1 - - @equinor/fusion-framework@7.1.5 - - @equinor/fusion-framework-react-module-signalr@3.0.5 +- Updated dependencies []: + - @equinor/fusion-framework-module-feature-flag@1.1.1 + - @equinor/fusion-framework@7.1.5 + - @equinor/fusion-framework-react-module-signalr@3.0.5 ## 7.0.4 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.1.4 - - @equinor/fusion-framework-module-feature-flag@1.1.1 - - @equinor/fusion-framework-react-module-http@5.0.3 - - @equinor/fusion-framework-react-module-signalr@3.0.4 +- Updated dependencies []: + - @equinor/fusion-framework@7.1.4 + - @equinor/fusion-framework-module-feature-flag@1.1.1 + - @equinor/fusion-framework-react-module-http@5.0.3 + - @equinor/fusion-framework-react-module-signalr@3.0.4 ## 7.0.3 ### Patch Changes -- Updated dependencies [[`572a199`](https://github.com/equinor/fusion-framework/commit/572a199b8b3070af16d76238aa30d7aaf36a115a)]: - - @equinor/fusion-observable@8.3.0 - - @equinor/fusion-framework-module-feature-flag@1.1.1 - - @equinor/fusion-framework@7.1.3 - - @equinor/fusion-framework-react-module-signalr@3.0.3 +- Updated dependencies [[`572a199`](https://github.com/equinor/fusion-framework/commit/572a199b8b3070af16d76238aa30d7aaf36a115a)]: + - @equinor/fusion-observable@8.3.0 + - @equinor/fusion-framework-module-feature-flag@1.1.1 + - @equinor/fusion-framework@7.1.3 + - @equinor/fusion-framework-react-module-signalr@3.0.3 ## 7.0.2 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.1.2 - - @equinor/fusion-framework-module-feature-flag@1.1.0 - - @equinor/fusion-framework-react-module-http@5.0.2 - - @equinor/fusion-framework-react-module-signalr@3.0.2 +- Updated dependencies []: + - @equinor/fusion-framework@7.1.2 + - @equinor/fusion-framework-module-feature-flag@1.1.0 + - @equinor/fusion-framework-react-module-http@5.0.2 + - @equinor/fusion-framework-react-module-signalr@3.0.2 ## 7.0.1 ### Patch Changes -- [#1981](https://github.com/equinor/fusion-framework/pull/1981) [`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc) Thanks [@eikeland](https://github.com/eikeland)! - Align package exports with node10+ documentation. +- [#1981](https://github.com/equinor/fusion-framework/pull/1981) [`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc) Thanks [@eikeland](https://github.com/eikeland)! - Align package exports with node10+ documentation. -- Updated dependencies [[`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc)]: - - @equinor/fusion-framework-react-module-signalr@3.0.1 - - @equinor/fusion-framework-react-module@3.1.1 - - @equinor/fusion-framework@7.1.1 - - @equinor/fusion-framework-react-module-http@5.0.1 - - @equinor/fusion-framework-module-feature-flag@1.1.0 +- Updated dependencies [[`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc)]: + - @equinor/fusion-framework-react-module-signalr@3.0.1 + - @equinor/fusion-framework-react-module@3.1.1 + - @equinor/fusion-framework@7.1.1 + - @equinor/fusion-framework-react-module-http@5.0.1 + - @equinor/fusion-framework-module-feature-flag@1.1.0 ## 7.0.0 ### Minor Changes -- [#1953](https://github.com/equinor/fusion-framework/pull/1953) [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904) Thanks [@odinr](https://github.com/odinr)! - updated typescript to 5.4.2 +- [#1953](https://github.com/equinor/fusion-framework/pull/1953) [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904) Thanks [@odinr](https://github.com/odinr)! - updated typescript to 5.4.2 ### Patch Changes -- Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]: - - @equinor/fusion-framework-module@4.3.0 - - @equinor/fusion-framework-react-module-signalr@3.0.0 - - @equinor/fusion-framework-module-feature-flag@1.1.0 - - @equinor/fusion-framework-react-module@3.1.0 - - @equinor/fusion-framework-react-module-http@5.0.0 - - @equinor/fusion-observable@8.2.0 - - @equinor/fusion-framework@7.1.0 +- Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]: + - @equinor/fusion-framework-module@4.3.0 + - @equinor/fusion-framework-react-module-signalr@3.0.0 + - @equinor/fusion-framework-module-feature-flag@1.1.0 + - @equinor/fusion-framework-react-module@3.1.0 + - @equinor/fusion-framework-react-module-http@5.0.0 + - @equinor/fusion-observable@8.2.0 + - @equinor/fusion-framework@7.1.0 ## 6.0.5 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.0.33 +- Updated dependencies []: + - @equinor/fusion-framework@7.0.33 ## 6.0.4 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.0.32 +- Updated dependencies []: + - @equinor/fusion-framework@7.0.32 ## 6.0.3 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.0.31 +- Updated dependencies []: + - @equinor/fusion-framework@7.0.31 ## 6.0.2 ### Patch Changes -- [#1791](https://github.com/equinor/fusion-framework/pull/1791) [`2a813bc`](https://github.com/equinor/fusion-framework/commit/2a813bc0a32f53e7515f16f8b5cba1cf1e5018a3) Thanks [@yusijs](https://github.com/yusijs)! - propagate error from useApps if it fails +- [#1791](https://github.com/equinor/fusion-framework/pull/1791) [`2a813bc`](https://github.com/equinor/fusion-framework/commit/2a813bc0a32f53e7515f16f8b5cba1cf1e5018a3) Thanks [@yusijs](https://github.com/yusijs)! - propagate error from useApps if it fails -- Updated dependencies [[`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]: - - @equinor/fusion-framework-module@4.2.7 - - @equinor/fusion-framework@7.0.30 - - @equinor/fusion-framework-module-feature-flag@1.0.2 - - @equinor/fusion-framework-react-module@3.0.8 - - @equinor/fusion-framework-react-module-http@4.0.6 - - @equinor/fusion-framework-react-module-signalr@2.0.18 +- Updated dependencies [[`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]: + - @equinor/fusion-framework-module@4.2.7 + - @equinor/fusion-framework@7.0.30 + - @equinor/fusion-framework-module-feature-flag@1.0.2 + - @equinor/fusion-framework-react-module@3.0.8 + - @equinor/fusion-framework-react-module-http@4.0.6 + - @equinor/fusion-framework-react-module-signalr@2.0.18 ## 6.0.1 ### Patch Changes -- [#1766](https://github.com/equinor/fusion-framework/pull/1766) [`fdbe12f`](https://github.com/equinor/fusion-framework/commit/fdbe12f258aeb98d91094f16f2d8ce229d7b13ee) Thanks [@odinr](https://github.com/odinr)! - - The return type of the `useCurrentApp` function has been changed. The `currentApp` property can now be `undefined` or `null`, in addition to `CurrentApp`. +- [#1766](https://github.com/equinor/fusion-framework/pull/1766) [`fdbe12f`](https://github.com/equinor/fusion-framework/commit/fdbe12f258aeb98d91094f16f2d8ce229d7b13ee) Thanks [@odinr](https://github.com/odinr)! - - The return type of the `useCurrentApp` function has been changed. The `currentApp` property can now be `undefined` or `null`, in addition to `CurrentApp`. - - The initial value for `useObservableState` has been set to `provider.current`. - - The assignment of `module` has been updated to handle the case where `modules` is `undefined`. - - The return type of the `useCurrentAppModules` function has been changed. The `modules` property can now be `undefined` or `null`, in addition to `AppModulesInstance`. - - The initial value for `useObservableState` has been updated to handle the case where `currentApp` is `undefined`. + - The initial value for `useObservableState` has been set to `provider.current`. + - The assignment of `module` has been updated to handle the case where `modules` is `undefined`. + - The return type of the `useCurrentAppModules` function has been changed. The `modules` property can now be `undefined` or `null`, in addition to `AppModulesInstance`. + - The initial value for `useObservableState` has been updated to handle the case where `currentApp` is `undefined`. -- Updated dependencies [[`036546f`](https://github.com/equinor/fusion-framework/commit/036546f2e3d9c0d289c7145da84e940673027b5e), [`d0c0c6a`](https://github.com/equinor/fusion-framework/commit/d0c0c6a971a478e3f447663bf50b4e3a7cb1517e)]: - - @equinor/fusion-observable@8.1.5 - - @equinor/fusion-framework-module-feature-flag@1.0.1 - - @equinor/fusion-framework@7.0.29 - - @equinor/fusion-framework-react-module-signalr@2.0.17 +- Updated dependencies [[`036546f`](https://github.com/equinor/fusion-framework/commit/036546f2e3d9c0d289c7145da84e940673027b5e), [`d0c0c6a`](https://github.com/equinor/fusion-framework/commit/d0c0c6a971a478e3f447663bf50b4e3a7cb1517e)]: + - @equinor/fusion-observable@8.1.5 + - @equinor/fusion-framework-module-feature-flag@1.0.1 + - @equinor/fusion-framework@7.0.29 + - @equinor/fusion-framework-react-module-signalr@2.0.17 ## 6.0.0 ### Major Changes -- [#1747](https://github.com/equinor/fusion-framework/pull/1747) [`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e) Thanks [@odinr](https://github.com/odinr)! - refactor framework feature flag hooks +- [#1747](https://github.com/equinor/fusion-framework/pull/1747) [`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e) Thanks [@odinr](https://github.com/odinr)! - refactor framework feature flag hooks - - useCurrentAppFeatures - - _useFeature (internal)_ - - _useFeatures (internal)_ - - useFrameworkFeature - - useFrameworkFeatures + - useCurrentAppFeatures + - _useFeature (internal)_ + - _useFeatures (internal)_ + - useFrameworkFeature + - useFrameworkFeatures > [!CAUTION] > `useCurrentAppModules` does no longer return `Observable`, but current state of `AppModulesInstance | null` ### Patch Changes -- Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]: - - @equinor/fusion-framework-module-feature-flag@1.0.0 +- Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]: + - @equinor/fusion-framework-module-feature-flag@1.0.0 ## 5.3.9 ### Patch Changes -- Updated dependencies [[`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d), [`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d)]: - - @equinor/fusion-framework-module-feature-flag@0.0.1 +- Updated dependencies [[`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d), [`1918c82`](https://github.com/equinor/fusion-framework/commit/1918c8228bc7158c4c358aa8f5688342e3b11b1d)]: + - @equinor/fusion-framework-module-feature-flag@0.0.1 ## 5.3.8 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.0.28 - - @equinor/fusion-framework-react-module-http@4.0.5 - - @equinor/fusion-framework-react-module-signalr@2.0.16 +- Updated dependencies []: + - @equinor/fusion-framework@7.0.28 + - @equinor/fusion-framework-react-module-http@4.0.5 + - @equinor/fusion-framework-react-module-signalr@2.0.16 ## 5.3.7 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.0.27 - - @equinor/fusion-framework-react-module-http@4.0.4 - - @equinor/fusion-framework-react-module-signalr@2.0.15 +- Updated dependencies []: + - @equinor/fusion-framework@7.0.27 + - @equinor/fusion-framework-react-module-http@4.0.4 + - @equinor/fusion-framework-react-module-signalr@2.0.15 ## 5.3.6 ### Patch Changes -- Updated dependencies [[`cce198d`](https://github.com/equinor/fusion-framework/commit/cce198d6a91fb7912265d4383246dc405cf17a17), [`f85316f`](https://github.com/equinor/fusion-framework/commit/f85316f2344258896a77ef602bd4047dfa553788)]: - - @equinor/fusion-framework-react-module-http@4.0.3 - - @equinor/fusion-framework@7.0.26 - - @equinor/fusion-framework-react-module-signalr@2.0.14 +- Updated dependencies [[`cce198d`](https://github.com/equinor/fusion-framework/commit/cce198d6a91fb7912265d4383246dc405cf17a17), [`f85316f`](https://github.com/equinor/fusion-framework/commit/f85316f2344258896a77ef602bd4047dfa553788)]: + - @equinor/fusion-framework-react-module-http@4.0.3 + - @equinor/fusion-framework@7.0.26 + - @equinor/fusion-framework-react-module-signalr@2.0.14 ## 5.3.5 ### Patch Changes -- Updated dependencies [[`6ffaabf`](https://github.com/equinor/fusion-framework/commit/6ffaabf120704f2f4f4074a0fa0a17faf77fe22a)]: - - @equinor/fusion-observable@8.1.4 - - @equinor/fusion-framework@7.0.25 - - @equinor/fusion-framework-react-module-signalr@2.0.13 +- Updated dependencies [[`6ffaabf`](https://github.com/equinor/fusion-framework/commit/6ffaabf120704f2f4f4074a0fa0a17faf77fe22a)]: + - @equinor/fusion-observable@8.1.4 + - @equinor/fusion-framework@7.0.25 + - @equinor/fusion-framework-react-module-signalr@2.0.13 ## 5.3.4 ### Patch Changes -- [#1595](https://github.com/equinor/fusion-framework/pull/1595) [`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125) Thanks [@Gustav-Eikaas](https://github.com/Gustav-Eikaas)! - support for module resolution NodeNext & Bundler +- [#1595](https://github.com/equinor/fusion-framework/pull/1595) [`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125) Thanks [@Gustav-Eikaas](https://github.com/Gustav-Eikaas)! - support for module resolution NodeNext & Bundler -- Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]: - - @equinor/fusion-observable@8.1.3 - - @equinor/fusion-framework-module@4.2.6 - - @equinor/fusion-framework@7.0.24 - - @equinor/fusion-framework-react-module-signalr@2.0.12 - - @equinor/fusion-framework-react-module@3.0.7 - - @equinor/fusion-framework-react-module-http@4.0.2 +- Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]: + - @equinor/fusion-observable@8.1.3 + - @equinor/fusion-framework-module@4.2.6 + - @equinor/fusion-framework@7.0.24 + - @equinor/fusion-framework-react-module-signalr@2.0.12 + - @equinor/fusion-framework-react-module@3.0.7 + - @equinor/fusion-framework-react-module-http@4.0.2 ## 5.3.3 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.0.23 - - @equinor/fusion-framework-react-module-signalr@2.0.11 +- Updated dependencies []: + - @equinor/fusion-framework@7.0.23 + - @equinor/fusion-framework-react-module-signalr@2.0.11 ## 5.3.2 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.0.22 - - @equinor/fusion-framework-react-module-signalr@2.0.10 +- Updated dependencies []: + - @equinor/fusion-framework@7.0.22 + - @equinor/fusion-framework-react-module-signalr@2.0.10 ## 5.3.1 ### Patch Changes -- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot +- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot -- Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]: - - @equinor/fusion-framework@7.0.21 - - @equinor/fusion-framework-module@4.2.5 - - @equinor/fusion-framework-react-module-http@4.0.1 - - @equinor/fusion-framework-react-module@3.0.6 - - @equinor/fusion-framework-react-module-signalr@2.0.9 - - @equinor/fusion-observable@8.1.2 +- Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]: + - @equinor/fusion-framework@7.0.21 + - @equinor/fusion-framework-module@4.2.5 + - @equinor/fusion-framework-react-module-http@4.0.1 + - @equinor/fusion-framework-react-module@3.0.6 + - @equinor/fusion-framework-react-module-signalr@2.0.9 + - @equinor/fusion-observable@8.1.2 ## 5.3.0 ### Minor Changes -- [`3896fbec`](https://github.com/equinor/fusion-framework/commit/3896fbec3458dbe2ebd66e772465d5f89cd20658) Thanks [@odinr](https://github.com/odinr)! - Create module provider when creating framework provider +- [`3896fbec`](https://github.com/equinor/fusion-framework/commit/3896fbec3458dbe2ebd66e772465d5f89cd20658) Thanks [@odinr](https://github.com/odinr)! - Create module provider when creating framework provider `useModule(...)` did not work previously within framework (portal) context since no context provider was created ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.0.20 - - @equinor/fusion-framework-react-module-http@4.0.0 - - @equinor/fusion-framework-react-module-signalr@2.0.8 +- Updated dependencies []: + - @equinor/fusion-framework@7.0.20 + - @equinor/fusion-framework-react-module-http@4.0.0 + - @equinor/fusion-framework-react-module-signalr@2.0.8 ## 5.2.7 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.0.19 - - @equinor/fusion-framework-react-module-signalr@2.0.7 +- Updated dependencies []: + - @equinor/fusion-framework@7.0.19 + - @equinor/fusion-framework-react-module-signalr@2.0.7 ## 5.2.6 ### Patch Changes -- Updated dependencies [[`6f64d1aa`](https://github.com/equinor/fusion-framework/commit/6f64d1aa5e44af37f0abd76cef36e87761134760), [`758eaaf4`](https://github.com/equinor/fusion-framework/commit/758eaaf436ae28d180e7d91818b41abe0d9624c4), [`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]: - - @equinor/fusion-observable@8.1.1 - - @equinor/fusion-framework-module@4.2.4 - - @equinor/fusion-framework@7.0.18 - - @equinor/fusion-framework-react-module-http@3.0.5 - - @equinor/fusion-framework-react-module-signalr@2.0.6 +- Updated dependencies [[`6f64d1aa`](https://github.com/equinor/fusion-framework/commit/6f64d1aa5e44af37f0abd76cef36e87761134760), [`758eaaf4`](https://github.com/equinor/fusion-framework/commit/758eaaf436ae28d180e7d91818b41abe0d9624c4), [`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]: + - @equinor/fusion-observable@8.1.1 + - @equinor/fusion-framework-module@4.2.4 + - @equinor/fusion-framework@7.0.18 + - @equinor/fusion-framework-react-module-http@3.0.5 + - @equinor/fusion-framework-react-module-signalr@2.0.6 ## 5.2.5 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.0.17 - - @equinor/fusion-framework-react-module-signalr@2.0.5 +- Updated dependencies []: + - @equinor/fusion-framework@7.0.17 + - @equinor/fusion-framework-react-module-signalr@2.0.5 ## 5.2.4 ### Patch Changes -- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm +- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm conflicts of `@types/react` made random outcomes when using `yarn` this change should not affect consumer of the packages, but might conflict dependent on local package manager. -- [#1125](https://github.com/equinor/fusion-framework/pull/1125) [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump react and @types/react to react 18.2 +- [#1125](https://github.com/equinor/fusion-framework/pull/1125) [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump react and @types/react to react 18.2 only dev deps updated should not affect any consumers see [react changelog](https://github.com/facebook/react/releases) for details -- [#1145](https://github.com/equinor/fusion-framework/pull/1145) [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump rxjs from 7.5.7 to [7.8.1](https://github.com/ReactiveX/rxjs/blob/7.8.1/CHANGELOG.md) +- [#1145](https://github.com/equinor/fusion-framework/pull/1145) [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump rxjs from 7.5.7 to [7.8.1](https://github.com/ReactiveX/rxjs/blob/7.8.1/CHANGELOG.md) -- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]: - - @equinor/fusion-framework-react-module-signalr@2.0.4 - - @equinor/fusion-framework-react-module-http@3.0.4 - - @equinor/fusion-observable@8.1.0 - - @equinor/fusion-framework-module@4.2.3 - - @equinor/fusion-framework@7.0.16 +- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]: + - @equinor/fusion-framework-react-module-signalr@2.0.4 + - @equinor/fusion-framework-react-module-http@3.0.4 + - @equinor/fusion-observable@8.1.0 + - @equinor/fusion-framework-module@4.2.3 + - @equinor/fusion-framework@7.0.16 ## 5.2.3 ### Patch Changes -- [#1047](https://github.com/equinor/fusion-framework/pull/1047) [`1a2880d2`](https://github.com/equinor/fusion-framework/commit/1a2880d2e4c80ac5ce08f63ca3699fe77e4b565c) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @typescript-eslint/eslint-plugin from 5.59.11 to 6.1.0 +- [#1047](https://github.com/equinor/fusion-framework/pull/1047) [`1a2880d2`](https://github.com/equinor/fusion-framework/commit/1a2880d2e4c80ac5ce08f63ca3699fe77e4b565c) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @typescript-eslint/eslint-plugin from 5.59.11 to 6.1.0 only style semantics updated @@ -602,16 +609,16 @@ ### Patch Changes -- [#946](https://github.com/equinor/fusion-framework/pull/946) [`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352) Thanks [@odinr](https://github.com/odinr)! - Build/update typescript to 5 +- [#946](https://github.com/equinor/fusion-framework/pull/946) [`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352) Thanks [@odinr](https://github.com/odinr)! - Build/update typescript to 5 -- Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]: - - @equinor/fusion-framework@7.0.15 +- Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]: + - @equinor/fusion-framework@7.0.15 ## 5.2.1 ### Patch Changes -- [#943](https://github.com/equinor/fusion-framework/pull/943) [`6fb3fb86`](https://github.com/equinor/fusion-framework/commit/6fb3fb8610f5ed5777d13bde71d8d92b0da31d8a) Thanks [@odinr](https://github.com/odinr)! - update typing to typescript 5 +- [#943](https://github.com/equinor/fusion-framework/pull/943) [`6fb3fb86`](https://github.com/equinor/fusion-framework/commit/6fb3fb8610f5ed5777d13bde71d8d92b0da31d8a) Thanks [@odinr](https://github.com/odinr)! - update typing to typescript 5 provider from `createFrameworkProvider` was missing typehint of children @@ -619,9 +626,9 @@ ### Minor Changes -- [#927](https://github.com/equinor/fusion-framework/pull/927) [`8bc4c5d6`](https://github.com/equinor/fusion-framework/commit/8bc4c5d6ed900e424efcab5572047c106d7ec04a) Thanks [@odinr](https://github.com/odinr)! - Create and expose interface for App +- [#927](https://github.com/equinor/fusion-framework/pull/927) [`8bc4c5d6`](https://github.com/equinor/fusion-framework/commit/8bc4c5d6ed900e424efcab5572047c106d7ec04a) Thanks [@odinr](https://github.com/odinr)! - Create and expose interface for App - - deprecate [AppModuleProvider.createApp](https://github.com/equinor/fusion-framework/blob/cf08d5ae3cef473e5025fd973a2a7a45a3b22dee/packages/modules/app/src/AppModuleProvider.ts#L171) + - deprecate [AppModuleProvider.createApp](https://github.com/equinor/fusion-framework/blob/cf08d5ae3cef473e5025fd973a2a7a45a3b22dee/packages/modules/app/src/AppModuleProvider.ts#L171) this should not create any breaking changes since apps was only created from provider. if the class is still needed it can be imported: @@ -634,16 +641,16 @@ ### Patch Changes -- [#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** +- [#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** - - align all versions of typescript - - update types to build - - 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 + - align all versions of typescript + - update types to build + - 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 -- Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]: - - @equinor/fusion-framework@7.0.14 - - @equinor/fusion-framework-react-module-context@6.0.9 - - @equinor/fusion-framework-react-module-http@3.0.3 +- Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]: + - @equinor/fusion-framework@7.0.14 + - @equinor/fusion-framework-react-module-context@6.0.9 + - @equinor/fusion-framework-react-module-http@3.0.3 All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. @@ -660,14 +667,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **react-framework:** expose useCurrentAppModules ([785d5eb](https://github.com/equinor/fusion-framework/commit/785d5eb08963d5ba1a007573879908b33e52fb3f)) +- **react-framework:** expose useCurrentAppModules ([785d5eb](https://github.com/equinor/fusion-framework/commit/785d5eb08963d5ba1a007573879908b33e52fb3f)) ## 5.1.0 (2023-05-22) ### Features -- **react-framework:** add hook for using current app modules ([2d65464](https://github.com/equinor/fusion-framework/commit/2d654647b84e03d1c6e322509885d8bfa2b9142f)) -- **react-framework:** enhance `useCurrentApp` ([60026c9](https://github.com/equinor/fusion-framework/commit/60026c918c5033137cc359665074ea65c11a34fb)) +- **react-framework:** add hook for using current app modules ([2d65464](https://github.com/equinor/fusion-framework/commit/2d654647b84e03d1c6e322509885d8bfa2b9142f)) +- **react-framework:** enhance `useCurrentApp` ([60026c9](https://github.com/equinor/fusion-framework/commit/60026c918c5033137cc359665074ea65c11a34fb)) ## [5.0.11](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@5.0.10...@equinor/fusion-framework-react@5.0.11) (2023-05-12) @@ -757,7 +764,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **useApps:** hiding hidden apps ([7f1354f](https://github.com/equinor/fusion-framework/commit/7f1354fd72cd7b02715e67b8274b4c8185397012)) +- **useApps:** hiding hidden apps ([7f1354f](https://github.com/equinor/fusion-framework/commit/7f1354fd72cd7b02715e67b8274b4c8185397012)) ## [4.0.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@4.0.1...@equinor/fusion-framework-react@4.0.2) (2023-02-22) @@ -771,18 +778,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### ⚠ BREAKING CHANGES -- **utils/observable:** `useObservableInputState` and `useObservableSelectorState` now return full state, not only value +- **utils/observable:** `useObservableInputState` and `useObservableSelectorState` now return full state, not only value ### Bug Fixes -- **utils/observable:** rename `next` to `value`from `useObservableState` ([4a08445](https://github.com/equinor/fusion-framework/commit/4a08445645af2488666564c2da716d32aa5e88c0)) -- **utils/observable:** when subject in useObservableState reset state ([9c5c041](https://github.com/equinor/fusion-framework/commit/9c5c041d3d8c0b01bd507ea7f672711d9f5cb653)) +- **utils/observable:** rename `next` to `value`from `useObservableState` ([4a08445](https://github.com/equinor/fusion-framework/commit/4a08445645af2488666564c2da716d32aa5e88c0)) +- **utils/observable:** when subject in useObservableState reset state ([9c5c041](https://github.com/equinor/fusion-framework/commit/9c5c041d3d8c0b01bd507ea7f672711d9f5cb653)) ## [3.2.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@3.1.4...@equinor/fusion-framework-react@3.2.0) (2023-02-09) ### Features -- (framework): person provider ([d4a3936](https://github.com/equinor/fusion-framework/commit/d4a3936d6a60f093f71eac1dacc05cd60c7bf554)) +- (framework): person provider ([d4a3936](https://github.com/equinor/fusion-framework/commit/d4a3936d6a60f093f71eac1dacc05cd60c7bf554)) ## 3.1.4 (2023-02-02) @@ -792,25 +799,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **framework-react:** make params for useApps optional ([9e3fce1](https://github.com/equinor/fusion-framework/commit/9e3fce16cb1abfea8ae77239078efa2b1b0f52c2)) +- **framework-react:** make params for useApps optional ([9e3fce1](https://github.com/equinor/fusion-framework/commit/9e3fce16cb1abfea8ae77239078efa2b1b0f52c2)) ## [3.1.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@3.1.0...@equinor/fusion-framework-react@3.1.2) (2023-02-01) ### Bug Fixes -- **framework-app:** exporting hooks useApps and useAppProvider ([fd62fb3](https://github.com/equinor/fusion-framework/commit/fd62fb35667730d6d1f915bab4fc0c9bd8f6152b)) +- **framework-app:** exporting hooks useApps and useAppProvider ([fd62fb3](https://github.com/equinor/fusion-framework/commit/fd62fb35667730d6d1f915bab4fc0c9bd8f6152b)) ## [3.1.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@3.1.0...@equinor/fusion-framework-react@3.1.1) (2023-02-01) ### Bug Fixes -- **framework-app:** exporting hooks useApps and useAppProvider ([fd62fb3](https://github.com/equinor/fusion-framework/commit/fd62fb35667730d6d1f915bab4fc0c9bd8f6152b)) +- **framework-app:** exporting hooks useApps and useAppProvider ([fd62fb3](https://github.com/equinor/fusion-framework/commit/fd62fb35667730d6d1f915bab4fc0c9bd8f6152b)) ## 3.1.0 (2023-02-01) ### Features -- hooks useApps and useAppProvider ([bfa61a2](https://github.com/equinor/fusion-framework/commit/bfa61a2f01e70880f5a90e5184454ca40033ce71)) +- hooks useApps and useAppProvider ([bfa61a2](https://github.com/equinor/fusion-framework/commit/bfa61a2f01e70880f5a90e5184454ca40033ce71)) ## 3.0.1 (2023-01-30) @@ -828,7 +835,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **framework-react:** expose hook for signalr ([e807202](https://github.com/equinor/fusion-framework/commit/e807202e32e1031c7feb6e8ec1d30b3ed4336f35)) +- **framework-react:** expose hook for signalr ([e807202](https://github.com/equinor/fusion-framework/commit/e807202e32e1031c7feb6e8ec1d30b3ed4336f35)) ## 2.1.7 (2023-01-19) @@ -862,7 +869,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **module-app:** allow clearing current app ([c7f4c14](https://github.com/equinor/fusion-framework/commit/c7f4c144c29c2c40df42eafcdaabfb8214e1e88d)) +- **module-app:** allow clearing current app ([c7f4c14](https://github.com/equinor/fusion-framework/commit/c7f4c144c29c2c40df42eafcdaabfb8214e1e88d)) ## 2.0.25 (2023-01-04) @@ -896,7 +903,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- remove deprecated hooks ([af5586f](https://github.com/equinor/fusion-framework/commit/af5586f563e32c1e7e577a3e6837be610a135fc9)) +- remove deprecated hooks ([af5586f](https://github.com/equinor/fusion-framework/commit/af5586f563e32c1e7e577a3e6837be610a135fc9)) ## [2.0.17](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@2.0.16...@equinor/fusion-framework-react@2.0.17) (2022-12-13) @@ -918,7 +925,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **framework-react:** update hooks ([cd8b0cd](https://github.com/equinor/fusion-framework/commit/cd8b0cd580cd90a35392ccefb8e306700e903ce1)) +- **framework-react:** update hooks ([cd8b0cd](https://github.com/equinor/fusion-framework/commit/cd8b0cd580cd90a35392ccefb8e306700e903ce1)) ## [2.0.12](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@2.0.11...@equinor/fusion-framework-react@2.0.12) (2022-12-08) @@ -1080,13 +1087,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **module-auth:** make http module await auth ([18a0ed9](https://github.com/equinor/fusion-framework/commit/18a0ed947e128bf1cdc86aa45d31e73c1f8c4bbb)) +- **module-auth:** make http module await auth ([18a0ed9](https://github.com/equinor/fusion-framework/commit/18a0ed947e128bf1cdc86aa45d31e73c1f8c4bbb)) ## 1.3.6 (2022-11-03) ### Bug Fixes -- deprecate useFramework from hooks ([d3d9b24](https://github.com/equinor/fusion-framework/commit/d3d9b24fe56937e2c9feba7de4228d8eb1cbbec5)) +- deprecate useFramework from hooks ([d3d9b24](https://github.com/equinor/fusion-framework/commit/d3d9b24fe56937e2c9feba7de4228d8eb1cbbec5)) ## [1.3.5](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@1.3.4...@equinor/fusion-framework-react@1.3.5) (2022-11-03) @@ -1112,8 +1119,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **framework-react:** create hook for current context ([4ee803f](https://github.com/equinor/fusion-framework/commit/4ee803fd0e457c3ec7414b35100e12186327fb6f)) -- **framework-react:** react tooling for context ([b530114](https://github.com/equinor/fusion-framework/commit/b53011475a9c1a25b4e0756b66b57fd9b5711bbd)) +- **framework-react:** create hook for current context ([4ee803f](https://github.com/equinor/fusion-framework/commit/4ee803fd0e457c3ec7414b35100e12186327fb6f)) +- **framework-react:** react tooling for context ([b530114](https://github.com/equinor/fusion-framework/commit/b53011475a9c1a25b4e0756b66b57fd9b5711bbd)) ## [1.2.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@1.2.0...@equinor/fusion-framework-react@1.2.1) (2022-11-02) @@ -1123,7 +1130,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **framework-react:** expose app hooks ([46c1ea2](https://github.com/equinor/fusion-framework/commit/46c1ea28f88cb3dd0ff350a589850c5cd9a45a88)) +- **framework-react:** expose app hooks ([46c1ea2](https://github.com/equinor/fusion-framework/commit/46c1ea28f88cb3dd0ff350a589850c5cd9a45a88)) ## 1.1.1 (2022-11-01) @@ -1133,7 +1140,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- :sparkles: expose a single element for setup framework ([154e09f](https://github.com/equinor/fusion-framework/commit/154e09f027b7dea3015eb860fa530ce0f45dfa61)) +- :sparkles: expose a single element for setup framework ([154e09f](https://github.com/equinor/fusion-framework/commit/154e09f027b7dea3015eb860fa530ce0f45dfa61)) ## 1.0.17 (2022-10-27) @@ -1195,7 +1202,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761)) +- update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761)) ## [1.0.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@1.0.1...@equinor/fusion-framework-react@1.0.2) (2022-09-13) @@ -1217,21 +1224,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### ⚠ BREAKING CHANGES -- **framework-react:** config is now object +- **framework-react:** config is now object ### Features -- **framework-react:** update init ([f3e6e2b](https://github.com/equinor/fusion-framework/commit/f3e6e2ba7058b4b515ff0838516fe44705bfdf5c)) +- **framework-react:** update init ([f3e6e2b](https://github.com/equinor/fusion-framework/commit/f3e6e2ba7058b4b515ff0838516fe44705bfdf5c)) ## [1.0.0-alpha.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@0.3.3...@equinor/fusion-framework-react@1.0.0-alpha.0) (2022-09-12) ### ⚠ BREAKING CHANGES -- **framework-react:** config is now object +- **framework-react:** config is now object ### Features -- **framework-react:** update init ([f3e6e2b](https://github.com/equinor/fusion-framework/commit/f3e6e2ba7058b4b515ff0838516fe44705bfdf5c)) +- **framework-react:** update init ([f3e6e2b](https://github.com/equinor/fusion-framework/commit/f3e6e2ba7058b4b515ff0838516fe44705bfdf5c)) ## [0.3.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@0.3.2...@equinor/fusion-framework-react@0.3.3) (2022-09-05) @@ -1249,7 +1256,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **framework-react:** expose rect module http ([f6ab26f](https://github.com/equinor/fusion-framework/commit/f6ab26f2c4463ce9d0996027a48eb5ad9d94779a)) +- **framework-react:** expose rect module http ([f6ab26f](https://github.com/equinor/fusion-framework/commit/f6ab26f2c4463ce9d0996027a48eb5ad9d94779a)) ## [0.2.19](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@0.2.18...@equinor/fusion-framework-react@0.2.19) (2022-08-29) @@ -1295,7 +1302,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **framework-react:** remove legacy path ([fa82188](https://github.com/equinor/fusion-framework/commit/fa82188a7471a82fafacf26a1fc50a1703fe3944)) +- **framework-react:** remove legacy path ([fa82188](https://github.com/equinor/fusion-framework/commit/fa82188a7471a82fafacf26a1fc50a1703fe3944)) ## [0.2.8](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@0.2.7...@equinor/fusion-framework-react@0.2.8) (2022-07-01) @@ -1333,7 +1340,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **framework:** allow addtional modules ([d8d697b](https://github.com/equinor/fusion-framework/commit/d8d697b6fa8ea5c8130b324195d39f354d2fa768)) +- **framework:** allow addtional modules ([d8d697b](https://github.com/equinor/fusion-framework/commit/d8d697b6fa8ea5c8130b324195d39f354d2fa768)) ## [0.1.19](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react@0.1.18...@equinor/fusion-framework-react@0.1.19) (2022-06-14) @@ -1411,19 +1418,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **framework-react:** export Fusion ([94b150f](https://github.com/equinor/fusion-framework/commit/94b150ff9d1b5ad27c12f19160371edb464c88de)) +- **framework-react:** export Fusion ([94b150f](https://github.com/equinor/fusion-framework/commit/94b150ff9d1b5ad27c12f19160371edb464c88de)) # 0.1.0 (2022-02-07) ### Bug Fixes -- **framework-react:** typehint ([75d3793](https://github.com/equinor/fusion-framework/commit/75d37936aca967d17d192977337bae99f6aea277)) -- **framework-react:** update name change ([e2382b7](https://github.com/equinor/fusion-framework/commit/e2382b70a7d7a8cd103cb33c2a839c5a34e315c9)) -- memo http clients ([f876acb](https://github.com/equinor/fusion-framework/commit/f876acb11e19d7802a28f58ce7d70bc76f777c5e)) -- **react:** fix typing ([9a2a51d](https://github.com/equinor/fusion-framework/commit/9a2a51dd76ed68ef95ef5c932555ae31165f16c2)) -- shared context ([f00732e](https://github.com/equinor/fusion-framework/commit/f00732ee3c1016be812204c7cf7b0205b2322075)) +- **framework-react:** typehint ([75d3793](https://github.com/equinor/fusion-framework/commit/75d37936aca967d17d192977337bae99f6aea277)) +- **framework-react:** update name change ([e2382b7](https://github.com/equinor/fusion-framework/commit/e2382b70a7d7a8cd103cb33c2a839c5a34e315c9)) +- memo http clients ([f876acb](https://github.com/equinor/fusion-framework/commit/f876acb11e19d7802a28f58ce7d70bc76f777c5e)) +- **react:** fix typing ([9a2a51d](https://github.com/equinor/fusion-framework/commit/9a2a51dd76ed68ef95ef5c932555ae31165f16c2)) +- shared context ([f00732e](https://github.com/equinor/fusion-framework/commit/f00732ee3c1016be812204c7cf7b0205b2322075)) ### Features -- add package for creating framework in react ([3b6858d](https://github.com/equinor/fusion-framework/commit/3b6858dc9f6b8c0efd6aa51275693e068ac72bef)) -- **react-app:** add hooks ([9bfcc5e](https://github.com/equinor/fusion-framework/commit/9bfcc5ebd721b19232e7896cee037637c716f09a)) +- add package for creating framework in react ([3b6858d](https://github.com/equinor/fusion-framework/commit/3b6858dc9f6b8c0efd6aa51275693e068ac72bef)) +- **react-app:** add hooks ([9bfcc5e](https://github.com/equinor/fusion-framework/commit/9bfcc5ebd721b19232e7896cee037637c716f09a)) diff --git a/packages/react/framework/package.json b/packages/react/framework/package.json index 4d491d09a4..d0a042795d 100644 --- a/packages/react/framework/package.json +++ b/packages/react/framework/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-react", - "version": "7.3.3", + "version": "7.3.4", "description": "", "main": "dist/esm/index.js", "exports": { diff --git a/packages/react/legacy-interopt/CHANGELOG.md b/packages/react/legacy-interopt/CHANGELOG.md index 14e0f1125b..c6d8ca57bf 100644 --- a/packages/react/legacy-interopt/CHANGELOG.md +++ b/packages/react/legacy-interopt/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 19.0.1 + +### Patch Changes + +- Updated dependencies []: + - @equinor/fusion-framework@7.2.12 + - @equinor/fusion-framework-app@9.1.16 + - @equinor/fusion-framework-react-app@5.4.1 + ## 19.0.0 ### Patch Changes diff --git a/packages/react/legacy-interopt/package.json b/packages/react/legacy-interopt/package.json index 8949637f58..5465f19b42 100644 --- a/packages/react/legacy-interopt/package.json +++ b/packages/react/legacy-interopt/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-legacy-interopt", - "version": "19.0.0", + "version": "19.0.1", "description": "Library for interopt legacy fusion applications", "main": "dist/esm/index.js", "exports": { diff --git a/packages/react/modules/bookmark/CHANGELOG.md b/packages/react/modules/bookmark/CHANGELOG.md index dd82ff4c8d..6fbebdf5da 100644 --- a/packages/react/modules/bookmark/CHANGELOG.md +++ b/packages/react/modules/bookmark/CHANGELOG.md @@ -1,25 +1,33 @@ # Change Log +## 2.2.3 + +### Patch Changes + +- Updated dependencies []: + - @equinor/fusion-framework-module-bookmark@2.0.1 + - @equinor/fusion-framework-react@7.3.4 + ## 2.2.2 ### Patch Changes -- Updated dependencies [[`30767a2`](https://github.com/equinor/fusion-framework/commit/30767a2f72b54c2a3ea98ce08186017e34ae16bd)]: - - @equinor/fusion-observable@8.4.3 - - @equinor/fusion-framework-react@7.3.3 - - @equinor/fusion-framework-module-bookmark@2.0.1 +- Updated dependencies [[`30767a2`](https://github.com/equinor/fusion-framework/commit/30767a2f72b54c2a3ea98ce08186017e34ae16bd)]: + - @equinor/fusion-observable@8.4.3 + - @equinor/fusion-framework-react@7.3.3 + - @equinor/fusion-framework-module-bookmark@2.0.1 ## 2.2.1 ### Patch Changes -- [#2575](https://github.com/equinor/fusion-framework/pull/2575) [`7e67ae1`](https://github.com/equinor/fusion-framework/commit/7e67ae127a3a5256df925ae6bd472aa32b8d9292) Thanks [@odinr](https://github.com/odinr)! - fixed import path in `useBookmark` hook +- [#2575](https://github.com/equinor/fusion-framework/pull/2575) [`7e67ae1`](https://github.com/equinor/fusion-framework/commit/7e67ae127a3a5256df925ae6bd472aa32b8d9292) Thanks [@odinr](https://github.com/odinr)! - fixed import path in `useBookmark` hook ## 2.2.0 ### Minor Changes -- [#2410](https://github.com/equinor/fusion-framework/pull/2410) [`9d1cb90`](https://github.com/equinor/fusion-framework/commit/9d1cb9003fa10e7ccaa95c20ef86f0a618034641) Thanks [@odinr](https://github.com/odinr)! - Added new hooks `useBookmarkProvider` and `useHasBookmark` with support for custom bookmark providers. This allows for more flexible bookmark management within the Fusion Framework React Bookmark Module. +- [#2410](https://github.com/equinor/fusion-framework/pull/2410) [`9d1cb90`](https://github.com/equinor/fusion-framework/commit/9d1cb9003fa10e7ccaa95c20ef86f0a618034641) Thanks [@odinr](https://github.com/odinr)! - Added new hooks `useBookmarkProvider` and `useHasBookmark` with support for custom bookmark providers. This allows for more flexible bookmark management within the Fusion Framework React Bookmark Module. Developers can now directly use `useBookmarkProvider` to get the bookmark provider instance and `useHasBookmark` to check if bookmark creators are present. This enhancement facilitates better integration with custom bookmark logic and improves the module's usability. @@ -27,98 +35,98 @@ ### Patch Changes -- Updated dependencies [[`9d1cb90`](https://github.com/equinor/fusion-framework/commit/9d1cb9003fa10e7ccaa95c20ef86f0a618034641)]: - - @equinor/fusion-framework-module-bookmark@2.0.0 - - @equinor/fusion-framework-react@7.3.2 +- Updated dependencies [[`9d1cb90`](https://github.com/equinor/fusion-framework/commit/9d1cb9003fa10e7ccaa95c20ef86f0a618034641)]: + - @equinor/fusion-framework-module-bookmark@2.0.0 + - @equinor/fusion-framework-react@7.3.2 ## 2.1.19 ### Patch Changes -- Updated dependencies [[`21db01b`](https://github.com/equinor/fusion-framework/commit/21db01bbe5113b07aaa715d554378561e1a5223d)]: - - @equinor/fusion-observable@8.4.2 - - @equinor/fusion-query@5.1.4 - - @equinor/fusion-framework-react@7.3.1 - - @equinor/fusion-framework-module-bookmark@1.2.13 - - @equinor/fusion-framework-module-context@5.0.13 +- Updated dependencies [[`21db01b`](https://github.com/equinor/fusion-framework/commit/21db01bbe5113b07aaa715d554378561e1a5223d)]: + - @equinor/fusion-observable@8.4.2 + - @equinor/fusion-query@5.1.4 + - @equinor/fusion-framework-react@7.3.1 + - @equinor/fusion-framework-module-bookmark@1.2.13 + - @equinor/fusion-framework-module-context@5.0.13 ## 2.1.18 ### Patch Changes -- Updated dependencies [[`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251)]: - - @equinor/fusion-framework-react@7.3.0 - - @equinor/fusion-framework-module-bookmark@1.2.12 +- Updated dependencies [[`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251)]: + - @equinor/fusion-framework-react@7.3.0 + - @equinor/fusion-framework-module-bookmark@1.2.12 ## 2.1.17 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-bookmark@1.2.12 - - @equinor/fusion-framework-module-context@5.0.12 - - @equinor/fusion-framework-react@7.2.3 +- Updated dependencies []: + - @equinor/fusion-framework-module-bookmark@1.2.12 + - @equinor/fusion-framework-module-context@5.0.12 + - @equinor/fusion-framework-react@7.2.3 ## 2.1.16 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-bookmark@1.2.12 - - @equinor/fusion-framework-module-context@5.0.12 - - @equinor/fusion-framework-react@7.2.2 - - @equinor/fusion-framework-react-module@3.1.6 +- Updated dependencies []: + - @equinor/fusion-framework-module-bookmark@1.2.12 + - @equinor/fusion-framework-module-context@5.0.12 + - @equinor/fusion-framework-react@7.2.2 + - @equinor/fusion-framework-react-module@3.1.6 ## 2.1.15 ### Patch Changes -- Updated dependencies [[`f7c143d`](https://github.com/equinor/fusion-framework/commit/f7c143d44a88cc25c377d3ce8c3d1744114b891d)]: - - @equinor/fusion-observable@8.4.1 - - @equinor/fusion-framework-module-context@5.0.11 - - @equinor/fusion-framework-module-bookmark@1.2.11 - - @equinor/fusion-framework-react@7.2.1 - - @equinor/fusion-query@5.1.3 +- Updated dependencies [[`f7c143d`](https://github.com/equinor/fusion-framework/commit/f7c143d44a88cc25c377d3ce8c3d1744114b891d)]: + - @equinor/fusion-observable@8.4.1 + - @equinor/fusion-framework-module-context@5.0.11 + - @equinor/fusion-framework-module-bookmark@1.2.11 + - @equinor/fusion-framework-react@7.2.1 + - @equinor/fusion-query@5.1.3 ## 2.1.14 ### Patch Changes -- Updated dependencies [[`be2e925`](https://github.com/equinor/fusion-framework/commit/be2e92532f4a4b8f0b2c9e12d4adf942d380423e), [`843edd9`](https://github.com/equinor/fusion-framework/commit/843edd96f2a01ebd814766105902977cdc1cdf8e)]: - - @equinor/fusion-query@5.1.2 - - @equinor/fusion-framework-react@7.2.0 - - @equinor/fusion-framework-module-bookmark@1.2.10 - - @equinor/fusion-framework-module-context@5.0.10 - - @equinor/fusion-framework-react-module@3.1.5 +- Updated dependencies [[`be2e925`](https://github.com/equinor/fusion-framework/commit/be2e92532f4a4b8f0b2c9e12d4adf942d380423e), [`843edd9`](https://github.com/equinor/fusion-framework/commit/843edd96f2a01ebd814766105902977cdc1cdf8e)]: + - @equinor/fusion-query@5.1.2 + - @equinor/fusion-framework-react@7.2.0 + - @equinor/fusion-framework-module-bookmark@1.2.10 + - @equinor/fusion-framework-module-context@5.0.10 + - @equinor/fusion-framework-react-module@3.1.5 ## 2.1.13 ### Patch Changes -- Updated dependencies [[`bbde502`](https://github.com/equinor/fusion-framework/commit/bbde502e638f459379f63968febbc97ebe282b76), [`decb9e9`](https://github.com/equinor/fusion-framework/commit/decb9e9e3d1bb1b0577b729a1e7ae812afdd83cb), [`e092f75`](https://github.com/equinor/fusion-framework/commit/e092f7599f1f2e0e0676a9f10565299272813594)]: - - @equinor/fusion-observable@8.4.0 - - @equinor/fusion-query@5.1.1 - - @equinor/fusion-framework-module-bookmark@1.2.9 - - @equinor/fusion-framework-react@7.1.4 - - @equinor/fusion-framework-module-context@5.0.9 - - @equinor/fusion-framework-react-module@3.1.4 +- Updated dependencies [[`bbde502`](https://github.com/equinor/fusion-framework/commit/bbde502e638f459379f63968febbc97ebe282b76), [`decb9e9`](https://github.com/equinor/fusion-framework/commit/decb9e9e3d1bb1b0577b729a1e7ae812afdd83cb), [`e092f75`](https://github.com/equinor/fusion-framework/commit/e092f7599f1f2e0e0676a9f10565299272813594)]: + - @equinor/fusion-observable@8.4.0 + - @equinor/fusion-query@5.1.1 + - @equinor/fusion-framework-module-bookmark@1.2.9 + - @equinor/fusion-framework-react@7.1.4 + - @equinor/fusion-framework-module-context@5.0.9 + - @equinor/fusion-framework-react-module@3.1.4 ## 2.1.12 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-bookmark@1.2.8 - - @equinor/fusion-framework-module-context@5.0.8 - - @equinor/fusion-framework-react@7.1.3 +- Updated dependencies []: + - @equinor/fusion-framework-module-bookmark@1.2.8 + - @equinor/fusion-framework-module-context@5.0.8 + - @equinor/fusion-framework-react@7.1.3 ## 2.1.11 ### Patch Changes -- [#2333](https://github.com/equinor/fusion-framework/pull/2333) [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1) Thanks [@odinr](https://github.com/odinr)! - Updated `TypeScript` to 5.5.3 +- [#2333](https://github.com/equinor/fusion-framework/pull/2333) [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1) Thanks [@odinr](https://github.com/odinr)! - Updated `TypeScript` to 5.5.3 -- [#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. +- [#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. Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons: @@ -161,392 +169,392 @@ This change ensures that comments are preserved in the compiled output, potentially improving the development and debugging experience for users of the Fusion Framework. -- Updated dependencies [[`5e20ce1`](https://github.com/equinor/fusion-framework/commit/5e20ce17af709f0443b7110bfc952ff8d8d81dee), [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1), [`29ff796`](https://github.com/equinor/fusion-framework/commit/29ff796ebb3a643c604e4153b6798bde5992363c), [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee), [`5e20ce1`](https://github.com/equinor/fusion-framework/commit/5e20ce17af709f0443b7110bfc952ff8d8d81dee)]: - - @equinor/fusion-query@5.1.0 - - @equinor/fusion-framework-react-module@3.1.3 - - @equinor/fusion-framework-module-bookmark@1.2.8 - - @equinor/fusion-observable@8.3.3 - - @equinor/fusion-framework-module-context@5.0.8 - - @equinor/fusion-framework-react@7.1.2 +- Updated dependencies [[`5e20ce1`](https://github.com/equinor/fusion-framework/commit/5e20ce17af709f0443b7110bfc952ff8d8d81dee), [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1), [`29ff796`](https://github.com/equinor/fusion-framework/commit/29ff796ebb3a643c604e4153b6798bde5992363c), [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee), [`5e20ce1`](https://github.com/equinor/fusion-framework/commit/5e20ce17af709f0443b7110bfc952ff8d8d81dee)]: + - @equinor/fusion-query@5.1.0 + - @equinor/fusion-framework-react-module@3.1.3 + - @equinor/fusion-framework-module-bookmark@1.2.8 + - @equinor/fusion-observable@8.3.3 + - @equinor/fusion-framework-module-context@5.0.8 + - @equinor/fusion-framework-react@7.1.2 ## 2.1.10 ### Patch Changes -- Updated dependencies [[`97e41a5`](https://github.com/equinor/fusion-framework/commit/97e41a55d05644b6684c6cb165b65b115bd416eb)]: - - @equinor/fusion-observable@8.3.2 - - @equinor/fusion-framework-module-bookmark@1.2.7 - - @equinor/fusion-framework-react@7.1.1 - - @equinor/fusion-query@5.0.5 - - @equinor/fusion-framework-module-context@5.0.7 +- Updated dependencies [[`97e41a5`](https://github.com/equinor/fusion-framework/commit/97e41a55d05644b6684c6cb165b65b115bd416eb)]: + - @equinor/fusion-observable@8.3.2 + - @equinor/fusion-framework-module-bookmark@1.2.7 + - @equinor/fusion-framework-react@7.1.1 + - @equinor/fusion-query@5.0.5 + - @equinor/fusion-framework-module-context@5.0.7 ## 2.1.9 ### Patch Changes -- Updated dependencies [[`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8), [`1681940`](https://github.com/equinor/fusion-framework/commit/16819401db191321637fb2a17390abd98738c103), [`72f48ec`](https://github.com/equinor/fusion-framework/commit/72f48eccc7262f6c419c60cc32f0dc829601ceab)]: - - @equinor/fusion-framework-react@7.1.0 - - @equinor/fusion-query@5.0.4 - - @equinor/fusion-observable@8.3.1 - - @equinor/fusion-framework-module-bookmark@1.2.6 - - @equinor/fusion-framework-module-context@5.0.6 +- Updated dependencies [[`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8), [`1681940`](https://github.com/equinor/fusion-framework/commit/16819401db191321637fb2a17390abd98738c103), [`72f48ec`](https://github.com/equinor/fusion-framework/commit/72f48eccc7262f6c419c60cc32f0dc829601ceab)]: + - @equinor/fusion-framework-react@7.1.0 + - @equinor/fusion-query@5.0.4 + - @equinor/fusion-observable@8.3.1 + - @equinor/fusion-framework-module-bookmark@1.2.6 + - @equinor/fusion-framework-module-context@5.0.6 ## 2.1.8 ### Patch Changes -- Updated dependencies [[`6a81125`](https://github.com/equinor/fusion-framework/commit/6a81125ca856bbddbd1ec9e66a30e887cef93f66), [`cd737c2`](https://github.com/equinor/fusion-framework/commit/cd737c2f916747965ece46ed6f33fdadb776c90b)]: - - @equinor/fusion-query@5.0.3 - - @equinor/fusion-framework-module-bookmark@1.2.5 - - @equinor/fusion-framework-module-context@5.0.5 - - @equinor/fusion-framework-react@7.0.8 - - @equinor/fusion-framework-react-module@3.1.2 +- Updated dependencies [[`6a81125`](https://github.com/equinor/fusion-framework/commit/6a81125ca856bbddbd1ec9e66a30e887cef93f66), [`cd737c2`](https://github.com/equinor/fusion-framework/commit/cd737c2f916747965ece46ed6f33fdadb776c90b)]: + - @equinor/fusion-query@5.0.3 + - @equinor/fusion-framework-module-bookmark@1.2.5 + - @equinor/fusion-framework-module-context@5.0.5 + - @equinor/fusion-framework-react@7.0.8 + - @equinor/fusion-framework-react-module@3.1.2 ## 2.1.7 ### Patch Changes -- Updated dependencies [[`bd3d3e1`](https://github.com/equinor/fusion-framework/commit/bd3d3e165b3cbcef8f2c7b3219d21387731e5995)]: - - @equinor/fusion-query@5.0.2 - - @equinor/fusion-framework-module-bookmark@1.2.4 - - @equinor/fusion-framework-module-context@5.0.4 - - @equinor/fusion-framework-react@7.0.7 +- Updated dependencies [[`bd3d3e1`](https://github.com/equinor/fusion-framework/commit/bd3d3e165b3cbcef8f2c7b3219d21387731e5995)]: + - @equinor/fusion-query@5.0.2 + - @equinor/fusion-framework-module-bookmark@1.2.4 + - @equinor/fusion-framework-module-context@5.0.4 + - @equinor/fusion-framework-react@7.0.7 ## 2.1.6 ### Patch Changes -- Updated dependencies [[`491c2e0`](https://github.com/equinor/fusion-framework/commit/491c2e05a2383dc7aa310f11ba6f7325a69e7197)]: - - @equinor/fusion-query@5.0.1 - - @equinor/fusion-framework-module-bookmark@1.2.3 - - @equinor/fusion-framework-module-context@5.0.3 - - @equinor/fusion-framework-react@7.0.6 +- Updated dependencies [[`491c2e0`](https://github.com/equinor/fusion-framework/commit/491c2e05a2383dc7aa310f11ba6f7325a69e7197)]: + - @equinor/fusion-query@5.0.1 + - @equinor/fusion-framework-module-bookmark@1.2.3 + - @equinor/fusion-framework-module-context@5.0.3 + - @equinor/fusion-framework-react@7.0.6 ## 2.1.5 ### Patch Changes -- Updated dependencies [[`b9c1643`](https://github.com/equinor/fusion-framework/commit/b9c164337d984e760d4701d1c534b14cb52aa7e2), [`b9c1643`](https://github.com/equinor/fusion-framework/commit/b9c164337d984e760d4701d1c534b14cb52aa7e2), [`b9c1643`](https://github.com/equinor/fusion-framework/commit/b9c164337d984e760d4701d1c534b14cb52aa7e2)]: - - @equinor/fusion-query@5.0.0 - - @equinor/fusion-framework-module-bookmark@1.2.2 - - @equinor/fusion-framework-module-context@5.0.2 - - @equinor/fusion-framework-react@7.0.5 +- Updated dependencies [[`b9c1643`](https://github.com/equinor/fusion-framework/commit/b9c164337d984e760d4701d1c534b14cb52aa7e2), [`b9c1643`](https://github.com/equinor/fusion-framework/commit/b9c164337d984e760d4701d1c534b14cb52aa7e2), [`b9c1643`](https://github.com/equinor/fusion-framework/commit/b9c164337d984e760d4701d1c534b14cb52aa7e2)]: + - @equinor/fusion-query@5.0.0 + - @equinor/fusion-framework-module-bookmark@1.2.2 + - @equinor/fusion-framework-module-context@5.0.2 + - @equinor/fusion-framework-react@7.0.5 ## 2.1.4 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-bookmark@1.2.1 - - @equinor/fusion-framework-react@7.0.4 +- Updated dependencies []: + - @equinor/fusion-framework-module-bookmark@1.2.1 + - @equinor/fusion-framework-react@7.0.4 ## 2.1.3 ### Patch Changes -- Updated dependencies [[`572a199`](https://github.com/equinor/fusion-framework/commit/572a199b8b3070af16d76238aa30d7aaf36a115a), [`f5e4090`](https://github.com/equinor/fusion-framework/commit/f5e4090fa285db8dc10e09b450cee5767437d883)]: - - @equinor/fusion-observable@8.3.0 - - @equinor/fusion-query@4.2.0 - - @equinor/fusion-framework-module-bookmark@1.2.1 - - @equinor/fusion-framework-react@7.0.3 - - @equinor/fusion-framework-module-context@5.0.1 +- Updated dependencies [[`572a199`](https://github.com/equinor/fusion-framework/commit/572a199b8b3070af16d76238aa30d7aaf36a115a), [`f5e4090`](https://github.com/equinor/fusion-framework/commit/f5e4090fa285db8dc10e09b450cee5767437d883)]: + - @equinor/fusion-observable@8.3.0 + - @equinor/fusion-query@4.2.0 + - @equinor/fusion-framework-module-bookmark@1.2.1 + - @equinor/fusion-framework-react@7.0.3 + - @equinor/fusion-framework-module-context@5.0.1 ## 2.1.2 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-bookmark@1.2.0 - - @equinor/fusion-framework-react@7.0.2 +- Updated dependencies []: + - @equinor/fusion-framework-module-bookmark@1.2.0 + - @equinor/fusion-framework-react@7.0.2 ## 2.1.1 ### Patch Changes -- Updated dependencies [[`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc)]: - - @equinor/fusion-framework-react-module@3.1.1 - - @equinor/fusion-framework-react@7.0.1 - - @equinor/fusion-framework-module-bookmark@1.2.0 - - @equinor/fusion-framework-module-context@5.0.0 +- Updated dependencies [[`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc)]: + - @equinor/fusion-framework-react-module@3.1.1 + - @equinor/fusion-framework-react@7.0.1 + - @equinor/fusion-framework-module-bookmark@1.2.0 + - @equinor/fusion-framework-module-context@5.0.0 ## 2.1.0 ### Minor Changes -- [#1953](https://github.com/equinor/fusion-framework/pull/1953) [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904) Thanks [@odinr](https://github.com/odinr)! - updated typescript to 5.4.2 +- [#1953](https://github.com/equinor/fusion-framework/pull/1953) [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904) Thanks [@odinr](https://github.com/odinr)! - updated typescript to 5.4.2 ### Patch Changes -- Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]: - - @equinor/fusion-framework-react-module@3.1.0 - - @equinor/fusion-framework-module-bookmark@1.2.0 - - @equinor/fusion-observable@8.2.0 - - @equinor/fusion-framework-module-context@5.0.0 - - @equinor/fusion-framework-react@7.0.0 - - @equinor/fusion-query@4.1.0 +- Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]: + - @equinor/fusion-framework-react-module@3.1.0 + - @equinor/fusion-framework-module-bookmark@1.2.0 + - @equinor/fusion-observable@8.2.0 + - @equinor/fusion-framework-module-context@5.0.0 + - @equinor/fusion-framework-react@7.0.0 + - @equinor/fusion-query@4.1.0 ## 2.0.35 ### Patch Changes -- Updated dependencies [[`701c297`](https://github.com/equinor/fusion-framework/commit/701c29709351ff80864d26311efc72a439cd4098), [`701c297`](https://github.com/equinor/fusion-framework/commit/701c29709351ff80864d26311efc72a439cd4098)]: - - @equinor/fusion-framework-module-context@4.2.0 - - @equinor/fusion-framework-module-bookmark@1.1.2 - - @equinor/fusion-framework-react@6.0.5 +- Updated dependencies [[`701c297`](https://github.com/equinor/fusion-framework/commit/701c29709351ff80864d26311efc72a439cd4098), [`701c297`](https://github.com/equinor/fusion-framework/commit/701c29709351ff80864d26311efc72a439cd4098)]: + - @equinor/fusion-framework-module-context@4.2.0 + - @equinor/fusion-framework-module-bookmark@1.1.2 + - @equinor/fusion-framework-react@6.0.5 ## 2.0.34 ### Patch Changes -- Updated dependencies [[`7424ad3`](https://github.com/equinor/fusion-framework/commit/7424ad37760904b7897bcafc11d85235246e1381)]: - - @equinor/fusion-framework-module-context@4.1.1 - - @equinor/fusion-framework-module-bookmark@1.1.2 - - @equinor/fusion-framework-react@6.0.4 +- Updated dependencies [[`7424ad3`](https://github.com/equinor/fusion-framework/commit/7424ad37760904b7897bcafc11d85235246e1381)]: + - @equinor/fusion-framework-module-context@4.1.1 + - @equinor/fusion-framework-module-bookmark@1.1.2 + - @equinor/fusion-framework-react@6.0.4 ## 2.0.33 ### Patch Changes -- Updated dependencies [[`6e6ee6b`](https://github.com/equinor/fusion-framework/commit/6e6ee6b7ce280820111e8b98ac8377efb15808ef)]: - - @equinor/fusion-framework-module-context@4.1.0 - - @equinor/fusion-framework-react@6.0.3 - - @equinor/fusion-framework-module-bookmark@1.1.2 +- Updated dependencies [[`6e6ee6b`](https://github.com/equinor/fusion-framework/commit/6e6ee6b7ce280820111e8b98ac8377efb15808ef)]: + - @equinor/fusion-framework-module-context@4.1.0 + - @equinor/fusion-framework-react@6.0.3 + - @equinor/fusion-framework-module-bookmark@1.1.2 ## 2.0.32 ### Patch Changes -- Updated dependencies [[`2a813bc`](https://github.com/equinor/fusion-framework/commit/2a813bc0a32f53e7515f16f8b5cba1cf1e5018a3)]: - - @equinor/fusion-framework-react@6.0.2 - - @equinor/fusion-framework-module-bookmark@1.1.2 - - @equinor/fusion-framework-module-context@4.0.21 - - @equinor/fusion-framework-react-module@3.0.8 +- Updated dependencies [[`2a813bc`](https://github.com/equinor/fusion-framework/commit/2a813bc0a32f53e7515f16f8b5cba1cf1e5018a3)]: + - @equinor/fusion-framework-react@6.0.2 + - @equinor/fusion-framework-module-bookmark@1.1.2 + - @equinor/fusion-framework-module-context@4.0.21 + - @equinor/fusion-framework-react-module@3.0.8 ## 2.0.31 ### Patch Changes -- Updated dependencies [[`036546f`](https://github.com/equinor/fusion-framework/commit/036546f2e3d9c0d289c7145da84e940673027b5e), [`d0c0c6a`](https://github.com/equinor/fusion-framework/commit/d0c0c6a971a478e3f447663bf50b4e3a7cb1517e), [`fdbe12f`](https://github.com/equinor/fusion-framework/commit/fdbe12f258aeb98d91094f16f2d8ce229d7b13ee)]: - - @equinor/fusion-observable@8.1.5 - - @equinor/fusion-framework-react@6.0.1 - - @equinor/fusion-framework-module-bookmark@1.1.1 - - @equinor/fusion-query@4.0.6 - - @equinor/fusion-framework-module-context@4.0.20 +- Updated dependencies [[`036546f`](https://github.com/equinor/fusion-framework/commit/036546f2e3d9c0d289c7145da84e940673027b5e), [`d0c0c6a`](https://github.com/equinor/fusion-framework/commit/d0c0c6a971a478e3f447663bf50b4e3a7cb1517e), [`fdbe12f`](https://github.com/equinor/fusion-framework/commit/fdbe12f258aeb98d91094f16f2d8ce229d7b13ee)]: + - @equinor/fusion-observable@8.1.5 + - @equinor/fusion-framework-react@6.0.1 + - @equinor/fusion-framework-module-bookmark@1.1.1 + - @equinor/fusion-query@4.0.6 + - @equinor/fusion-framework-module-context@4.0.20 ## 2.0.30 ### Patch Changes -- Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]: - - @equinor/fusion-framework-react@6.0.0 +- Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]: + - @equinor/fusion-framework-react@6.0.0 ## 2.0.29 ### Patch Changes -- Updated dependencies [[`7fea31b`](https://github.com/equinor/fusion-framework/commit/7fea31b049cd7dcce9336ed1bc339165729b0d99)]: - - @equinor/fusion-framework-module-bookmark@1.1.0 +- Updated dependencies [[`7fea31b`](https://github.com/equinor/fusion-framework/commit/7fea31b049cd7dcce9336ed1bc339165729b0d99)]: + - @equinor/fusion-framework-module-bookmark@1.1.0 ## 2.0.28 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react@5.3.9 +- Updated dependencies []: + - @equinor/fusion-framework-react@5.3.9 ## 2.0.27 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react@5.3.8 - - @equinor/fusion-framework-module-bookmark@1.0.17 +- Updated dependencies []: + - @equinor/fusion-framework-react@5.3.8 + - @equinor/fusion-framework-module-bookmark@1.0.17 ## 2.0.26 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-bookmark@1.0.17 - - @equinor/fusion-framework-react@5.3.7 +- Updated dependencies []: + - @equinor/fusion-framework-module-bookmark@1.0.17 + - @equinor/fusion-framework-react@5.3.7 ## 2.0.25 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-bookmark@1.0.17 - - @equinor/fusion-framework-react@5.3.6 +- Updated dependencies []: + - @equinor/fusion-framework-module-bookmark@1.0.17 + - @equinor/fusion-framework-react@5.3.6 ## 2.0.24 ### Patch Changes -- Updated dependencies [[`6ffaabf`](https://github.com/equinor/fusion-framework/commit/6ffaabf120704f2f4f4074a0fa0a17faf77fe22a)]: - - @equinor/fusion-observable@8.1.4 - - @equinor/fusion-framework-module-bookmark@1.0.17 - - @equinor/fusion-framework-react@5.3.5 - - @equinor/fusion-query@4.0.5 - - @equinor/fusion-framework-module-context@4.0.19 +- Updated dependencies [[`6ffaabf`](https://github.com/equinor/fusion-framework/commit/6ffaabf120704f2f4f4074a0fa0a17faf77fe22a)]: + - @equinor/fusion-observable@8.1.4 + - @equinor/fusion-framework-module-bookmark@1.0.17 + - @equinor/fusion-framework-react@5.3.5 + - @equinor/fusion-query@4.0.5 + - @equinor/fusion-framework-module-context@4.0.19 ## 2.0.23 ### Patch Changes -- [#1595](https://github.com/equinor/fusion-framework/pull/1595) [`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125) Thanks [@Gustav-Eikaas](https://github.com/Gustav-Eikaas)! - support for module resolution NodeNext & Bundler +- [#1595](https://github.com/equinor/fusion-framework/pull/1595) [`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125) Thanks [@Gustav-Eikaas](https://github.com/Gustav-Eikaas)! - support for module resolution NodeNext & Bundler -- Updated dependencies [[`4ab2df5`](https://github.com/equinor/fusion-framework/commit/4ab2df5c83439f7fe3fe0846c005427e1793b576), [`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]: - - @equinor/fusion-framework-module-context@4.0.18 - - @equinor/fusion-framework-module-bookmark@1.0.16 - - @equinor/fusion-observable@8.1.3 - - @equinor/fusion-framework-react@5.3.4 - - @equinor/fusion-query@4.0.4 - - @equinor/fusion-framework-react-module@3.0.7 +- Updated dependencies [[`4ab2df5`](https://github.com/equinor/fusion-framework/commit/4ab2df5c83439f7fe3fe0846c005427e1793b576), [`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]: + - @equinor/fusion-framework-module-context@4.0.18 + - @equinor/fusion-framework-module-bookmark@1.0.16 + - @equinor/fusion-observable@8.1.3 + - @equinor/fusion-framework-react@5.3.4 + - @equinor/fusion-query@4.0.4 + - @equinor/fusion-framework-react-module@3.0.7 ## 2.0.22 ### Patch Changes -- Updated dependencies [[`6f8c32b8`](https://github.com/equinor/fusion-framework/commit/6f8c32b8e0ae1f4431d09d201b2a305a883cf886)]: - - @equinor/fusion-framework-module-bookmark@1.0.15 +- Updated dependencies [[`6f8c32b8`](https://github.com/equinor/fusion-framework/commit/6f8c32b8e0ae1f4431d09d201b2a305a883cf886)]: + - @equinor/fusion-framework-module-bookmark@1.0.15 ## 2.0.21 ### Patch Changes -- Updated dependencies [[`446b63ce`](https://github.com/equinor/fusion-framework/commit/446b63ce44b59a3aaab4399c0d877d3a1b560a0e)]: - - @equinor/fusion-query@4.0.3 - - @equinor/fusion-framework-module-bookmark@1.0.14 - - @equinor/fusion-framework-module-context@4.0.17 - - @equinor/fusion-framework-react@5.3.3 +- Updated dependencies [[`446b63ce`](https://github.com/equinor/fusion-framework/commit/446b63ce44b59a3aaab4399c0d877d3a1b560a0e)]: + - @equinor/fusion-query@4.0.3 + - @equinor/fusion-framework-module-bookmark@1.0.14 + - @equinor/fusion-framework-module-context@4.0.17 + - @equinor/fusion-framework-react@5.3.3 ## 2.0.20 ### Patch Changes -- Updated dependencies [[`7ad31761`](https://github.com/equinor/fusion-framework/commit/7ad3176102f92da108b67ede6fdf29b76149bed9)]: - - @equinor/fusion-query@4.0.2 - - @equinor/fusion-framework-module-bookmark@1.0.13 - - @equinor/fusion-framework-module-context@4.0.16 - - @equinor/fusion-framework-react@5.3.2 +- Updated dependencies [[`7ad31761`](https://github.com/equinor/fusion-framework/commit/7ad3176102f92da108b67ede6fdf29b76149bed9)]: + - @equinor/fusion-query@4.0.2 + - @equinor/fusion-framework-module-bookmark@1.0.13 + - @equinor/fusion-framework-module-context@4.0.16 + - @equinor/fusion-framework-react@5.3.2 ## 2.0.19 ### Patch Changes -- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot +- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot -- Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]: - - @equinor/fusion-framework-module-bookmark@1.0.12 - - @equinor/fusion-framework-module-context@4.0.15 - - @equinor/fusion-framework-react@5.3.1 - - @equinor/fusion-framework-react-module@3.0.6 - - @equinor/fusion-observable@8.1.2 - - @equinor/fusion-query@4.0.1 +- Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]: + - @equinor/fusion-framework-module-bookmark@1.0.12 + - @equinor/fusion-framework-module-context@4.0.15 + - @equinor/fusion-framework-react@5.3.1 + - @equinor/fusion-framework-react-module@3.0.6 + - @equinor/fusion-observable@8.1.2 + - @equinor/fusion-query@4.0.1 ## 2.0.18 ### Patch Changes -- Updated dependencies [[`3896fbec`](https://github.com/equinor/fusion-framework/commit/3896fbec3458dbe2ebd66e772465d5f89cd20658), [`ebcabd0e`](https://github.com/equinor/fusion-framework/commit/ebcabd0e6945e1420a0a9a7d82bd9255da1b8578), [`8739a5a6`](https://github.com/equinor/fusion-framework/commit/8739a5a65d8aaa46ce9ef56cce013efeeb006e8a)]: - - @equinor/fusion-framework-react@5.3.0 - - @equinor/fusion-query@4.0.0 - - @equinor/fusion-framework-module-bookmark@1.0.11 - - @equinor/fusion-framework-module-context@4.0.14 +- Updated dependencies [[`3896fbec`](https://github.com/equinor/fusion-framework/commit/3896fbec3458dbe2ebd66e772465d5f89cd20658), [`ebcabd0e`](https://github.com/equinor/fusion-framework/commit/ebcabd0e6945e1420a0a9a7d82bd9255da1b8578), [`8739a5a6`](https://github.com/equinor/fusion-framework/commit/8739a5a65d8aaa46ce9ef56cce013efeeb006e8a)]: + - @equinor/fusion-framework-react@5.3.0 + - @equinor/fusion-query@4.0.0 + - @equinor/fusion-framework-module-bookmark@1.0.11 + - @equinor/fusion-framework-module-context@4.0.14 ## 2.0.17 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react@5.2.7 +- Updated dependencies []: + - @equinor/fusion-framework-react@5.2.7 ## 2.0.16 ### Patch Changes -- Updated dependencies [[`6f64d1aa`](https://github.com/equinor/fusion-framework/commit/6f64d1aa5e44af37f0abd76cef36e87761134760), [`758eaaf4`](https://github.com/equinor/fusion-framework/commit/758eaaf436ae28d180e7d91818b41abe0d9624c4)]: - - @equinor/fusion-observable@8.1.1 - - @equinor/fusion-framework-module-bookmark@1.0.10 - - @equinor/fusion-framework-react@5.2.6 - - @equinor/fusion-query@3.0.7 - - @equinor/fusion-framework-module-context@4.0.13 - - @equinor/fusion-framework-react-module@3.0.5 +- Updated dependencies [[`6f64d1aa`](https://github.com/equinor/fusion-framework/commit/6f64d1aa5e44af37f0abd76cef36e87761134760), [`758eaaf4`](https://github.com/equinor/fusion-framework/commit/758eaaf436ae28d180e7d91818b41abe0d9624c4)]: + - @equinor/fusion-observable@8.1.1 + - @equinor/fusion-framework-module-bookmark@1.0.10 + - @equinor/fusion-framework-react@5.2.6 + - @equinor/fusion-query@3.0.7 + - @equinor/fusion-framework-module-context@4.0.13 + - @equinor/fusion-framework-react-module@3.0.5 ## 2.0.15 ### Patch Changes -- Updated dependencies [[`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594)]: - - @equinor/fusion-query@3.0.6 - - @equinor/fusion-framework-module-bookmark@1.0.9 - - @equinor/fusion-framework-module-context@4.0.12 - - @equinor/fusion-framework-react@5.2.5 +- Updated dependencies [[`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594)]: + - @equinor/fusion-query@3.0.6 + - @equinor/fusion-framework-module-bookmark@1.0.9 + - @equinor/fusion-framework-module-context@4.0.12 + - @equinor/fusion-framework-react@5.2.5 ## 2.0.14 ### Patch Changes -- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm +- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm conflicts of `@types/react` made random outcomes when using `yarn` this change should not affect consumer of the packages, but might conflict dependent on local package manager. -- [#1125](https://github.com/equinor/fusion-framework/pull/1125) [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump react and @types/react to react 18.2 +- [#1125](https://github.com/equinor/fusion-framework/pull/1125) [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump react and @types/react to react 18.2 only dev deps updated should not affect any consumers see [react changelog](https://github.com/facebook/react/releases) for details -- [#1145](https://github.com/equinor/fusion-framework/pull/1145) [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump rxjs from 7.5.7 to [7.8.1](https://github.com/ReactiveX/rxjs/blob/7.8.1/CHANGELOG.md) +- [#1145](https://github.com/equinor/fusion-framework/pull/1145) [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump rxjs from 7.5.7 to [7.8.1](https://github.com/ReactiveX/rxjs/blob/7.8.1/CHANGELOG.md) -- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]: - - @equinor/fusion-framework-react-module@3.0.4 - - @equinor/fusion-framework-module-bookmark@1.0.8 - - @equinor/fusion-observable@8.1.0 - - @equinor/fusion-framework-module-context@4.0.11 - - @equinor/fusion-framework-react@5.2.4 - - @equinor/fusion-query@3.0.5 +- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]: + - @equinor/fusion-framework-react-module@3.0.4 + - @equinor/fusion-framework-module-bookmark@1.0.8 + - @equinor/fusion-observable@8.1.0 + - @equinor/fusion-framework-module-context@4.0.11 + - @equinor/fusion-framework-react@5.2.4 + - @equinor/fusion-query@3.0.5 ## 2.0.13 ### Patch Changes -- [#783](https://github.com/equinor/fusion-framework/pull/783) [`1749da29`](https://github.com/equinor/fusion-framework/commit/1749da290c98c0a43b9fdf2253dfb224e4ccdcd0) Thanks [@Noggling](https://github.com/Noggling)! - updated `CreateBookMarkFn` type to support promise +- [#783](https://github.com/equinor/fusion-framework/pull/783) [`1749da29`](https://github.com/equinor/fusion-framework/commit/1749da290c98c0a43b9fdf2253dfb224e4ccdcd0) Thanks [@Noggling](https://github.com/Noggling)! - updated `CreateBookMarkFn` type to support promise -- Updated dependencies [[`38869a87`](https://github.com/equinor/fusion-framework/commit/38869a87788c340d363e9be1e7fc6ce0e29efa63), [`1a2880d2`](https://github.com/equinor/fusion-framework/commit/1a2880d2e4c80ac5ce08f63ca3699fe77e4b565c)]: - - @equinor/fusion-query@3.0.4 - - @equinor/fusion-framework-react@5.2.3 +- Updated dependencies [[`38869a87`](https://github.com/equinor/fusion-framework/commit/38869a87788c340d363e9be1e7fc6ce0e29efa63), [`1a2880d2`](https://github.com/equinor/fusion-framework/commit/1a2880d2e4c80ac5ce08f63ca3699fe77e4b565c)]: + - @equinor/fusion-query@3.0.4 + - @equinor/fusion-framework-react@5.2.3 ## 2.0.12 ### Patch Changes -- [#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** +- [#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** - - align all versions of typescript - - update types to build - - 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 + - align all versions of typescript + - update types to build + - 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 -- Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]: - - @equinor/fusion-framework-module-context@4.0.9 - - @equinor/fusion-framework-react@5.1.4 - - @equinor/fusion-framework-react-module@3.0.3 +- Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]: + - @equinor/fusion-framework-module-context@4.0.9 + - @equinor/fusion-framework-react@5.1.4 + - @equinor/fusion-framework-react-module@3.0.3 ## 2.0.11 ### Patch Changes -- 727fb935: fix(react-module-bookmark): module can be undefined +- 727fb935: fix(react-module-bookmark): module can be undefined the bookmark module might not been enable, which makes the application crash. **TODO:** - - [ ] create a simpler hook for using bookmark - - [ ] create a hook for exposing the module - - [ ] create better documentation + - [ ] create a simpler hook for using bookmark + - [ ] create a hook for exposing the module + - [ ] create better documentation All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. @@ -555,7 +563,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **react-module-bookmark:** check if bookmark provider ([af112fb](https://github.com/equinor/fusion-framework/commit/af112fb43f95be28c129be1d31c0d494edb027cc)) +- **react-module-bookmark:** check if bookmark provider ([af112fb](https://github.com/equinor/fusion-framework/commit/af112fb43f95be28c129be1d31c0d494edb027cc)) ## [2.0.9](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-module-bookmark@2.0.8...@equinor/fusion-framework-react-module-bookmark@2.0.9) (2023-05-23) @@ -597,21 +605,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### ⚠ BREAKING CHANGES -- **module-context:** `ContextProvider.setCurrentContext` now returns an `Observable` +- **module-context:** `ContextProvider.setCurrentContext` now returns an `Observable` ### Features -- **module-context:** make setting context as an observable ([21e1c6b](https://github.com/equinor/fusion-framework/commit/21e1c6b64f541ec63dd6ea830410c7bb5cbdd84a)) +- **module-context:** make setting context as an observable ([21e1c6b](https://github.com/equinor/fusion-framework/commit/21e1c6b64f541ec63dd6ea830410c7bb5cbdd84a)) ### Bug Fixes -- **react-legacy-interopt:** fix initial context url ([31f113a](https://github.com/equinor/fusion-framework/commit/31f113aebc2ad09e6a446997e95ecfeef3da2fff)) +- **react-legacy-interopt:** fix initial context url ([31f113a](https://github.com/equinor/fusion-framework/commit/31f113aebc2ad09e6a446997e95ecfeef3da2fff)) ## 1.0.5 (2023-04-24) ### Bug Fixes -- **react-bookmarks:** added favorites add and remove to useBookmark plus one util ([0da0f5b](https://github.com/equinor/fusion-framework/commit/0da0f5b9fc1ce8edbd227c6e9676170ea422167d)) +- **react-bookmarks:** added favorites add and remove to useBookmark plus one util ([0da0f5b](https://github.com/equinor/fusion-framework/commit/0da0f5b9fc1ce8edbd227c6e9676170ea422167d)) ## 1.0.4 (2023-04-18) @@ -665,14 +673,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **react-module-bookmark:** fix tsconfig ([f3e0714](https://github.com/equinor/fusion-framework/commit/f3e07144b6f769bd039a4699e6cd19a6ef538799)) +- **react-module-bookmark:** fix tsconfig ([f3e0714](https://github.com/equinor/fusion-framework/commit/f3e07144b6f769bd039a4699e6cd19a6ef538799)) ## [0.1.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-module-bookmark@0.1.2...@equinor/fusion-framework-react-module-bookmark@0.1.3) (2023-03-24) ### Bug Fixes -- **bookmark-react-module:** allowing for resolving bookmark by id ([50588e7](https://github.com/equinor/fusion-framework/commit/50588e7060c2d58037e5a949ff07bb72c8e4fb77)) -- **bookmark-react-module:** fix type ([22219eb](https://github.com/equinor/fusion-framework/commit/22219ebb4b820b50d732e41057e57dca2a02944f)) +- **bookmark-react-module:** allowing for resolving bookmark by id ([50588e7](https://github.com/equinor/fusion-framework/commit/50588e7060c2d58037e5a949ff07bb72c8e4fb77)) +- **bookmark-react-module:** fix type ([22219eb](https://github.com/equinor/fusion-framework/commit/22219ebb4b820b50d732e41057e57dca2a02944f)) ## [0.1.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-react-module-bookmark@0.1.1...@equinor/fusion-framework-react-module-bookmark@0.1.2) (2023-03-24) @@ -682,15 +690,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **react-module-bookmark:** added navigation module to devDeps ([1d9083f](https://github.com/equinor/fusion-framework/commit/1d9083f57e62281bc52c649757dc450d2ecf7fdc)) -- **react-module-bookmark:** changed import ti type import ([08507d1](https://github.com/equinor/fusion-framework/commit/08507d17e653baf0e42a314476994af63e80464a)) +- **react-module-bookmark:** added navigation module to devDeps ([1d9083f](https://github.com/equinor/fusion-framework/commit/1d9083f57e62281bc52c649757dc450d2ecf7fdc)) +- **react-module-bookmark:** changed import ti type import ([08507d1](https://github.com/equinor/fusion-framework/commit/08507d17e653baf0e42a314476994af63e80464a)) ## 0.1.0 (2023-03-22) ### Features -- React bookmark module - hooks for the fusion bookmark module provider ([017c9d2](https://github.com/equinor/fusion-framework/commit/017c9d242ec5769600f38756718ed53456505f12)) +- React bookmark module - hooks for the fusion bookmark module provider ([017c9d2](https://github.com/equinor/fusion-framework/commit/017c9d242ec5769600f38756718ed53456505f12)) ### Bug Fixes -- **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685)) +- **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685)) diff --git a/packages/react/modules/bookmark/package.json b/packages/react/modules/bookmark/package.json index 5a40e2e2ad..dc425b7847 100644 --- a/packages/react/modules/bookmark/package.json +++ b/packages/react/modules/bookmark/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-react-module-bookmark", - "version": "2.2.2", + "version": "2.2.3", "description": "", "main": "dist/esm/index.js", "exports": { diff --git a/packages/react/widget/CHANGELOG.md b/packages/react/widget/CHANGELOG.md index 42f5b69b61..fd624e27cd 100644 --- a/packages/react/widget/CHANGELOG.md +++ b/packages/react/widget/CHANGELOG.md @@ -1,114 +1,123 @@ # @equinor/fusion-framework-react-widget +## 1.1.22 + +### Patch Changes + +- Updated dependencies []: + - @equinor/fusion-framework@7.2.12 + - @equinor/fusion-framework-react@7.3.4 + - @equinor/fusion-framework-widget@1.1.21 + ## 1.1.21 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react@7.3.3 - - @equinor/fusion-framework-module-widget@8.0.2 - - @equinor/fusion-framework-widget@1.1.20 - - @equinor/fusion-framework@7.2.11 +- Updated dependencies []: + - @equinor/fusion-framework-react@7.3.3 + - @equinor/fusion-framework-module-widget@8.0.2 + - @equinor/fusion-framework-widget@1.1.20 + - @equinor/fusion-framework@7.2.11 ## 1.1.20 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.2.10 - - @equinor/fusion-framework-react@7.3.2 - - @equinor/fusion-framework-widget@1.1.19 +- Updated dependencies []: + - @equinor/fusion-framework@7.2.10 + - @equinor/fusion-framework-react@7.3.2 + - @equinor/fusion-framework-widget@1.1.19 ## 1.1.19 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react@7.3.1 - - @equinor/fusion-framework-module-widget@8.0.1 - - @equinor/fusion-framework-widget@1.1.18 - - @equinor/fusion-framework@7.2.9 +- Updated dependencies []: + - @equinor/fusion-framework-react@7.3.1 + - @equinor/fusion-framework-module-widget@8.0.1 + - @equinor/fusion-framework-widget@1.1.18 + - @equinor/fusion-framework@7.2.9 ## 1.1.18 ### Patch Changes -- Updated dependencies [[`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251)]: - - @equinor/fusion-framework-react@7.3.0 +- Updated dependencies [[`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251)]: + - @equinor/fusion-framework-react@7.3.0 ## 1.1.17 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.2.8 - - @equinor/fusion-framework-module-widget@8.0.0 - - @equinor/fusion-framework-widget@1.1.17 - - @equinor/fusion-framework-react@7.2.3 +- Updated dependencies []: + - @equinor/fusion-framework@7.2.8 + - @equinor/fusion-framework-module-widget@8.0.0 + - @equinor/fusion-framework-widget@1.1.17 + - @equinor/fusion-framework-react@7.2.3 ## 1.1.16 ### Patch Changes -- Updated dependencies [[`15152e4`](https://github.com/equinor/fusion-framework/commit/15152e413c054a5f57af93211a470c98c7696caa), [`2644b3d`](https://github.com/equinor/fusion-framework/commit/2644b3d63939aede736a3b1950db32dbd487877d)]: - - @equinor/fusion-framework-widget@1.1.16 - - @equinor/fusion-framework-module@4.3.5 - - @equinor/fusion-framework@7.2.7 - - @equinor/fusion-framework-module-widget@7.0.0 - - @equinor/fusion-framework-react@7.2.2 - - @equinor/fusion-framework-react-module@3.1.6 +- Updated dependencies [[`15152e4`](https://github.com/equinor/fusion-framework/commit/15152e413c054a5f57af93211a470c98c7696caa), [`2644b3d`](https://github.com/equinor/fusion-framework/commit/2644b3d63939aede736a3b1950db32dbd487877d)]: + - @equinor/fusion-framework-widget@1.1.16 + - @equinor/fusion-framework-module@4.3.5 + - @equinor/fusion-framework@7.2.7 + - @equinor/fusion-framework-module-widget@7.0.0 + - @equinor/fusion-framework-react@7.2.2 + - @equinor/fusion-framework-react-module@3.1.6 ## 1.1.15 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-widget@6.0.4 - - @equinor/fusion-framework-react@7.2.1 - - @equinor/fusion-framework-widget@1.1.15 - - @equinor/fusion-framework@7.2.6 +- Updated dependencies []: + - @equinor/fusion-framework-module-widget@6.0.4 + - @equinor/fusion-framework-react@7.2.1 + - @equinor/fusion-framework-widget@1.1.15 + - @equinor/fusion-framework@7.2.6 ## 1.1.14 ### Patch Changes -- Updated dependencies [[`75d676d`](https://github.com/equinor/fusion-framework/commit/75d676d2c7919f30e036b5ae97c4d814c569aa87), [`00d5e9c`](https://github.com/equinor/fusion-framework/commit/00d5e9c632876742c3d2a74efea2f126a0a169d9), [`843edd9`](https://github.com/equinor/fusion-framework/commit/843edd96f2a01ebd814766105902977cdc1cdf8e)]: - - @equinor/fusion-framework-module@4.3.4 - - @equinor/fusion-framework-react@7.2.0 - - @equinor/fusion-framework@7.2.5 - - @equinor/fusion-framework-module-widget@6.0.3 - - @equinor/fusion-framework-react-module@3.1.5 - - @equinor/fusion-framework-widget@1.1.14 +- Updated dependencies [[`75d676d`](https://github.com/equinor/fusion-framework/commit/75d676d2c7919f30e036b5ae97c4d814c569aa87), [`00d5e9c`](https://github.com/equinor/fusion-framework/commit/00d5e9c632876742c3d2a74efea2f126a0a169d9), [`843edd9`](https://github.com/equinor/fusion-framework/commit/843edd96f2a01ebd814766105902977cdc1cdf8e)]: + - @equinor/fusion-framework-module@4.3.4 + - @equinor/fusion-framework-react@7.2.0 + - @equinor/fusion-framework@7.2.5 + - @equinor/fusion-framework-module-widget@6.0.3 + - @equinor/fusion-framework-react-module@3.1.5 + - @equinor/fusion-framework-widget@1.1.14 ## 1.1.13 ### Patch Changes -- Updated dependencies [[`a1524e9`](https://github.com/equinor/fusion-framework/commit/a1524e9c4d83778da3db42dbcf99908b776a0592)]: - - @equinor/fusion-framework-module@4.3.3 - - @equinor/fusion-framework-module-widget@6.0.2 - - @equinor/fusion-framework-react@7.1.4 - - @equinor/fusion-framework@7.2.4 - - @equinor/fusion-framework-widget@1.1.13 - - @equinor/fusion-framework-react-module@3.1.4 +- Updated dependencies [[`a1524e9`](https://github.com/equinor/fusion-framework/commit/a1524e9c4d83778da3db42dbcf99908b776a0592)]: + - @equinor/fusion-framework-module@4.3.3 + - @equinor/fusion-framework-module-widget@6.0.2 + - @equinor/fusion-framework-react@7.1.4 + - @equinor/fusion-framework@7.2.4 + - @equinor/fusion-framework-widget@1.1.13 + - @equinor/fusion-framework-react-module@3.1.4 ## 1.1.12 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.2.3 - - @equinor/fusion-framework-module-widget@6.0.1 - - @equinor/fusion-framework-react@7.1.3 - - @equinor/fusion-framework-widget@1.1.12 +- Updated dependencies []: + - @equinor/fusion-framework@7.2.3 + - @equinor/fusion-framework-module-widget@6.0.1 + - @equinor/fusion-framework-react@7.1.3 + - @equinor/fusion-framework-widget@1.1.12 ## 1.1.11 ### Patch Changes -- [#2333](https://github.com/equinor/fusion-framework/pull/2333) [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1) Thanks [@odinr](https://github.com/odinr)! - Updated `TypeScript` to 5.5.3 +- [#2333](https://github.com/equinor/fusion-framework/pull/2333) [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1) Thanks [@odinr](https://github.com/odinr)! - Updated `TypeScript` to 5.5.3 -- [#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. +- [#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. Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons: @@ -151,176 +160,176 @@ This change ensures that comments are preserved in the compiled output, potentially improving the development and debugging experience for users of the Fusion Framework. -- Updated dependencies [[`2f74edc`](https://github.com/equinor/fusion-framework/commit/2f74edcd4a3ea2b87d69f0fd63492145c3c01663), [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1), [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee)]: - - @equinor/fusion-framework-module@4.3.2 - - @equinor/fusion-framework-react-module@3.1.3 - - @equinor/fusion-framework-react@7.1.2 - - @equinor/fusion-framework-module-widget@6.0.0 - - @equinor/fusion-framework@7.2.2 - - @equinor/fusion-framework-widget@1.1.11 +- Updated dependencies [[`2f74edc`](https://github.com/equinor/fusion-framework/commit/2f74edcd4a3ea2b87d69f0fd63492145c3c01663), [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1), [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee)]: + - @equinor/fusion-framework-module@4.3.2 + - @equinor/fusion-framework-react-module@3.1.3 + - @equinor/fusion-framework-react@7.1.2 + - @equinor/fusion-framework-module-widget@6.0.0 + - @equinor/fusion-framework@7.2.2 + - @equinor/fusion-framework-widget@1.1.11 ## 1.1.10 ### Patch Changes -- Updated dependencies [[`97e41a5`](https://github.com/equinor/fusion-framework/commit/97e41a55d05644b6684c6cb165b65b115bd416eb), [`da9dd83`](https://github.com/equinor/fusion-framework/commit/da9dd83c9352def5365b6c962dc8443589ac9526)]: - - @equinor/fusion-framework-module-widget@5.0.1 - - @equinor/fusion-framework-react@7.1.1 - - @equinor/fusion-framework-widget@1.1.10 - - @equinor/fusion-framework@7.2.1 +- Updated dependencies [[`97e41a5`](https://github.com/equinor/fusion-framework/commit/97e41a55d05644b6684c6cb165b65b115bd416eb), [`da9dd83`](https://github.com/equinor/fusion-framework/commit/da9dd83c9352def5365b6c962dc8443589ac9526)]: + - @equinor/fusion-framework-module-widget@5.0.1 + - @equinor/fusion-framework-react@7.1.1 + - @equinor/fusion-framework-widget@1.1.10 + - @equinor/fusion-framework@7.2.1 ## 1.1.9 ### Patch Changes -- Updated dependencies [[`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8)]: - - @equinor/fusion-framework@7.2.0 - - @equinor/fusion-framework-react@7.1.0 - - @equinor/fusion-framework-module-widget@5.0.0 - - @equinor/fusion-framework-widget@1.1.9 +- Updated dependencies [[`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8)]: + - @equinor/fusion-framework@7.2.0 + - @equinor/fusion-framework-react@7.1.0 + - @equinor/fusion-framework-module-widget@5.0.0 + - @equinor/fusion-framework-widget@1.1.9 ## 1.1.8 ### Patch Changes -- Updated dependencies [[`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2)]: - - @equinor/fusion-framework-module@4.3.1 - - @equinor/fusion-framework@7.1.8 - - @equinor/fusion-framework-module-widget@4.0.8 - - @equinor/fusion-framework-react@7.0.8 - - @equinor/fusion-framework-react-module@3.1.2 - - @equinor/fusion-framework-widget@1.1.8 +- Updated dependencies [[`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2)]: + - @equinor/fusion-framework-module@4.3.1 + - @equinor/fusion-framework@7.1.8 + - @equinor/fusion-framework-module-widget@4.0.8 + - @equinor/fusion-framework-react@7.0.8 + - @equinor/fusion-framework-react-module@3.1.2 + - @equinor/fusion-framework-widget@1.1.8 ## 1.1.7 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-widget@4.0.7 - - @equinor/fusion-framework-react@7.0.7 - - @equinor/fusion-framework@7.1.7 - - @equinor/fusion-framework-widget@1.1.7 +- Updated dependencies []: + - @equinor/fusion-framework-module-widget@4.0.7 + - @equinor/fusion-framework-react@7.0.7 + - @equinor/fusion-framework@7.1.7 + - @equinor/fusion-framework-widget@1.1.7 ## 1.1.6 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-widget@4.0.6 - - @equinor/fusion-framework-react@7.0.6 - - @equinor/fusion-framework@7.1.6 - - @equinor/fusion-framework-widget@1.1.6 +- Updated dependencies []: + - @equinor/fusion-framework-module-widget@4.0.6 + - @equinor/fusion-framework-react@7.0.6 + - @equinor/fusion-framework@7.1.6 + - @equinor/fusion-framework-widget@1.1.6 ## 1.1.5 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-widget@4.0.5 - - @equinor/fusion-framework-react@7.0.5 - - @equinor/fusion-framework@7.1.5 - - @equinor/fusion-framework-widget@1.1.5 +- Updated dependencies []: + - @equinor/fusion-framework-module-widget@4.0.5 + - @equinor/fusion-framework-react@7.0.5 + - @equinor/fusion-framework@7.1.5 + - @equinor/fusion-framework-widget@1.1.5 ## 1.1.4 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.1.4 - - @equinor/fusion-framework-module-widget@4.0.4 - - @equinor/fusion-framework-widget@1.1.4 - - @equinor/fusion-framework-react@7.0.4 +- Updated dependencies []: + - @equinor/fusion-framework@7.1.4 + - @equinor/fusion-framework-module-widget@4.0.4 + - @equinor/fusion-framework-widget@1.1.4 + - @equinor/fusion-framework-react@7.0.4 ## 1.1.3 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-widget@4.0.3 - - @equinor/fusion-framework-react@7.0.3 - - @equinor/fusion-framework-widget@1.1.3 - - @equinor/fusion-framework@7.1.3 +- Updated dependencies []: + - @equinor/fusion-framework-module-widget@4.0.3 + - @equinor/fusion-framework-react@7.0.3 + - @equinor/fusion-framework-widget@1.1.3 + - @equinor/fusion-framework@7.1.3 ## 1.1.2 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.1.2 - - @equinor/fusion-framework-module-widget@4.0.2 - - @equinor/fusion-framework-widget@1.1.2 - - @equinor/fusion-framework-react@7.0.2 +- Updated dependencies []: + - @equinor/fusion-framework@7.1.2 + - @equinor/fusion-framework-module-widget@4.0.2 + - @equinor/fusion-framework-widget@1.1.2 + - @equinor/fusion-framework-react@7.0.2 ## 1.1.1 ### Patch Changes -- [#1981](https://github.com/equinor/fusion-framework/pull/1981) [`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc) Thanks [@eikeland](https://github.com/eikeland)! - Align package exports with node10+ documentation. +- [#1981](https://github.com/equinor/fusion-framework/pull/1981) [`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc) Thanks [@eikeland](https://github.com/eikeland)! - Align package exports with node10+ documentation. -- Updated dependencies [[`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc)]: - - @equinor/fusion-framework-react-module@3.1.1 - - @equinor/fusion-framework-react@7.0.1 - - @equinor/fusion-framework@7.1.1 - - @equinor/fusion-framework-widget@1.1.1 - - @equinor/fusion-framework-module-widget@4.0.1 +- Updated dependencies [[`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc)]: + - @equinor/fusion-framework-react-module@3.1.1 + - @equinor/fusion-framework-react@7.0.1 + - @equinor/fusion-framework@7.1.1 + - @equinor/fusion-framework-widget@1.1.1 + - @equinor/fusion-framework-module-widget@4.0.1 ## 1.1.0 ### Minor Changes -- [#1953](https://github.com/equinor/fusion-framework/pull/1953) [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904) Thanks [@odinr](https://github.com/odinr)! - updated typescript to 5.4.2 +- [#1953](https://github.com/equinor/fusion-framework/pull/1953) [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904) Thanks [@odinr](https://github.com/odinr)! - updated typescript to 5.4.2 ### Patch Changes -- Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]: - - @equinor/fusion-framework-module@4.3.0 - - @equinor/fusion-framework-react-module@3.1.0 - - @equinor/fusion-framework-react@7.0.0 - - @equinor/fusion-framework-module-widget@4.0.0 - - @equinor/fusion-framework@7.1.0 - - @equinor/fusion-framework-widget@1.1.0 +- Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]: + - @equinor/fusion-framework-module@4.3.0 + - @equinor/fusion-framework-react-module@3.1.0 + - @equinor/fusion-framework-react@7.0.0 + - @equinor/fusion-framework-module-widget@4.0.0 + - @equinor/fusion-framework@7.1.0 + - @equinor/fusion-framework-widget@1.1.0 ## 1.0.3 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.0.33 - - @equinor/fusion-framework-react@6.0.5 - - @equinor/fusion-framework-widget@1.0.32 +- Updated dependencies []: + - @equinor/fusion-framework@7.0.33 + - @equinor/fusion-framework-react@6.0.5 + - @equinor/fusion-framework-widget@1.0.32 ## 1.0.2 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react@6.0.4 - - @equinor/fusion-framework@7.0.32 - - @equinor/fusion-framework-widget@1.0.31 +- Updated dependencies []: + - @equinor/fusion-framework-react@6.0.4 + - @equinor/fusion-framework@7.0.32 + - @equinor/fusion-framework-widget@1.0.31 ## 1.0.1 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-react@6.0.3 - - @equinor/fusion-framework@7.0.31 - - @equinor/fusion-framework-widget@1.0.30 +- Updated dependencies []: + - @equinor/fusion-framework-react@6.0.3 + - @equinor/fusion-framework@7.0.31 + - @equinor/fusion-framework-widget@1.0.30 ## 1.0.0 ### Major Changes -- [#1746](https://github.com/equinor/fusion-framework/pull/1746) [`7a70bfb`](https://github.com/equinor/fusion-framework/commit/7a70bfb6674c5cf8624ce090e318239a41c8fb86) Thanks [@Noggling](https://github.com/Noggling)! - Widget has had a complete makeover all from the loading Component to the Module itself. - - adding events to widget module some include `onWidgetInitialized` , `onWidgetInitializeFailure` and `onWidgetScriptLoaded` and more. - - Enabling for multiple widget loading. - - Complex overhaul on the widget configuration utilizing th new BaseConfigBuilder class. - - Now able to configure baseImport url and widgetClient - - New widget component for loading of widgets - - Updated documentation +- [#1746](https://github.com/equinor/fusion-framework/pull/1746) [`7a70bfb`](https://github.com/equinor/fusion-framework/commit/7a70bfb6674c5cf8624ce090e318239a41c8fb86) Thanks [@Noggling](https://github.com/Noggling)! - Widget has had a complete makeover all from the loading Component to the Module itself. + - adding events to widget module some include `onWidgetInitialized` , `onWidgetInitializeFailure` and `onWidgetScriptLoaded` and more. + - Enabling for multiple widget loading. + - Complex overhaul on the widget configuration utilizing th new BaseConfigBuilder class. + - Now able to configure baseImport url and widgetClient + - New widget component for loading of widgets + - Updated documentation ### Patch Changes -- Updated dependencies [[`7a70bfb`](https://github.com/equinor/fusion-framework/commit/7a70bfb6674c5cf8624ce090e318239a41c8fb86)]: - - @equinor/fusion-framework-module-widget@3.0.0 - - @equinor/fusion-framework-widget@1.0.29 +- Updated dependencies [[`7a70bfb`](https://github.com/equinor/fusion-framework/commit/7a70bfb6674c5cf8624ce090e318239a41c8fb86)]: + - @equinor/fusion-framework-module-widget@3.0.0 + - @equinor/fusion-framework-widget@1.0.29 diff --git a/packages/react/widget/package.json b/packages/react/widget/package.json index 8a431d83e6..3b8d905d65 100644 --- a/packages/react/widget/package.json +++ b/packages/react/widget/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-react-widget", - "version": "1.1.21", + "version": "1.1.22", "description": "", "main": "dist/esm/index.js", "types": "dist/types/index.d.ts", diff --git a/packages/widget/CHANGELOG.md b/packages/widget/CHANGELOG.md index 8deb0bbeef..67325f8db8 100644 --- a/packages/widget/CHANGELOG.md +++ b/packages/widget/CHANGELOG.md @@ -1,99 +1,106 @@ # Change Log +## 1.1.21 + +### Patch Changes + +- Updated dependencies []: + - @equinor/fusion-framework@7.2.12 + ## 1.1.20 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-widget@8.0.2 - - @equinor/fusion-framework@7.2.11 +- Updated dependencies []: + - @equinor/fusion-framework-module-widget@8.0.2 + - @equinor/fusion-framework@7.2.11 ## 1.1.19 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.2.10 +- Updated dependencies []: + - @equinor/fusion-framework@7.2.10 ## 1.1.18 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-widget@8.0.1 - - @equinor/fusion-framework@7.2.9 +- Updated dependencies []: + - @equinor/fusion-framework-module-widget@8.0.1 + - @equinor/fusion-framework@7.2.9 ## 1.1.17 ### Patch Changes -- Updated dependencies [[`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51)]: - - @equinor/fusion-framework-module-http@6.2.0 - - @equinor/fusion-framework@7.2.8 - - @equinor/fusion-framework-module-widget@8.0.0 +- Updated dependencies [[`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51)]: + - @equinor/fusion-framework-module-http@6.2.0 + - @equinor/fusion-framework@7.2.8 + - @equinor/fusion-framework-module-widget@8.0.0 ## 1.1.16 ### Patch Changes -- [#2459](https://github.com/equinor/fusion-framework/pull/2459) [`15152e4`](https://github.com/equinor/fusion-framework/commit/15152e413c054a5f57af93211a470c98c7696caa) Thanks [@odinr](https://github.com/odinr)! - Update defaultScopes in WidgetConfigurator +- [#2459](https://github.com/equinor/fusion-framework/pull/2459) [`15152e4`](https://github.com/equinor/fusion-framework/commit/15152e413c054a5f57af93211a470c98c7696caa) Thanks [@odinr](https://github.com/odinr)! - Update defaultScopes in WidgetConfigurator -- Updated dependencies [[`c776845`](https://github.com/equinor/fusion-framework/commit/c776845e753acf4a0bceda1c59d31e5939c44c31), [`2644b3d`](https://github.com/equinor/fusion-framework/commit/2644b3d63939aede736a3b1950db32dbd487877d)]: - - @equinor/fusion-framework-module-http@6.1.0 - - @equinor/fusion-framework-module@4.3.5 - - @equinor/fusion-framework@7.2.7 - - @equinor/fusion-framework-module-widget@7.0.0 - - @equinor/fusion-framework-module-event@4.2.4 - - @equinor/fusion-framework-module-msal@3.1.5 +- Updated dependencies [[`c776845`](https://github.com/equinor/fusion-framework/commit/c776845e753acf4a0bceda1c59d31e5939c44c31), [`2644b3d`](https://github.com/equinor/fusion-framework/commit/2644b3d63939aede736a3b1950db32dbd487877d)]: + - @equinor/fusion-framework-module-http@6.1.0 + - @equinor/fusion-framework-module@4.3.5 + - @equinor/fusion-framework@7.2.7 + - @equinor/fusion-framework-module-widget@7.0.0 + - @equinor/fusion-framework-module-event@4.2.4 + - @equinor/fusion-framework-module-msal@3.1.5 ## 1.1.15 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-widget@6.0.4 - - @equinor/fusion-framework@7.2.6 +- Updated dependencies []: + - @equinor/fusion-framework-module-widget@6.0.4 + - @equinor/fusion-framework@7.2.6 ## 1.1.14 ### Patch Changes -- Updated dependencies [[`75d676d`](https://github.com/equinor/fusion-framework/commit/75d676d2c7919f30e036b5ae97c4d814c569aa87), [`00d5e9c`](https://github.com/equinor/fusion-framework/commit/00d5e9c632876742c3d2a74efea2f126a0a169d9)]: - - @equinor/fusion-framework-module@4.3.4 - - @equinor/fusion-framework@7.2.5 - - @equinor/fusion-framework-module-event@4.2.3 - - @equinor/fusion-framework-module-http@6.0.3 - - @equinor/fusion-framework-module-msal@3.1.4 - - @equinor/fusion-framework-module-widget@6.0.3 +- Updated dependencies [[`75d676d`](https://github.com/equinor/fusion-framework/commit/75d676d2c7919f30e036b5ae97c4d814c569aa87), [`00d5e9c`](https://github.com/equinor/fusion-framework/commit/00d5e9c632876742c3d2a74efea2f126a0a169d9)]: + - @equinor/fusion-framework-module@4.3.4 + - @equinor/fusion-framework@7.2.5 + - @equinor/fusion-framework-module-event@4.2.3 + - @equinor/fusion-framework-module-http@6.0.3 + - @equinor/fusion-framework-module-msal@3.1.4 + - @equinor/fusion-framework-module-widget@6.0.3 ## 1.1.13 ### Patch Changes -- Updated dependencies [[`decb9e9`](https://github.com/equinor/fusion-framework/commit/decb9e9e3d1bb1b0577b729a1e7ae812afdd83cb), [`a1524e9`](https://github.com/equinor/fusion-framework/commit/a1524e9c4d83778da3db42dbcf99908b776a0592)]: - - @equinor/fusion-framework-module-http@6.0.2 - - @equinor/fusion-framework-module@4.3.3 - - @equinor/fusion-framework-module-widget@6.0.2 - - @equinor/fusion-framework@7.2.4 - - @equinor/fusion-framework-module-event@4.2.2 - - @equinor/fusion-framework-module-msal@3.1.3 +- Updated dependencies [[`decb9e9`](https://github.com/equinor/fusion-framework/commit/decb9e9e3d1bb1b0577b729a1e7ae812afdd83cb), [`a1524e9`](https://github.com/equinor/fusion-framework/commit/a1524e9c4d83778da3db42dbcf99908b776a0592)]: + - @equinor/fusion-framework-module-http@6.0.2 + - @equinor/fusion-framework-module@4.3.3 + - @equinor/fusion-framework-module-widget@6.0.2 + - @equinor/fusion-framework@7.2.4 + - @equinor/fusion-framework-module-event@4.2.2 + - @equinor/fusion-framework-module-msal@3.1.3 ## 1.1.12 ### Patch Changes -- Updated dependencies [[`736ef31`](https://github.com/equinor/fusion-framework/commit/736ef310ee101738f9022d581a2b3189b30a2646)]: - - @equinor/fusion-framework-module-event@4.2.1 - - @equinor/fusion-framework@7.2.3 - - @equinor/fusion-framework-module-widget@6.0.1 +- Updated dependencies [[`736ef31`](https://github.com/equinor/fusion-framework/commit/736ef310ee101738f9022d581a2b3189b30a2646)]: + - @equinor/fusion-framework-module-event@4.2.1 + - @equinor/fusion-framework@7.2.3 + - @equinor/fusion-framework-module-widget@6.0.1 ## 1.1.11 ### Patch Changes -- [#2333](https://github.com/equinor/fusion-framework/pull/2333) [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1) Thanks [@odinr](https://github.com/odinr)! - Updated `TypeScript` to 5.5.3 +- [#2333](https://github.com/equinor/fusion-framework/pull/2333) [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1) Thanks [@odinr](https://github.com/odinr)! - Updated `TypeScript` to 5.5.3 -- [#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. +- [#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. Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons: @@ -136,307 +143,307 @@ This change ensures that comments are preserved in the compiled output, potentially improving the development and debugging experience for users of the Fusion Framework. -- Updated dependencies [[`2f74edc`](https://github.com/equinor/fusion-framework/commit/2f74edcd4a3ea2b87d69f0fd63492145c3c01663), [`788d0b9`](https://github.com/equinor/fusion-framework/commit/788d0b93edc25e5b682d88c58614560c204c1af9), [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1), [`788d0b9`](https://github.com/equinor/fusion-framework/commit/788d0b93edc25e5b682d88c58614560c204c1af9), [`788d0b9`](https://github.com/equinor/fusion-framework/commit/788d0b93edc25e5b682d88c58614560c204c1af9), [`b628e90`](https://github.com/equinor/fusion-framework/commit/b628e90500b62e0185c09eb665ce31025bc9b541), [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee)]: - - @equinor/fusion-framework-module@4.3.2 - - @equinor/fusion-framework-module-http@6.0.1 - - @equinor/fusion-framework-module-widget@6.0.0 - - @equinor/fusion-framework-module-event@4.2.0 - - @equinor/fusion-framework-module-msal@3.1.2 - - @equinor/fusion-framework@7.2.2 +- Updated dependencies [[`2f74edc`](https://github.com/equinor/fusion-framework/commit/2f74edcd4a3ea2b87d69f0fd63492145c3c01663), [`788d0b9`](https://github.com/equinor/fusion-framework/commit/788d0b93edc25e5b682d88c58614560c204c1af9), [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1), [`788d0b9`](https://github.com/equinor/fusion-framework/commit/788d0b93edc25e5b682d88c58614560c204c1af9), [`788d0b9`](https://github.com/equinor/fusion-framework/commit/788d0b93edc25e5b682d88c58614560c204c1af9), [`b628e90`](https://github.com/equinor/fusion-framework/commit/b628e90500b62e0185c09eb665ce31025bc9b541), [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee)]: + - @equinor/fusion-framework-module@4.3.2 + - @equinor/fusion-framework-module-http@6.0.1 + - @equinor/fusion-framework-module-widget@6.0.0 + - @equinor/fusion-framework-module-event@4.2.0 + - @equinor/fusion-framework-module-msal@3.1.2 + - @equinor/fusion-framework@7.2.2 ## 1.1.10 ### Patch Changes -- Updated dependencies [[`97e41a5`](https://github.com/equinor/fusion-framework/commit/97e41a55d05644b6684c6cb165b65b115bd416eb), [`da9dd83`](https://github.com/equinor/fusion-framework/commit/da9dd83c9352def5365b6c962dc8443589ac9526)]: - - @equinor/fusion-framework-module-widget@5.0.1 - - @equinor/fusion-framework@7.2.1 +- Updated dependencies [[`97e41a5`](https://github.com/equinor/fusion-framework/commit/97e41a55d05644b6684c6cb165b65b115bd416eb), [`da9dd83`](https://github.com/equinor/fusion-framework/commit/da9dd83c9352def5365b6c962dc8443589ac9526)]: + - @equinor/fusion-framework-module-widget@5.0.1 + - @equinor/fusion-framework@7.2.1 ## 1.1.9 ### Patch Changes -- Updated dependencies [[`1e60919`](https://github.com/equinor/fusion-framework/commit/1e60919e83fb65528c88f604d7bd43299ec412e1), [`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8), [`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8)]: - - @equinor/fusion-framework-module-http@6.0.0 - - @equinor/fusion-framework@7.2.0 - - @equinor/fusion-framework-module-widget@5.0.0 +- Updated dependencies [[`1e60919`](https://github.com/equinor/fusion-framework/commit/1e60919e83fb65528c88f604d7bd43299ec412e1), [`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8), [`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8)]: + - @equinor/fusion-framework-module-http@6.0.0 + - @equinor/fusion-framework@7.2.0 + - @equinor/fusion-framework-module-widget@5.0.0 ## 1.1.8 ### Patch Changes -- Updated dependencies [[`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`9a91bb7`](https://github.com/equinor/fusion-framework/commit/9a91bb737d3452e697c047c0f5c7caa2adfd535d), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2)]: - - @equinor/fusion-framework-module@4.3.1 - - @equinor/fusion-framework-module-event@4.1.2 - - @equinor/fusion-framework@7.1.8 - - @equinor/fusion-framework-module-http@5.2.3 - - @equinor/fusion-framework-module-msal@3.1.1 - - @equinor/fusion-framework-module-widget@4.0.8 +- Updated dependencies [[`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`9a91bb7`](https://github.com/equinor/fusion-framework/commit/9a91bb737d3452e697c047c0f5c7caa2adfd535d), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2)]: + - @equinor/fusion-framework-module@4.3.1 + - @equinor/fusion-framework-module-event@4.1.2 + - @equinor/fusion-framework@7.1.8 + - @equinor/fusion-framework-module-http@5.2.3 + - @equinor/fusion-framework-module-msal@3.1.1 + - @equinor/fusion-framework-module-widget@4.0.8 ## 1.1.7 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-widget@4.0.7 - - @equinor/fusion-framework@7.1.7 +- Updated dependencies []: + - @equinor/fusion-framework-module-widget@4.0.7 + - @equinor/fusion-framework@7.1.7 ## 1.1.6 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-widget@4.0.6 - - @equinor/fusion-framework@7.1.6 +- Updated dependencies []: + - @equinor/fusion-framework-module-widget@4.0.6 + - @equinor/fusion-framework@7.1.6 ## 1.1.5 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-widget@4.0.5 - - @equinor/fusion-framework@7.1.5 +- Updated dependencies []: + - @equinor/fusion-framework-module-widget@4.0.5 + - @equinor/fusion-framework@7.1.5 ## 1.1.4 ### Patch Changes -- Updated dependencies [[`fab2d22`](https://github.com/equinor/fusion-framework/commit/fab2d22f56772c02b1c1e5688cea1dd376edfcb3)]: - - @equinor/fusion-framework-module-http@5.2.2 - - @equinor/fusion-framework@7.1.4 - - @equinor/fusion-framework-module-widget@4.0.4 +- Updated dependencies [[`fab2d22`](https://github.com/equinor/fusion-framework/commit/fab2d22f56772c02b1c1e5688cea1dd376edfcb3)]: + - @equinor/fusion-framework-module-http@5.2.2 + - @equinor/fusion-framework@7.1.4 + - @equinor/fusion-framework-module-widget@4.0.4 ## 1.1.3 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-widget@4.0.3 - - @equinor/fusion-framework@7.1.3 +- Updated dependencies []: + - @equinor/fusion-framework-module-widget@4.0.3 + - @equinor/fusion-framework@7.1.3 ## 1.1.2 ### Patch Changes -- Updated dependencies [[`4af517f`](https://github.com/equinor/fusion-framework/commit/4af517f107f960aa1dc7459451d99e2e83d350ee), [`4af517f`](https://github.com/equinor/fusion-framework/commit/4af517f107f960aa1dc7459451d99e2e83d350ee)]: - - @equinor/fusion-framework-module-http@5.2.1 - - @equinor/fusion-framework@7.1.2 - - @equinor/fusion-framework-module-widget@4.0.2 +- Updated dependencies [[`4af517f`](https://github.com/equinor/fusion-framework/commit/4af517f107f960aa1dc7459451d99e2e83d350ee), [`4af517f`](https://github.com/equinor/fusion-framework/commit/4af517f107f960aa1dc7459451d99e2e83d350ee)]: + - @equinor/fusion-framework-module-http@5.2.1 + - @equinor/fusion-framework@7.1.2 + - @equinor/fusion-framework-module-widget@4.0.2 ## 1.1.1 ### Patch Changes -- [#1981](https://github.com/equinor/fusion-framework/pull/1981) [`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc) Thanks [@eikeland](https://github.com/eikeland)! - Align package exports with node10+ documentation. +- [#1981](https://github.com/equinor/fusion-framework/pull/1981) [`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc) Thanks [@eikeland](https://github.com/eikeland)! - Align package exports with node10+ documentation. -- Updated dependencies [[`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc)]: - - @equinor/fusion-framework-module-event@4.1.1 - - @equinor/fusion-framework@7.1.1 - - @equinor/fusion-framework-module-widget@4.0.1 +- Updated dependencies [[`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc)]: + - @equinor/fusion-framework-module-event@4.1.1 + - @equinor/fusion-framework@7.1.1 + - @equinor/fusion-framework-module-widget@4.0.1 ## 1.1.0 ### Minor Changes -- [#1953](https://github.com/equinor/fusion-framework/pull/1953) [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904) Thanks [@odinr](https://github.com/odinr)! - updated typescript to 5.4.2 +- [#1953](https://github.com/equinor/fusion-framework/pull/1953) [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904) Thanks [@odinr](https://github.com/odinr)! - updated typescript to 5.4.2 ### Patch Changes -- Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]: - - @equinor/fusion-framework-module@4.3.0 - - @equinor/fusion-framework-module-widget@4.0.0 - - @equinor/fusion-framework-module-event@4.1.0 - - @equinor/fusion-framework-module-http@5.2.0 - - @equinor/fusion-framework-module-msal@3.1.0 - - @equinor/fusion-framework@7.1.0 +- Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]: + - @equinor/fusion-framework-module@4.3.0 + - @equinor/fusion-framework-module-widget@4.0.0 + - @equinor/fusion-framework-module-event@4.1.0 + - @equinor/fusion-framework-module-http@5.2.0 + - @equinor/fusion-framework-module-msal@3.1.0 + - @equinor/fusion-framework@7.1.0 ## 1.0.32 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.0.33 +- Updated dependencies []: + - @equinor/fusion-framework@7.0.33 ## 1.0.31 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.0.32 +- Updated dependencies []: + - @equinor/fusion-framework@7.0.32 ## 1.0.30 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.0.31 +- Updated dependencies []: + - @equinor/fusion-framework@7.0.31 ## 1.0.29 ### Patch Changes -- [#1746](https://github.com/equinor/fusion-framework/pull/1746) [`7a70bfb`](https://github.com/equinor/fusion-framework/commit/7a70bfb6674c5cf8624ce090e318239a41c8fb86) Thanks [@Noggling](https://github.com/Noggling)! - Widget has had a complete makeover all from the loading Component to the Module itself. - - adding events to widget module some include `onWidgetInitialized` , `onWidgetInitializeFailure` and `onWidgetScriptLoaded` and more. - - Enabling for multiple widget loading. - - Complex overhaul on the widget configuration utilizing th new BaseConfigBuilder class. - - Now able to configure baseImport url and widgetClient - - New widget component for loading of widgets - - Updated documentation -- Updated dependencies [[`7a70bfb`](https://github.com/equinor/fusion-framework/commit/7a70bfb6674c5cf8624ce090e318239a41c8fb86)]: - - @equinor/fusion-framework-module-widget@3.0.0 +- [#1746](https://github.com/equinor/fusion-framework/pull/1746) [`7a70bfb`](https://github.com/equinor/fusion-framework/commit/7a70bfb6674c5cf8624ce090e318239a41c8fb86) Thanks [@Noggling](https://github.com/Noggling)! - Widget has had a complete makeover all from the loading Component to the Module itself. + - adding events to widget module some include `onWidgetInitialized` , `onWidgetInitializeFailure` and `onWidgetScriptLoaded` and more. + - Enabling for multiple widget loading. + - Complex overhaul on the widget configuration utilizing th new BaseConfigBuilder class. + - Now able to configure baseImport url and widgetClient + - New widget component for loading of widgets + - Updated documentation +- Updated dependencies [[`7a70bfb`](https://github.com/equinor/fusion-framework/commit/7a70bfb6674c5cf8624ce090e318239a41c8fb86)]: + - @equinor/fusion-framework-module-widget@3.0.0 ## 1.0.28 ### Patch Changes -- Updated dependencies [[`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]: - - @equinor/fusion-framework-module@4.2.7 - - @equinor/fusion-framework@7.0.30 - - @equinor/fusion-framework-module-event@4.0.8 - - @equinor/fusion-framework-module-http@5.1.6 - - @equinor/fusion-framework-module-msal@3.0.10 - - @equinor/fusion-framework-module-widget@2.0.10 +- Updated dependencies [[`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]: + - @equinor/fusion-framework-module@4.2.7 + - @equinor/fusion-framework@7.0.30 + - @equinor/fusion-framework-module-event@4.0.8 + - @equinor/fusion-framework-module-http@5.1.6 + - @equinor/fusion-framework-module-msal@3.0.10 + - @equinor/fusion-framework-module-widget@2.0.10 ## 1.0.27 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-widget@2.0.9 - - @equinor/fusion-framework@7.0.29 +- Updated dependencies []: + - @equinor/fusion-framework-module-widget@2.0.9 + - @equinor/fusion-framework@7.0.29 ## 1.0.26 ### Patch Changes -- Updated dependencies [[`5eab8af`](https://github.com/equinor/fusion-framework/commit/5eab8afe3c3106cc67ad14ce4cbee6c7e4e8dfb1)]: - - @equinor/fusion-framework-module-msal@3.0.9 - - @equinor/fusion-framework@7.0.28 - - @equinor/fusion-framework-module-http@5.1.5 - - @equinor/fusion-framework-module-widget@2.0.8 +- Updated dependencies [[`5eab8af`](https://github.com/equinor/fusion-framework/commit/5eab8afe3c3106cc67ad14ce4cbee6c7e4e8dfb1)]: + - @equinor/fusion-framework-module-msal@3.0.9 + - @equinor/fusion-framework@7.0.28 + - @equinor/fusion-framework-module-http@5.1.5 + - @equinor/fusion-framework-module-widget@2.0.8 ## 1.0.25 ### Patch Changes -- Updated dependencies [[`1e4ba77`](https://github.com/equinor/fusion-framework/commit/1e4ba7707d3ce5cfd9c8d6673f760523aa47a45e)]: - - @equinor/fusion-framework-module-http@5.1.4 - - @equinor/fusion-framework@7.0.27 - - @equinor/fusion-framework-module-widget@2.0.7 +- Updated dependencies [[`1e4ba77`](https://github.com/equinor/fusion-framework/commit/1e4ba7707d3ce5cfd9c8d6673f760523aa47a45e)]: + - @equinor/fusion-framework-module-http@5.1.4 + - @equinor/fusion-framework@7.0.27 + - @equinor/fusion-framework-module-widget@2.0.7 ## 1.0.24 ### Patch Changes -- Updated dependencies [[`0af3540`](https://github.com/equinor/fusion-framework/commit/0af3540340bac85a19ca3a8ec4e0ccd42b3090ee)]: - - @equinor/fusion-framework-module-http@5.1.3 - - @equinor/fusion-framework@7.0.26 - - @equinor/fusion-framework-module-widget@2.0.6 +- Updated dependencies [[`0af3540`](https://github.com/equinor/fusion-framework/commit/0af3540340bac85a19ca3a8ec4e0ccd42b3090ee)]: + - @equinor/fusion-framework-module-http@5.1.3 + - @equinor/fusion-framework@7.0.26 + - @equinor/fusion-framework-module-widget@2.0.6 ## 1.0.23 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-widget@2.0.5 - - @equinor/fusion-framework@7.0.25 +- Updated dependencies []: + - @equinor/fusion-framework-module-widget@2.0.5 + - @equinor/fusion-framework@7.0.25 ## 1.0.22 ### Patch Changes -- Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]: - - @equinor/fusion-framework-module@4.2.6 - - @equinor/fusion-framework-module-widget@2.0.4 - - @equinor/fusion-framework-module-http@5.1.2 - - @equinor/fusion-framework-module-msal@3.0.8 - - @equinor/fusion-framework@7.0.24 - - @equinor/fusion-framework-module-event@4.0.7 +- Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]: + - @equinor/fusion-framework-module@4.2.6 + - @equinor/fusion-framework-module-widget@2.0.4 + - @equinor/fusion-framework-module-http@5.1.2 + - @equinor/fusion-framework-module-msal@3.0.8 + - @equinor/fusion-framework@7.0.24 + - @equinor/fusion-framework-module-event@4.0.7 ## 1.0.21 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-widget@2.0.3 - - @equinor/fusion-framework@7.0.23 +- Updated dependencies []: + - @equinor/fusion-framework-module-widget@2.0.3 + - @equinor/fusion-framework@7.0.23 ## 1.0.20 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.0.22 - - @equinor/fusion-framework-module-widget@2.0.2 +- Updated dependencies []: + - @equinor/fusion-framework@7.0.22 + - @equinor/fusion-framework-module-widget@2.0.2 ## 1.0.19 ### Patch Changes -- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot +- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot -- Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]: - - @equinor/fusion-framework@7.0.21 - - @equinor/fusion-framework-module-event@4.0.6 - - @equinor/fusion-framework-module-http@5.1.1 - - @equinor/fusion-framework-module@4.2.5 - - @equinor/fusion-framework-module-msal@3.0.7 - - @equinor/fusion-framework-module-widget@2.0.1 +- Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]: + - @equinor/fusion-framework@7.0.21 + - @equinor/fusion-framework-module-event@4.0.6 + - @equinor/fusion-framework-module-http@5.1.1 + - @equinor/fusion-framework-module@4.2.5 + - @equinor/fusion-framework-module-msal@3.0.7 + - @equinor/fusion-framework-module-widget@2.0.1 ## 1.0.18 ### Patch Changes -- Updated dependencies [[`8e9e34a0`](https://github.com/equinor/fusion-framework/commit/8e9e34a06a6905d092ad8ca3f9330a3699da20fa)]: - - @equinor/fusion-framework-module-http@5.1.0 - - @equinor/fusion-framework@7.0.20 - - @equinor/fusion-framework-module-widget@2.0.0 +- Updated dependencies [[`8e9e34a0`](https://github.com/equinor/fusion-framework/commit/8e9e34a06a6905d092ad8ca3f9330a3699da20fa)]: + - @equinor/fusion-framework-module-http@5.1.0 + - @equinor/fusion-framework@7.0.20 + - @equinor/fusion-framework-module-widget@2.0.0 ## 1.0.17 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework@7.0.19 - - @equinor/fusion-framework-module-widget@1.0.9 +- Updated dependencies []: + - @equinor/fusion-framework@7.0.19 + - @equinor/fusion-framework-module-widget@1.0.9 ## 1.0.16 ### Patch Changes -- Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]: - - @equinor/fusion-framework-module@4.2.4 - - @equinor/fusion-framework@7.0.18 - - @equinor/fusion-framework-module-event@4.0.5 - - @equinor/fusion-framework-module-http@5.0.6 - - @equinor/fusion-framework-module-msal@3.0.6 - - @equinor/fusion-framework-module-widget@1.0.8 +- Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]: + - @equinor/fusion-framework-module@4.2.4 + - @equinor/fusion-framework@7.0.18 + - @equinor/fusion-framework-module-event@4.0.5 + - @equinor/fusion-framework-module-http@5.0.6 + - @equinor/fusion-framework-module-msal@3.0.6 + - @equinor/fusion-framework-module-widget@1.0.8 ## 1.0.15 ### Patch Changes -- Updated dependencies []: - - @equinor/fusion-framework-module-widget@1.0.7 - - @equinor/fusion-framework@7.0.17 +- Updated dependencies []: + - @equinor/fusion-framework-module-widget@1.0.7 + - @equinor/fusion-framework@7.0.17 ## 1.0.14 ### Patch Changes -- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm +- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm conflicts of `@types/react` made random outcomes when using `yarn` this change should not affect consumer of the packages, but might conflict dependent on local package manager. -- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272), [`52d98701`](https://github.com/equinor/fusion-framework/commit/52d98701627e93c7284c0b9a5bfd8dab1da43bd3)]: - - @equinor/fusion-framework-module@4.2.3 - - @equinor/fusion-framework-module-widget@1.0.6 - - @equinor/fusion-framework-module-event@4.0.4 - - @equinor/fusion-framework-module-http@5.0.5 - - @equinor/fusion-framework-module-msal@3.0.5 - - @equinor/fusion-framework@7.0.16 +- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272), [`52d98701`](https://github.com/equinor/fusion-framework/commit/52d98701627e93c7284c0b9a5bfd8dab1da43bd3)]: + - @equinor/fusion-framework-module@4.2.3 + - @equinor/fusion-framework-module-widget@1.0.6 + - @equinor/fusion-framework-module-event@4.0.4 + - @equinor/fusion-framework-module-http@5.0.5 + - @equinor/fusion-framework-module-msal@3.0.5 + - @equinor/fusion-framework@7.0.16 All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. @@ -565,4 +572,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **widget:** add configurator for widget modules ([ccc150b](https://github.com/equinor/fusion-framework/commit/ccc150bc9098e047023b788f43ed2338482b6ef1)) +- **widget:** add configurator for widget modules ([ccc150b](https://github.com/equinor/fusion-framework/commit/ccc150bc9098e047023b788f43ed2338482b6ef1)) diff --git a/packages/widget/package.json b/packages/widget/package.json index 6076c9635e..4573c12a72 100644 --- a/packages/widget/package.json +++ b/packages/widget/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-widget", - "version": "1.1.20", + "version": "1.1.21", "description": "", "main": "dist/esm/index.js", "exports": {