-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,63 +2,69 @@ | |
|
||
## 4.2.0 | ||
|
||
### Patch Changes | ||
|
||
- [#2691](https://github.com/equinor/fusion-framework/pull/2691) [`6ead547`](https://github.com/equinor/fusion-framework/commit/6ead547b869cd8a431876e4316c18cb98094a6fb) Thanks [@odinr](https://github.com/odinr)! - updated bookmark test app | ||
|
||
## 4.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)! - Updated Bookmark Handling in App Component | ||
- [#2410](https://github.com/equinor/fusion-framework/pull/2410) [`9d1cb90`](https://github.com/equinor/fusion-framework/commit/9d1cb9003fa10e7ccaa95c20ef86f0a618034641) Thanks [@odinr](https://github.com/odinr)! - Updated Bookmark Handling in App Component | ||
|
||
- Refactored `App.tsx` to use `useLayoutEffect` instead of `useEffect` for synchronizing the `payload` state with the current bookmark. | ||
- Replaced `useState` and `useCallback` with `useRef` for managing the `updateData` reference. | ||
- Simplified state management by removing `BookmarkState` and `init` and directly using `payload` state. | ||
- Updated input change handlers to directly update the `payload` state instead of using `updateState`. | ||
- Refactored `App.tsx` to use `useLayoutEffect` instead of `useEffect` for synchronizing the `payload` state with the current bookmark. | ||
- Replaced `useState` and `useCallback` with `useRef` for managing the `updateData` reference. | ||
- Simplified state management by removing `BookmarkState` and `init` and directly using `payload` state. | ||
- Updated input change handlers to directly update the `payload` state instead of using `updateState`. | ||
|
||
Configuration Changes | ||
|
||
- Updated `config.ts` to enable the bookmark module using `enableBookmark`. | ||
- Removed unnecessary logger level settings and configuration callbacks for a cleaner setup. | ||
- Updated `config.ts` to enable the bookmark module using `enableBookmark`. | ||
- Removed unnecessary logger level settings and configuration callbacks for a cleaner setup. | ||
|
||
## 4.1.3 | ||
|
||
### 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)! - Cleaned up app config | ||
- [#2494](https://github.com/equinor/fusion-framework/pull/2494) [`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251) Thanks [@odinr](https://github.com/odinr)! - Cleaned up app config | ||
|
||
Removed `app.config.*` from the cookbook apps to prevent confusion when using the cookbook apps as a template for new apps. | ||
|
||
## 4.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 | ||
|
||
## 4.1.1 | ||
|
||
### Patch Changes | ||
|
||
- [#2182](https://github.com/equinor/fusion-framework/pull/2182) [`13d1ae4`](https://github.com/equinor/fusion-framework/commit/13d1ae4cf2147cd2a4527bad2a7023b4ac4b9bbb) Thanks [@odinr](https://github.com/odinr)! - updated all cookbooks to use `workspace:^` as a dependency version. | ||
- [#2182](https://github.com/equinor/fusion-framework/pull/2182) [`13d1ae4`](https://github.com/equinor/fusion-framework/commit/13d1ae4cf2147cd2a4527bad2a7023b4ac4b9bbb) Thanks [@odinr](https://github.com/odinr)! - updated all cookbooks to use `workspace:^` as a dependency version. | ||
|
||
## 4.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 | ||
|
||
## 4.0.24 | ||
|
||
### 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 | ||
|
||
## 4.0.23 | ||
|
||
### 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 | ||
|
||
|
@@ -68,36 +74,36 @@ | |
|
||
### Patch Changes | ||
|
||
- [#1058](https://github.com/equinor/fusion-framework/pull/1058) [`4eadd69f`](https://github.com/equinor/fusion-framework/commit/4eadd69f24dc69623086d40aa367a5c8e67b6518) Thanks [@odinr](https://github.com/odinr)! - Update dependency: @remix-run/router@^1.7.2 | ||
- [#1058](https://github.com/equinor/fusion-framework/pull/1058) [`4eadd69f`](https://github.com/equinor/fusion-framework/commit/4eadd69f24dc69623086d40aa367a5c8e67b6518) Thanks [@odinr](https://github.com/odinr)! - Update dependency: @remix-run/router@^1.7.2 | ||
|
||
## 4.0.21 | ||
|
||
### Patch Changes | ||
|
||
- [#955](https://github.com/equinor/fusion-framework/pull/955) [`b0310b3b`](https://github.com/equinor/fusion-framework/commit/b0310b3b3668f72bdc973e5fee50118dbe17823f) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - Remove leading `/` in package's main property for the cookbooks. | ||
- [#955](https://github.com/equinor/fusion-framework/pull/955) [`b0310b3b`](https://github.com/equinor/fusion-framework/commit/b0310b3b3668f72bdc973e5fee50118dbe17823f) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - Remove leading `/` in package's main property for the cookbooks. | ||
|
||
## 4.0.20 | ||
|
||
### 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 | ||
|
||
## 4.0.19 | ||
|
||
### 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)! - **add build script** | ||
this is not required, but nice to know that cookbooks builds... | ||
- [#943](https://github.com/equinor/fusion-framework/pull/943) [`6fb3fb86`](https://github.com/equinor/fusion-framework/commit/6fb3fb8610f5ed5777d13bde71d8d92b0da31d8a) Thanks [@odinr](https://github.com/odinr)! - **add build script** | ||
this is not required, but nice to know that cookbooks builds... | ||
|
||
## 4.0.18 | ||
|
||
### 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 | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
@@ -142,7 +148,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
|
||
### Bug Fixes | ||
|
||
- **cookbooks:** remove strict mode as it is not needed for React 18 ([eda33e4](https://github.com/equinor/fusion-framework/commit/eda33e4d0e6c67e3da964599167a9db6e1eadf0a)) | ||
- **cookbooks:** remove strict mode as it is not needed for React 18 ([eda33e4](https://github.com/equinor/fusion-framework/commit/eda33e4d0e6c67e3da964599167a9db6e1eadf0a)) | ||
|
||
## [4.0.7](https://github.com/equinor/fusion-framework/compare/@equinor/[email protected]...@equinor/[email protected]) (2023-05-08) | ||
|
||
|
@@ -156,8 +162,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
|
||
### Bug Fixes | ||
|
||
- **app-react-bookmark:** removed create bookmark form cookbook ([d8ec745](https://github.com/equinor/fusion-framework/commit/d8ec745a612b4e80fa3410a2fbc7eb27cc6d50df)) | ||
- **app-react-bookmark:** update app config ([d185b95](https://github.com/equinor/fusion-framework/commit/d185b955d73a48caed961d93737528c2e22d960b)) | ||
- **app-react-bookmark:** removed create bookmark form cookbook ([d8ec745](https://github.com/equinor/fusion-framework/commit/d8ec745a612b4e80fa3410a2fbc7eb27cc6d50df)) | ||
- **app-react-bookmark:** update app config ([d185b95](https://github.com/equinor/fusion-framework/commit/d185b955d73a48caed961d93737528c2e22d960b)) | ||
|
||
## 4.0.4 (2023-04-18) | ||
|
||
|
@@ -243,7 +249,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
|
||
### Bug Fixes | ||
|
||
- **bookmark-cookbook:** enable shear bookmark ([f7af56d](https://github.com/equinor/fusion-framework/commit/f7af56d3f7b99a7a3c13073e0bb89fe46f9dd148)) | ||
- **bookmark-cookbook:** enable shear bookmark ([f7af56d](https://github.com/equinor/fusion-framework/commit/f7af56d3f7b99a7a3c13073e0bb89fe46f9dd148)) | ||
|
||
## 3.1.1 (2023-03-24) | ||
|
||
|
@@ -253,4 +259,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
|
||
### Features | ||
|
||
- bookmark cookbook application ([2c7e095](https://github.com/equinor/fusion-framework/commit/2c7e09595ab6b152ebb897d09da6cb1bb17fccef)) | ||
- bookmark cookbook application ([2c7e095](https://github.com/equinor/fusion-framework/commit/2c7e09595ab6b152ebb897d09da6cb1bb17fccef)) |