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