@equinor/fusion-framework-react-components-bookmark 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,67 +1,75 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @equinor/fusion-framework-react@7.3.4
9
+ - @equinor/fusion-framework-react-module-bookmark@2.2.3
10
+
3
11
  ## 1.0.2
4
12
 
5
13
  ### Patch Changes
6
14
 
7
- - Updated dependencies []:
8
- - @equinor/fusion-framework-react@7.3.3
9
- - @equinor/fusion-framework-react-module-bookmark@2.2.2
15
+ - Updated dependencies []:
16
+ - @equinor/fusion-framework-react@7.3.3
17
+ - @equinor/fusion-framework-react-module-bookmark@2.2.2
10
18
 
11
19
  ## 1.0.1
12
20
 
13
21
  ### Patch Changes
14
22
 
15
- - Updated dependencies [[`7e67ae1`](https://github.com/equinor/fusion-framework/commit/7e67ae127a3a5256df925ae6bd472aa32b8d9292)]:
16
- - @equinor/fusion-framework-react-module-bookmark@2.2.1
23
+ - Updated dependencies [[`7e67ae1`](https://github.com/equinor/fusion-framework/commit/7e67ae127a3a5256df925ae6bd472aa32b8d9292)]:
24
+ - @equinor/fusion-framework-react-module-bookmark@2.2.1
17
25
 
18
26
  ## 1.0.0
19
27
 
20
28
  ### Major Changes
21
29
 
22
- - [#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:**
30
+ - [#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:**
23
31
 
24
32
  Updated the `Bookmark` component to use the `useBookmarkComponentContext` hook for accessing the bookmark provider and state.
25
33
 
26
- - Replaced the `useBookmark` hook with `useBookmarkComponentContext` in the `Bookmark` component.
27
- - Updated the `BookmarkProvider` component to use `createContext` and `useContext` for managing the bookmark provider state.
28
- - Modified the `CreateBookmarkModal` and `EditBookmarkModal` components to use the `useBookmarkComponentContext` hook.
29
- - Enhanced the `BookmarkProvider` component to include the current application context.
30
- - Improved error handling and loading state management in the `Bookmark` component.
34
+ - Replaced the `useBookmark` hook with `useBookmarkComponentContext` in the `Bookmark` component.
35
+ - Updated the `BookmarkProvider` component to use `createContext` and `useContext` for managing the bookmark provider state.
36
+ - Modified the `CreateBookmarkModal` and `EditBookmarkModal` components to use the `useBookmarkComponentContext` hook.
37
+ - Enhanced the `BookmarkProvider` component to include the current application context.
38
+ - Improved error handling and loading state management in the `Bookmark` component.
31
39
 
32
40
  ### Patch Changes
33
41
 
34
- - Updated dependencies [[`9d1cb90`](https://github.com/equinor/fusion-framework/commit/9d1cb9003fa10e7ccaa95c20ef86f0a618034641)]:
35
- - @equinor/fusion-framework-react-module-bookmark@2.2.0
36
- - @equinor/fusion-framework-react@7.3.2
42
+ - Updated dependencies [[`9d1cb90`](https://github.com/equinor/fusion-framework/commit/9d1cb9003fa10e7ccaa95c20ef86f0a618034641)]:
43
+ - @equinor/fusion-framework-react-module-bookmark@2.2.0
44
+ - @equinor/fusion-framework-react@7.3.2
37
45
 
38
46
  ## 0.5.3
39
47
 
40
48
  ### Patch Changes
41
49
 
42
- - Updated dependencies []:
43
- - @equinor/fusion-framework-react@7.3.1
44
- - @equinor/fusion-framework-react-module-bookmark@2.1.19
50
+ - Updated dependencies []:
51
+ - @equinor/fusion-framework-react@7.3.1
52
+ - @equinor/fusion-framework-react-module-bookmark@2.1.19
45
53
 
46
54
  ## 0.5.2
47
55
 
48
56
  ### Patch Changes
49
57
 
50
- - [#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.
58
+ - [#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.
51
59
 
52
60
  > [!WARNING]
53
61
  > This will introduce breaking changes to the configuration of `AppConfigurator.client`.
54
62
 
55
63
  **Added**
56
64
 
57
- - Introduced `AppClient` class to handle application manifest and configuration queries.
58
- - Added `zod` to validate the application manifest.
65
+ - Introduced `AppClient` class to handle application manifest and configuration queries.
66
+ - Added `zod` to validate the application manifest.
59
67
 
60
68
  **Changed**
61
69
 
62
- - Updated `AppModuleProvider` to use `AppClient` for fetching application manifests and configurations.
63
- - Modified `AppConfigurator` to utilize `AppClient` for client configuration.
64
- - Updated `useApps` hook with new input parameter for `filterByCurrentUser` in `fusion-framework-react`.
70
+ - Updated `AppModuleProvider` to use `AppClient` for fetching application manifests and configurations.
71
+ - Modified `AppConfigurator` to utilize `AppClient` for client configuration.
72
+ - Updated `useApps` hook with new input parameter for `filterByCurrentUser` in `fusion-framework-react`.
65
73
 
66
74
  **Migration**
67
75
 
@@ -105,75 +113,75 @@
105
113
  configurator.setClient(new CustomAppClient());
106
114
  ```
107
115
 
108
- - Updated dependencies [[`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251)]:
109
- - @equinor/fusion-framework-react@7.3.0
110
- - @equinor/fusion-framework-react-module-bookmark@2.1.18
116
+ - Updated dependencies [[`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251)]:
117
+ - @equinor/fusion-framework-react@7.3.0
118
+ - @equinor/fusion-framework-react-module-bookmark@2.1.18
111
119
 
112
120
  ## 0.5.1
113
121
 
114
122
  ### Patch Changes
115
123
 
116
- - Updated dependencies []:
117
- - @equinor/fusion-framework-react@7.2.3
118
- - @equinor/fusion-framework-react-module-bookmark@2.1.17
124
+ - Updated dependencies []:
125
+ - @equinor/fusion-framework-react@7.2.3
126
+ - @equinor/fusion-framework-react-module-bookmark@2.1.17
119
127
 
120
128
  ## 0.5.0
121
129
 
122
130
  ### Minor Changes
123
131
 
124
- - [#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
132
+ - [#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
125
133
 
126
134
  ### Patch Changes
127
135
 
128
- - Updated dependencies []:
129
- - @equinor/fusion-framework-react@7.2.2
130
- - @equinor/fusion-framework-react-module-bookmark@2.1.16
136
+ - Updated dependencies []:
137
+ - @equinor/fusion-framework-react@7.2.2
138
+ - @equinor/fusion-framework-react-module-bookmark@2.1.16
131
139
 
132
140
  ## 0.4.15
133
141
 
134
142
  ### Patch Changes
135
143
 
136
- - Updated dependencies []:
137
- - @equinor/fusion-framework-react-module-bookmark@2.1.15
138
- - @equinor/fusion-framework-react@7.2.1
144
+ - Updated dependencies []:
145
+ - @equinor/fusion-framework-react-module-bookmark@2.1.15
146
+ - @equinor/fusion-framework-react@7.2.1
139
147
 
140
148
  ## 0.4.14
141
149
 
142
150
  ### Patch Changes
143
151
 
144
- - [#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
152
+ - [#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
145
153
 
146
154
  [see EDS changelog](https://github.com/equinor/design-system/blob/develop/packages/eds-core-react/CHANGELOG.md)
147
155
 
148
- - Updated dependencies [[`843edd9`](https://github.com/equinor/fusion-framework/commit/843edd96f2a01ebd814766105902977cdc1cdf8e)]:
149
- - @equinor/fusion-framework-react@7.2.0
150
- - @equinor/fusion-framework-react-module-bookmark@2.1.14
156
+ - Updated dependencies [[`843edd9`](https://github.com/equinor/fusion-framework/commit/843edd96f2a01ebd814766105902977cdc1cdf8e)]:
157
+ - @equinor/fusion-framework-react@7.2.0
158
+ - @equinor/fusion-framework-react-module-bookmark@2.1.14
151
159
 
152
160
  ## 0.4.13
153
161
 
154
162
  ### Patch Changes
155
163
 
156
- - [#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
164
+ - [#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
157
165
 
158
- - Updated dependencies []:
159
- - @equinor/fusion-framework-react@7.1.4
160
- - @equinor/fusion-framework-react-module-bookmark@2.1.13
166
+ - Updated dependencies []:
167
+ - @equinor/fusion-framework-react@7.1.4
168
+ - @equinor/fusion-framework-react-module-bookmark@2.1.13
161
169
 
162
170
  ## 0.4.12
163
171
 
164
172
  ### Patch Changes
165
173
 
166
- - Updated dependencies []:
167
- - @equinor/fusion-framework-react@7.1.3
168
- - @equinor/fusion-framework-react-module-bookmark@2.1.12
174
+ - Updated dependencies []:
175
+ - @equinor/fusion-framework-react@7.1.3
176
+ - @equinor/fusion-framework-react-module-bookmark@2.1.12
169
177
 
170
178
  ## 0.4.11
171
179
 
172
180
  ### Patch Changes
173
181
 
174
- - [#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
182
+ - [#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
175
183
 
176
- - [#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.
184
+ - [#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.
177
185
 
178
186
  Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
179
187
 
@@ -216,321 +224,321 @@
216
224
 
217
225
  This change ensures that comments are preserved in the compiled output, potentially improving the development and debugging experience for users of the Fusion Framework.
218
226
 
219
- - Updated dependencies [[`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1), [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee)]:
220
- - @equinor/fusion-framework-react-module-bookmark@2.1.11
221
- - @equinor/fusion-framework-react@7.1.2
227
+ - Updated dependencies [[`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1), [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee)]:
228
+ - @equinor/fusion-framework-react-module-bookmark@2.1.11
229
+ - @equinor/fusion-framework-react@7.1.2
222
230
 
223
231
  ## 0.4.10
224
232
 
225
233
  ### Patch Changes
226
234
 
227
- - Updated dependencies []:
228
- - @equinor/fusion-framework-react@7.1.1
229
- - @equinor/fusion-framework-react-module-bookmark@2.1.10
235
+ - Updated dependencies []:
236
+ - @equinor/fusion-framework-react@7.1.1
237
+ - @equinor/fusion-framework-react-module-bookmark@2.1.10
230
238
 
231
239
  ## 0.4.9
232
240
 
233
241
  ### Patch Changes
234
242
 
235
- - [#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`
236
- Updated `@equinor/eds-utils` dependency to version `^0.8.5`
237
- - Updated dependencies [[`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8)]:
238
- - @equinor/fusion-framework-react@7.1.0
239
- - @equinor/fusion-framework-react-module-bookmark@2.1.9
243
+ - [#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`
244
+ Updated `@equinor/eds-utils` dependency to version `^0.8.5`
245
+ - Updated dependencies [[`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8)]:
246
+ - @equinor/fusion-framework-react@7.1.0
247
+ - @equinor/fusion-framework-react-module-bookmark@2.1.9
240
248
 
241
249
  ## 0.4.8
242
250
 
243
251
  ### Patch Changes
244
252
 
245
- - Updated dependencies []:
246
- - @equinor/fusion-framework-react@7.0.8
247
- - @equinor/fusion-framework-react-module-bookmark@2.1.8
253
+ - Updated dependencies []:
254
+ - @equinor/fusion-framework-react@7.0.8
255
+ - @equinor/fusion-framework-react-module-bookmark@2.1.8
248
256
 
249
257
  ## 0.4.7
250
258
 
251
259
  ### Patch Changes
252
260
 
253
- - Updated dependencies []:
254
- - @equinor/fusion-framework-react-module-bookmark@2.1.7
255
- - @equinor/fusion-framework-react@7.0.7
261
+ - Updated dependencies []:
262
+ - @equinor/fusion-framework-react-module-bookmark@2.1.7
263
+ - @equinor/fusion-framework-react@7.0.7
256
264
 
257
265
  ## 0.4.6
258
266
 
259
267
  ### Patch Changes
260
268
 
261
- - Updated dependencies []:
262
- - @equinor/fusion-framework-react-module-bookmark@2.1.6
263
- - @equinor/fusion-framework-react@7.0.6
269
+ - Updated dependencies []:
270
+ - @equinor/fusion-framework-react-module-bookmark@2.1.6
271
+ - @equinor/fusion-framework-react@7.0.6
264
272
 
265
273
  ## 0.4.5
266
274
 
267
275
  ### Patch Changes
268
276
 
269
- - [#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
277
+ - [#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
270
278
 
271
- - Updated dependencies []:
272
- - @equinor/fusion-framework-react-module-bookmark@2.1.5
273
- - @equinor/fusion-framework-react@7.0.5
279
+ - Updated dependencies []:
280
+ - @equinor/fusion-framework-react-module-bookmark@2.1.5
281
+ - @equinor/fusion-framework-react@7.0.5
274
282
 
275
283
  ## 0.4.4
276
284
 
277
285
  ### Patch Changes
278
286
 
279
- - Updated dependencies []:
280
- - @equinor/fusion-framework-react@7.0.4
281
- - @equinor/fusion-framework-react-module-bookmark@2.1.4
287
+ - Updated dependencies []:
288
+ - @equinor/fusion-framework-react@7.0.4
289
+ - @equinor/fusion-framework-react-module-bookmark@2.1.4
282
290
 
283
291
  ## 0.4.3
284
292
 
285
293
  ### Patch Changes
286
294
 
287
- - Updated dependencies []:
288
- - @equinor/fusion-framework-react@7.0.3
289
- - @equinor/fusion-framework-react-module-bookmark@2.1.3
295
+ - Updated dependencies []:
296
+ - @equinor/fusion-framework-react@7.0.3
297
+ - @equinor/fusion-framework-react-module-bookmark@2.1.3
290
298
 
291
299
  ## 0.4.2
292
300
 
293
301
  ### Patch Changes
294
302
 
295
- - Updated dependencies []:
296
- - @equinor/fusion-framework-react@7.0.2
297
- - @equinor/fusion-framework-react-module-bookmark@2.1.2
303
+ - Updated dependencies []:
304
+ - @equinor/fusion-framework-react@7.0.2
305
+ - @equinor/fusion-framework-react-module-bookmark@2.1.2
298
306
 
299
307
  ## 0.4.1
300
308
 
301
309
  ### Patch Changes
302
310
 
303
- - [#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.
311
+ - [#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.
304
312
 
305
- - Updated dependencies [[`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc)]:
306
- - @equinor/fusion-framework-react@7.0.1
307
- - @equinor/fusion-framework-react-module-bookmark@2.1.1
313
+ - Updated dependencies [[`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc)]:
314
+ - @equinor/fusion-framework-react@7.0.1
315
+ - @equinor/fusion-framework-react-module-bookmark@2.1.1
308
316
 
309
317
  ## 0.4.0
310
318
 
311
319
  ### Minor Changes
312
320
 
313
- - [#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
321
+ - [#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
314
322
 
315
323
  ### Patch Changes
316
324
 
317
- - Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]:
318
- - @equinor/fusion-framework-react-module-bookmark@2.1.0
319
- - @equinor/fusion-framework-react@7.0.0
325
+ - Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]:
326
+ - @equinor/fusion-framework-react-module-bookmark@2.1.0
327
+ - @equinor/fusion-framework-react@7.0.0
320
328
 
321
329
  ## 0.3.11
322
330
 
323
331
  ### Patch Changes
324
332
 
325
- - Updated dependencies []:
326
- - @equinor/fusion-framework-react-module-bookmark@2.0.35
327
- - @equinor/fusion-framework-react@6.0.5
333
+ - Updated dependencies []:
334
+ - @equinor/fusion-framework-react-module-bookmark@2.0.35
335
+ - @equinor/fusion-framework-react@6.0.5
328
336
 
329
337
  ## 0.3.10
330
338
 
331
339
  ### Patch Changes
332
340
 
333
- - Updated dependencies []:
334
- - @equinor/fusion-framework-react@6.0.4
335
- - @equinor/fusion-framework-react-module-bookmark@2.0.34
341
+ - Updated dependencies []:
342
+ - @equinor/fusion-framework-react@6.0.4
343
+ - @equinor/fusion-framework-react-module-bookmark@2.0.34
336
344
 
337
345
  ## 0.3.9
338
346
 
339
347
  ### Patch Changes
340
348
 
341
- - Updated dependencies []:
342
- - @equinor/fusion-framework-react@6.0.3
343
- - @equinor/fusion-framework-react-module-bookmark@2.0.33
349
+ - Updated dependencies []:
350
+ - @equinor/fusion-framework-react@6.0.3
351
+ - @equinor/fusion-framework-react-module-bookmark@2.0.33
344
352
 
345
353
  ## 0.3.8
346
354
 
347
355
  ### Patch Changes
348
356
 
349
- - [#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
357
+ - [#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
350
358
 
351
359
  ## 0.3.7
352
360
 
353
361
  ### Patch Changes
354
362
 
355
- - Updated dependencies [[`2a813bc`](https://github.com/equinor/fusion-framework/commit/2a813bc0a32f53e7515f16f8b5cba1cf1e5018a3)]:
356
- - @equinor/fusion-framework-react@6.0.2
357
- - @equinor/fusion-framework-react-module-bookmark@2.0.32
363
+ - Updated dependencies [[`2a813bc`](https://github.com/equinor/fusion-framework/commit/2a813bc0a32f53e7515f16f8b5cba1cf1e5018a3)]:
364
+ - @equinor/fusion-framework-react@6.0.2
365
+ - @equinor/fusion-framework-react-module-bookmark@2.0.32
358
366
 
359
367
  ## 0.3.6
360
368
 
361
369
  ### Patch Changes
362
370
 
363
- - Updated dependencies [[`fdbe12f`](https://github.com/equinor/fusion-framework/commit/fdbe12f258aeb98d91094f16f2d8ce229d7b13ee)]:
364
- - @equinor/fusion-framework-react@6.0.1
365
- - @equinor/fusion-framework-react-module-bookmark@2.0.31
371
+ - Updated dependencies [[`fdbe12f`](https://github.com/equinor/fusion-framework/commit/fdbe12f258aeb98d91094f16f2d8ce229d7b13ee)]:
372
+ - @equinor/fusion-framework-react@6.0.1
373
+ - @equinor/fusion-framework-react-module-bookmark@2.0.31
366
374
 
367
375
  ## 0.3.5
368
376
 
369
377
  ### Patch Changes
370
378
 
371
- - [#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.
379
+ - [#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.
372
380
 
373
- - Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]:
374
- - @equinor/fusion-framework-react@6.0.0
375
- - @equinor/fusion-framework-react-module-bookmark@2.0.30
381
+ - Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]:
382
+ - @equinor/fusion-framework-react@6.0.0
383
+ - @equinor/fusion-framework-react-module-bookmark@2.0.30
376
384
 
377
385
  ## 0.3.4
378
386
 
379
387
  ### Patch Changes
380
388
 
381
- - Updated dependencies []:
382
- - @equinor/fusion-framework-react-module-bookmark@2.0.29
389
+ - Updated dependencies []:
390
+ - @equinor/fusion-framework-react-module-bookmark@2.0.29
383
391
 
384
392
  ## 0.3.3
385
393
 
386
394
  ### Patch Changes
387
395
 
388
- - Updated dependencies []:
389
- - @equinor/fusion-framework-react@5.3.9
390
- - @equinor/fusion-framework-react-module-bookmark@2.0.28
396
+ - Updated dependencies []:
397
+ - @equinor/fusion-framework-react@5.3.9
398
+ - @equinor/fusion-framework-react-module-bookmark@2.0.28
391
399
 
392
400
  ## 0.3.2
393
401
 
394
402
  ### Patch Changes
395
403
 
396
- - Updated dependencies []:
397
- - @equinor/fusion-framework-react@5.3.8
398
- - @equinor/fusion-framework-react-module-bookmark@2.0.27
404
+ - Updated dependencies []:
405
+ - @equinor/fusion-framework-react@5.3.8
406
+ - @equinor/fusion-framework-react-module-bookmark@2.0.27
399
407
 
400
408
  ## 0.3.1
401
409
 
402
410
  ### Patch Changes
403
411
 
404
- - Updated dependencies []:
405
- - @equinor/fusion-framework-react@5.3.7
406
- - @equinor/fusion-framework-react-module-bookmark@2.0.26
412
+ - Updated dependencies []:
413
+ - @equinor/fusion-framework-react@5.3.7
414
+ - @equinor/fusion-framework-react-module-bookmark@2.0.26
407
415
 
408
416
  ## 0.3.0
409
417
 
410
418
  ### Minor Changes
411
419
 
412
- - [#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.
420
+ - [#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.
413
421
 
414
422
  ### Patch Changes
415
423
 
416
- - Updated dependencies []:
417
- - @equinor/fusion-framework-react@5.3.6
418
- - @equinor/fusion-framework-react-module-bookmark@2.0.25
424
+ - Updated dependencies []:
425
+ - @equinor/fusion-framework-react@5.3.6
426
+ - @equinor/fusion-framework-react-module-bookmark@2.0.25
419
427
 
420
428
  ## 0.2.14
421
429
 
422
430
  ### Patch Changes
423
431
 
424
- - Updated dependencies []:
425
- - @equinor/fusion-framework-react@5.3.5
426
- - @equinor/fusion-framework-react-module-bookmark@2.0.24
432
+ - Updated dependencies []:
433
+ - @equinor/fusion-framework-react@5.3.5
434
+ - @equinor/fusion-framework-react-module-bookmark@2.0.24
427
435
 
428
436
  ## 0.2.13
429
437
 
430
438
  ### Patch Changes
431
439
 
432
- - Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
433
- - @equinor/fusion-framework-react-module-bookmark@2.0.23
434
- - @equinor/fusion-framework-react@5.3.4
440
+ - Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
441
+ - @equinor/fusion-framework-react-module-bookmark@2.0.23
442
+ - @equinor/fusion-framework-react@5.3.4
435
443
 
436
444
  ## 0.2.12
437
445
 
438
446
  ### Patch Changes
439
447
 
440
- - Updated dependencies []:
441
- - @equinor/fusion-framework-react-module-bookmark@2.0.22
448
+ - Updated dependencies []:
449
+ - @equinor/fusion-framework-react-module-bookmark@2.0.22
442
450
 
443
451
  ## 0.2.11
444
452
 
445
453
  ### Patch Changes
446
454
 
447
- - Updated dependencies []:
448
- - @equinor/fusion-framework-react-module-bookmark@2.0.21
449
- - @equinor/fusion-framework-react@5.3.3
455
+ - Updated dependencies []:
456
+ - @equinor/fusion-framework-react-module-bookmark@2.0.21
457
+ - @equinor/fusion-framework-react@5.3.3
450
458
 
451
459
  ## 0.2.10
452
460
 
453
461
  ### Patch Changes
454
462
 
455
- - [#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
463
+ - [#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
456
464
 
457
- - support for [styled-components@6](https://styled-components.com/releases#v6.0.0)
465
+ - support for [styled-components@6](https://styled-components.com/releases#v6.0.0)
458
466
 
459
467
  ## 0.2.9
460
468
 
461
469
  ### Patch Changes
462
470
 
463
- - Updated dependencies []:
464
- - @equinor/fusion-framework-react-module-bookmark@2.0.20
465
- - @equinor/fusion-framework-react@5.3.2
471
+ - Updated dependencies []:
472
+ - @equinor/fusion-framework-react-module-bookmark@2.0.20
473
+ - @equinor/fusion-framework-react@5.3.2
466
474
 
467
475
  ## 0.2.8
468
476
 
469
477
  ### Patch Changes
470
478
 
471
- - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
479
+ - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
472
480
 
473
- - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
474
- - @equinor/fusion-framework-react@5.3.1
475
- - @equinor/fusion-framework-react-module-bookmark@2.0.19
481
+ - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
482
+ - @equinor/fusion-framework-react@5.3.1
483
+ - @equinor/fusion-framework-react-module-bookmark@2.0.19
476
484
 
477
485
  ## 0.2.7
478
486
 
479
487
  ### Patch Changes
480
488
 
481
- - Updated dependencies [[`3896fbec`](https://github.com/equinor/fusion-framework/commit/3896fbec3458dbe2ebd66e772465d5f89cd20658)]:
482
- - @equinor/fusion-framework-react@5.3.0
483
- - @equinor/fusion-framework-react-module-bookmark@2.0.18
489
+ - Updated dependencies [[`3896fbec`](https://github.com/equinor/fusion-framework/commit/3896fbec3458dbe2ebd66e772465d5f89cd20658)]:
490
+ - @equinor/fusion-framework-react@5.3.0
491
+ - @equinor/fusion-framework-react-module-bookmark@2.0.18
484
492
 
485
493
  ## 0.2.6
486
494
 
487
495
  ### Patch Changes
488
496
 
489
- - Updated dependencies []:
490
- - @equinor/fusion-framework-react@5.2.7
491
- - @equinor/fusion-framework-react-module-bookmark@2.0.17
497
+ - Updated dependencies []:
498
+ - @equinor/fusion-framework-react@5.2.7
499
+ - @equinor/fusion-framework-react-module-bookmark@2.0.17
492
500
 
493
501
  ## 0.2.5
494
502
 
495
503
  ### Patch Changes
496
504
 
497
- - Updated dependencies []:
498
- - @equinor/fusion-framework-react@5.2.6
499
- - @equinor/fusion-framework-react-module-bookmark@2.0.16
505
+ - Updated dependencies []:
506
+ - @equinor/fusion-framework-react@5.2.6
507
+ - @equinor/fusion-framework-react-module-bookmark@2.0.16
500
508
 
501
509
  ## 0.2.4
502
510
 
503
511
  ### Patch Changes
504
512
 
505
- - [`18b70b98`](https://github.com/equinor/fusion-framework/commit/18b70b98454df296a2a06fa5281ae9b6556d9a67) Thanks [@odinr](https://github.com/odinr)! - test 3
513
+ - [`18b70b98`](https://github.com/equinor/fusion-framework/commit/18b70b98454df296a2a06fa5281ae9b6556d9a67) Thanks [@odinr](https://github.com/odinr)! - test 3
506
514
 
507
515
  ## 0.2.3
508
516
 
509
517
  ### Patch Changes
510
518
 
511
- - [`c9b5f360`](https://github.com/equinor/fusion-framework/commit/c9b5f3605ff6ffe355eec9b709a5a6c5784355e5) Thanks [@odinr](https://github.com/odinr)! - test 2
519
+ - [`c9b5f360`](https://github.com/equinor/fusion-framework/commit/c9b5f3605ff6ffe355eec9b709a5a6c5784355e5) Thanks [@odinr](https://github.com/odinr)! - test 2
512
520
 
513
521
  ## 0.2.2
514
522
 
515
523
  ### Patch Changes
516
524
 
517
- - [`f7db2499`](https://github.com/equinor/fusion-framework/commit/f7db249937212f876beb87d2941036f7e5f793d4) Thanks [@odinr](https://github.com/odinr)! - test release
525
+ - [`f7db2499`](https://github.com/equinor/fusion-framework/commit/f7db249937212f876beb87d2941036f7e5f793d4) Thanks [@odinr](https://github.com/odinr)! - test release
518
526
 
519
527
  ## 0.2.1
520
528
 
521
529
  ### Patch Changes
522
530
 
523
- - [`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594) Thanks [@odinr](https://github.com/odinr)! - fix typo in styled components
531
+ - [`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594) Thanks [@odinr](https://github.com/odinr)! - fix typo in styled components
524
532
 
525
- - Updated dependencies []:
526
- - @equinor/fusion-framework-react-module-bookmark@2.0.15
527
- - @equinor/fusion-framework-react@5.2.5
533
+ - Updated dependencies []:
534
+ - @equinor/fusion-framework-react-module-bookmark@2.0.15
535
+ - @equinor/fusion-framework-react@5.2.5
528
536
 
529
537
  ## 0.2.0
530
538
 
531
539
  ### Minor Changes
532
540
 
533
- - [#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
541
+ - [#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
534
542
 
535
543
  issues whit conflicting package when using 3x jss frameworks (mui, styled-components, emotion)
536
544
 
@@ -538,78 +546,78 @@
538
546
 
539
547
  ### Patch Changes
540
548
 
541
- - [#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
549
+ - [#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
542
550
 
543
551
  conflicts of `@types/react` made random outcomes when using `yarn`
544
552
 
545
553
  this change should not affect consumer of the packages, but might conflict dependent on local package manager.
546
554
 
547
- - [#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
555
+ - [#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
548
556
 
549
- - [#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)
557
+ - [#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)
550
558
 
551
- - 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)
552
- - removed `@types/style-components` from `@equinor/fusion-framework-react-components-bookmark`
559
+ - 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)
560
+ - removed `@types/style-components` from `@equinor/fusion-framework-react-components-bookmark`
553
561
 
554
562
  see style-components [migration guide](https://styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v6)
555
563
 
556
- - 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)]:
557
- - @equinor/fusion-framework-react-module-bookmark@2.0.14
558
- - @equinor/fusion-framework-react@5.2.4
564
+ - 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)]:
565
+ - @equinor/fusion-framework-react-module-bookmark@2.0.14
566
+ - @equinor/fusion-framework-react@5.2.4
559
567
 
560
568
  ## 0.1.16
561
569
 
562
570
  ### Patch Changes
563
571
 
564
- - [#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
572
+ - [#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
565
573
 
566
574
  only style semantics updated
567
575
 
568
- - Updated dependencies [[`1a2880d2`](https://github.com/equinor/fusion-framework/commit/1a2880d2e4c80ac5ce08f63ca3699fe77e4b565c), [`1749da29`](https://github.com/equinor/fusion-framework/commit/1749da290c98c0a43b9fdf2253dfb224e4ccdcd0)]:
569
- - @equinor/fusion-framework-react@5.2.3
570
- - @equinor/fusion-framework-react-module-bookmark@2.0.13
576
+ - Updated dependencies [[`1a2880d2`](https://github.com/equinor/fusion-framework/commit/1a2880d2e4c80ac5ce08f63ca3699fe77e4b565c), [`1749da29`](https://github.com/equinor/fusion-framework/commit/1749da290c98c0a43b9fdf2253dfb224e4ccdcd0)]:
577
+ - @equinor/fusion-framework-react@5.2.3
578
+ - @equinor/fusion-framework-react-module-bookmark@2.0.13
571
579
 
572
580
  ## 0.1.15
573
581
 
574
582
  ### Patch Changes
575
583
 
576
- - [#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_
584
+ - [#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_
577
585
 
578
586
  ## 0.1.14
579
587
 
580
588
  ### Patch Changes
581
589
 
582
- - [#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
590
+ - [#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
583
591
 
584
592
  ## 0.1.13
585
593
 
586
594
  ### Patch Changes
587
595
 
588
- - [#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**
596
+ - [#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**
589
597
 
590
- - align all versions of typescript
591
- - update types to build
592
- - 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
598
+ - align all versions of typescript
599
+ - update types to build
600
+ - 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
593
601
 
594
- - Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
595
- - @equinor/fusion-framework-react-module-bookmark@2.0.12
602
+ - Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
603
+ - @equinor/fusion-framework-react-module-bookmark@2.0.12
596
604
 
597
605
  ## 0.1.12
598
606
 
599
607
  ### Patch Changes
600
608
 
601
- - 727fb935: fix(react-module-bookmark): module can be undefined
609
+ - 727fb935: fix(react-module-bookmark): module can be undefined
602
610
 
603
611
  the bookmark module might not been enable, which makes the application crash.
604
612
 
605
613
  **TODO:**
606
614
 
607
- - [ ] create a simpler hook for using bookmark
608
- - [ ] create a hook for exposing the module
609
- - [ ] create better documentation
615
+ - [ ] create a simpler hook for using bookmark
616
+ - [ ] create a hook for exposing the module
617
+ - [ ] create better documentation
610
618
 
611
- - Updated dependencies [727fb935]
612
- - @equinor/fusion-framework-react-module-bookmark@2.0.11
619
+ - Updated dependencies [727fb935]
620
+ - @equinor/fusion-framework-react-module-bookmark@2.0.11
613
621
 
614
622
  All notable changes to this project will be documented in this file.
615
623
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
@@ -662,12 +670,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
662
670
 
663
671
  ### Features
664
672
 
665
- - **bookmark-component:** new bookmark component for creating and editing bookmarks initial commit ([bd3bfec](https://github.com/equinor/fusion-framework/commit/bd3bfeca877df6076ca711333d0b96a44504c888))
673
+ - **bookmark-component:** new bookmark component for creating and editing bookmarks initial commit ([bd3bfec](https://github.com/equinor/fusion-framework/commit/bd3bfeca877df6076ca711333d0b96a44504c888))
666
674
 
667
675
  ### Bug Fixes
668
676
 
669
- - **bookmark-component:** add group by context ([20291f3](https://github.com/equinor/fusion-framework/commit/20291f3cd8284ff5b0eb2db30f9e4040a870ba70))
670
- - **bookmark-component:** removed comment ([72c7147](https://github.com/equinor/fusion-framework/commit/72c7147609b229fb68576068c0f2944e5e3bbae0))
671
- - **bookmark-component:** styles update, added loading spinner and update with current view' ([d5e1143](https://github.com/equinor/fusion-framework/commit/d5e1143f125410beb46a462e92591e3f9bbb809d))
672
- - **bookmark:** fix linting ([17b179f](https://github.com/equinor/fusion-framework/commit/17b179fbb25243730dd65cc116c86471074faabc))
673
- - pull request feedback fixes ([a0d9aa6](https://github.com/equinor/fusion-framework/commit/a0d9aa69a5ffc4e6da5061df61969d860c4be909))
677
+ - **bookmark-component:** add group by context ([20291f3](https://github.com/equinor/fusion-framework/commit/20291f3cd8284ff5b0eb2db30f9e4040a870ba70))
678
+ - **bookmark-component:** removed comment ([72c7147](https://github.com/equinor/fusion-framework/commit/72c7147609b229fb68576068c0f2944e5e3bbae0))
679
+ - **bookmark-component:** styles update, added loading spinner and update with current view' ([d5e1143](https://github.com/equinor/fusion-framework/commit/d5e1143f125410beb46a462e92591e3f9bbb809d))
680
+ - **bookmark:** fix linting ([17b179f](https://github.com/equinor/fusion-framework/commit/17b179fbb25243730dd65cc116c86471074faabc))
681
+ - pull request feedback fixes ([a0d9aa6](https://github.com/equinor/fusion-framework/commit/a0d9aa69a5ffc4e6da5061df61969d860c4be909))