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