@equinor/fusion-framework-module-bookmark 2.0.1 → 2.0.2
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 +117 -110
- package/dist/esm/version.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +7 -7
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,25 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 2.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`a965fbe`](https://github.com/equinor/fusion-framework/commit/a965fbeb9544b74f7d7b4aaa1e57c50d2ae4a564)]:
|
|
8
|
+
- @equinor/fusion-query@5.2.0
|
|
9
|
+
|
|
3
10
|
## 2.0.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
6
13
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
-
|
|
14
|
+
- Updated dependencies [[`30767a2`](https://github.com/equinor/fusion-framework/commit/30767a2f72b54c2a3ea98ce08186017e34ae16bd)]:
|
|
15
|
+
- @equinor/fusion-observable@8.4.3
|
|
16
|
+
- @equinor/fusion-query@5.1.5
|
|
10
17
|
|
|
11
18
|
## 2.0.0
|
|
12
19
|
|
|
13
20
|
### Major Changes
|
|
14
21
|
|
|
15
|
-
-
|
|
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)! - rewrite bookmark module
|
|
16
23
|
|
|
17
24
|
Needed rewrite of the bookmark module to better represent the api, and provide a more robust interface for working with bookmarks. Instead of fixing the current implementation, it was decided to rework the entire module to save time and confusion in the future.
|
|
18
25
|
|
|
@@ -24,74 +31,74 @@
|
|
|
24
31
|
|
|
25
32
|
**Highlights:**
|
|
26
33
|
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
-
|
|
34
|
+
- has validation of configuration of the module.
|
|
35
|
+
- uses the `BaseConfigBuilder` pattern for configuration.
|
|
36
|
+
- has validation of requests and responses using zod schemas.
|
|
37
|
+
- has better error handling and state management.
|
|
38
|
+
- has better separation of concerns.
|
|
39
|
+
- has better documentation.
|
|
40
|
+
- has better state management.
|
|
41
|
+
- has better flow control.
|
|
42
|
+
- has better logging.
|
|
36
43
|
|
|
37
44
|
**Migration:**
|
|
38
45
|
|
|
39
|
-
-
|
|
40
|
-
-
|
|
46
|
+
- update config for enabling the module
|
|
47
|
+
- check all direct access to provider interface if they are still valid
|
|
41
48
|
|
|
42
49
|
**Breaking changes:**
|
|
43
50
|
|
|
44
|
-
-
|
|
45
|
-
-
|
|
46
|
-
-
|
|
51
|
+
- The provider interface has changed
|
|
52
|
+
- The client interface has changed
|
|
53
|
+
- The configuration interface has changed
|
|
47
54
|
|
|
48
55
|
## 1.2.13
|
|
49
56
|
|
|
50
57
|
### Patch Changes
|
|
51
58
|
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
59
|
+
- Updated dependencies [[`21db01b`](https://github.com/equinor/fusion-framework/commit/21db01bbe5113b07aaa715d554378561e1a5223d)]:
|
|
60
|
+
- @equinor/fusion-observable@8.4.2
|
|
61
|
+
- @equinor/fusion-query@5.1.4
|
|
55
62
|
|
|
56
63
|
## 1.2.12
|
|
57
64
|
|
|
58
65
|
### Patch Changes
|
|
59
66
|
|
|
60
|
-
-
|
|
61
|
-
-
|
|
67
|
+
- Updated dependencies [[`2644b3d`](https://github.com/equinor/fusion-framework/commit/2644b3d63939aede736a3b1950db32dbd487877d)]:
|
|
68
|
+
- @equinor/fusion-framework-module@4.3.5
|
|
62
69
|
|
|
63
70
|
## 1.2.11
|
|
64
71
|
|
|
65
72
|
### Patch Changes
|
|
66
73
|
|
|
67
|
-
-
|
|
68
|
-
-
|
|
69
|
-
-
|
|
74
|
+
- Updated dependencies [[`f7c143d`](https://github.com/equinor/fusion-framework/commit/f7c143d44a88cc25c377d3ce8c3d1744114b891d)]:
|
|
75
|
+
- @equinor/fusion-observable@8.4.1
|
|
76
|
+
- @equinor/fusion-query@5.1.3
|
|
70
77
|
|
|
71
78
|
## 1.2.10
|
|
72
79
|
|
|
73
80
|
### Patch Changes
|
|
74
81
|
|
|
75
|
-
-
|
|
76
|
-
-
|
|
77
|
-
-
|
|
82
|
+
- Updated dependencies [[`75d676d`](https://github.com/equinor/fusion-framework/commit/75d676d2c7919f30e036b5ae97c4d814c569aa87), [`be2e925`](https://github.com/equinor/fusion-framework/commit/be2e92532f4a4b8f0b2c9e12d4adf942d380423e), [`00d5e9c`](https://github.com/equinor/fusion-framework/commit/00d5e9c632876742c3d2a74efea2f126a0a169d9)]:
|
|
83
|
+
- @equinor/fusion-framework-module@4.3.4
|
|
84
|
+
- @equinor/fusion-query@5.1.2
|
|
78
85
|
|
|
79
86
|
## 1.2.9
|
|
80
87
|
|
|
81
88
|
### Patch Changes
|
|
82
89
|
|
|
83
|
-
-
|
|
84
|
-
-
|
|
85
|
-
-
|
|
86
|
-
-
|
|
90
|
+
- Updated dependencies [[`bbde502`](https://github.com/equinor/fusion-framework/commit/bbde502e638f459379f63968febbc97ebe282b76), [`decb9e9`](https://github.com/equinor/fusion-framework/commit/decb9e9e3d1bb1b0577b729a1e7ae812afdd83cb), [`e092f75`](https://github.com/equinor/fusion-framework/commit/e092f7599f1f2e0e0676a9f10565299272813594), [`a1524e9`](https://github.com/equinor/fusion-framework/commit/a1524e9c4d83778da3db42dbcf99908b776a0592)]:
|
|
91
|
+
- @equinor/fusion-observable@8.4.0
|
|
92
|
+
- @equinor/fusion-query@5.1.1
|
|
93
|
+
- @equinor/fusion-framework-module@4.3.3
|
|
87
94
|
|
|
88
95
|
## 1.2.8
|
|
89
96
|
|
|
90
97
|
### Patch Changes
|
|
91
98
|
|
|
92
|
-
-
|
|
99
|
+
- [#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
|
|
93
100
|
|
|
94
|
-
-
|
|
101
|
+
- [#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.
|
|
95
102
|
|
|
96
103
|
Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
|
|
97
104
|
|
|
@@ -134,122 +141,122 @@
|
|
|
134
141
|
|
|
135
142
|
This change ensures that comments are preserved in the compiled output, potentially improving the development and debugging experience for users of the Fusion Framework.
|
|
136
143
|
|
|
137
|
-
-
|
|
138
|
-
-
|
|
139
|
-
-
|
|
140
|
-
-
|
|
144
|
+
- Updated dependencies [[`2f74edc`](https://github.com/equinor/fusion-framework/commit/2f74edcd4a3ea2b87d69f0fd63492145c3c01663), [`5e20ce1`](https://github.com/equinor/fusion-framework/commit/5e20ce17af709f0443b7110bfc952ff8d8d81dee), [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1), [`29ff796`](https://github.com/equinor/fusion-framework/commit/29ff796ebb3a643c604e4153b6798bde5992363c), [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee), [`5e20ce1`](https://github.com/equinor/fusion-framework/commit/5e20ce17af709f0443b7110bfc952ff8d8d81dee)]:
|
|
145
|
+
- @equinor/fusion-framework-module@4.3.2
|
|
146
|
+
- @equinor/fusion-query@5.1.0
|
|
147
|
+
- @equinor/fusion-observable@8.3.3
|
|
141
148
|
|
|
142
149
|
## 1.2.7
|
|
143
150
|
|
|
144
151
|
### Patch Changes
|
|
145
152
|
|
|
146
|
-
-
|
|
147
|
-
-
|
|
148
|
-
-
|
|
153
|
+
- Updated dependencies [[`97e41a5`](https://github.com/equinor/fusion-framework/commit/97e41a55d05644b6684c6cb165b65b115bd416eb)]:
|
|
154
|
+
- @equinor/fusion-observable@8.3.2
|
|
155
|
+
- @equinor/fusion-query@5.0.5
|
|
149
156
|
|
|
150
157
|
## 1.2.6
|
|
151
158
|
|
|
152
159
|
### Patch Changes
|
|
153
160
|
|
|
154
|
-
-
|
|
155
|
-
-
|
|
156
|
-
-
|
|
161
|
+
- Updated dependencies [[`1681940`](https://github.com/equinor/fusion-framework/commit/16819401db191321637fb2a17390abd98738c103), [`72f48ec`](https://github.com/equinor/fusion-framework/commit/72f48eccc7262f6c419c60cc32f0dc829601ceab)]:
|
|
162
|
+
- @equinor/fusion-query@5.0.4
|
|
163
|
+
- @equinor/fusion-observable@8.3.1
|
|
157
164
|
|
|
158
165
|
## 1.2.5
|
|
159
166
|
|
|
160
167
|
### Patch Changes
|
|
161
168
|
|
|
162
|
-
-
|
|
163
|
-
-
|
|
164
|
-
-
|
|
169
|
+
- Updated dependencies [[`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`6a81125`](https://github.com/equinor/fusion-framework/commit/6a81125ca856bbddbd1ec9e66a30e887cef93f66), [`cd737c2`](https://github.com/equinor/fusion-framework/commit/cd737c2f916747965ece46ed6f33fdadb776c90b)]:
|
|
170
|
+
- @equinor/fusion-framework-module@4.3.1
|
|
171
|
+
- @equinor/fusion-query@5.0.3
|
|
165
172
|
|
|
166
173
|
## 1.2.4
|
|
167
174
|
|
|
168
175
|
### Patch Changes
|
|
169
176
|
|
|
170
|
-
-
|
|
171
|
-
-
|
|
177
|
+
- Updated dependencies [[`bd3d3e1`](https://github.com/equinor/fusion-framework/commit/bd3d3e165b3cbcef8f2c7b3219d21387731e5995)]:
|
|
178
|
+
- @equinor/fusion-query@5.0.2
|
|
172
179
|
|
|
173
180
|
## 1.2.3
|
|
174
181
|
|
|
175
182
|
### Patch Changes
|
|
176
183
|
|
|
177
|
-
-
|
|
178
|
-
-
|
|
184
|
+
- Updated dependencies [[`491c2e0`](https://github.com/equinor/fusion-framework/commit/491c2e05a2383dc7aa310f11ba6f7325a69e7197)]:
|
|
185
|
+
- @equinor/fusion-query@5.0.1
|
|
179
186
|
|
|
180
187
|
## 1.2.2
|
|
181
188
|
|
|
182
189
|
### Patch Changes
|
|
183
190
|
|
|
184
|
-
-
|
|
185
|
-
-
|
|
191
|
+
- Updated dependencies [[`b9c1643`](https://github.com/equinor/fusion-framework/commit/b9c164337d984e760d4701d1c534b14cb52aa7e2), [`b9c1643`](https://github.com/equinor/fusion-framework/commit/b9c164337d984e760d4701d1c534b14cb52aa7e2), [`b9c1643`](https://github.com/equinor/fusion-framework/commit/b9c164337d984e760d4701d1c534b14cb52aa7e2)]:
|
|
192
|
+
- @equinor/fusion-query@5.0.0
|
|
186
193
|
|
|
187
194
|
## 1.2.1
|
|
188
195
|
|
|
189
196
|
### Patch Changes
|
|
190
197
|
|
|
191
|
-
-
|
|
192
|
-
-
|
|
193
|
-
-
|
|
198
|
+
- Updated dependencies [[`572a199`](https://github.com/equinor/fusion-framework/commit/572a199b8b3070af16d76238aa30d7aaf36a115a), [`f5e4090`](https://github.com/equinor/fusion-framework/commit/f5e4090fa285db8dc10e09b450cee5767437d883)]:
|
|
199
|
+
- @equinor/fusion-observable@8.3.0
|
|
200
|
+
- @equinor/fusion-query@4.2.0
|
|
194
201
|
|
|
195
202
|
## 1.2.0
|
|
196
203
|
|
|
197
204
|
### Minor Changes
|
|
198
205
|
|
|
199
|
-
-
|
|
206
|
+
- [#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
|
|
200
207
|
|
|
201
208
|
### Patch Changes
|
|
202
209
|
|
|
203
|
-
-
|
|
204
|
-
-
|
|
205
|
-
-
|
|
206
|
-
-
|
|
210
|
+
- Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]:
|
|
211
|
+
- @equinor/fusion-framework-module@4.3.0
|
|
212
|
+
- @equinor/fusion-observable@8.2.0
|
|
213
|
+
- @equinor/fusion-query@4.1.0
|
|
207
214
|
|
|
208
215
|
## 1.1.2
|
|
209
216
|
|
|
210
217
|
### Patch Changes
|
|
211
218
|
|
|
212
|
-
-
|
|
213
|
-
-
|
|
219
|
+
- Updated dependencies [[`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]:
|
|
220
|
+
- @equinor/fusion-framework-module@4.2.7
|
|
214
221
|
|
|
215
222
|
## 1.1.1
|
|
216
223
|
|
|
217
224
|
### Patch Changes
|
|
218
225
|
|
|
219
|
-
-
|
|
220
|
-
-
|
|
221
|
-
-
|
|
226
|
+
- Updated dependencies [[`036546f`](https://github.com/equinor/fusion-framework/commit/036546f2e3d9c0d289c7145da84e940673027b5e), [`d0c0c6a`](https://github.com/equinor/fusion-framework/commit/d0c0c6a971a478e3f447663bf50b4e3a7cb1517e)]:
|
|
227
|
+
- @equinor/fusion-observable@8.1.5
|
|
228
|
+
- @equinor/fusion-query@4.0.6
|
|
222
229
|
|
|
223
230
|
## 1.1.0
|
|
224
231
|
|
|
225
232
|
### Minor Changes
|
|
226
233
|
|
|
227
|
-
-
|
|
234
|
+
- [#1693](https://github.com/equinor/fusion-framework/pull/1693) [`7fea31b`](https://github.com/equinor/fusion-framework/commit/7fea31b049cd7dcce9336ed1bc339165729b0d99) Thanks [@Noggling](https://github.com/Noggling)! - Fixing the infinite loading if a bookmark is created in classic fusion and allowing for sourceSystem to be undefined.
|
|
228
235
|
|
|
229
236
|
## 1.0.17
|
|
230
237
|
|
|
231
238
|
### Patch Changes
|
|
232
239
|
|
|
233
|
-
-
|
|
234
|
-
-
|
|
235
|
-
-
|
|
240
|
+
- Updated dependencies [[`6ffaabf`](https://github.com/equinor/fusion-framework/commit/6ffaabf120704f2f4f4074a0fa0a17faf77fe22a)]:
|
|
241
|
+
- @equinor/fusion-observable@8.1.4
|
|
242
|
+
- @equinor/fusion-query@4.0.5
|
|
236
243
|
|
|
237
244
|
## 1.0.16
|
|
238
245
|
|
|
239
246
|
### Patch Changes
|
|
240
247
|
|
|
241
|
-
-
|
|
248
|
+
- [#1595](https://github.com/equinor/fusion-framework/pull/1595) [`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125) Thanks [@Gustav-Eikaas](https://github.com/Gustav-Eikaas)! - support for module resolution NodeNext & Bundler
|
|
242
249
|
|
|
243
|
-
-
|
|
244
|
-
-
|
|
245
|
-
-
|
|
246
|
-
-
|
|
250
|
+
- Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
|
|
251
|
+
- @equinor/fusion-observable@8.1.3
|
|
252
|
+
- @equinor/fusion-framework-module@4.2.6
|
|
253
|
+
- @equinor/fusion-query@4.0.4
|
|
247
254
|
|
|
248
255
|
## 1.0.15
|
|
249
256
|
|
|
250
257
|
### Patch Changes
|
|
251
258
|
|
|
252
|
-
-
|
|
259
|
+
- [`6f8c32b8`](https://github.com/equinor/fusion-framework/commit/6f8c32b8e0ae1f4431d09d201b2a305a883cf886) Thanks [@odinr](https://github.com/odinr)! - After creating a bookmark the bookmark module will no longer set it as current. This makes sense because the application is already in the correct state when the bookmark was created
|
|
253
260
|
|
|
254
261
|
see: #1547
|
|
255
262
|
|
|
@@ -259,72 +266,72 @@
|
|
|
259
266
|
|
|
260
267
|
### Patch Changes
|
|
261
268
|
|
|
262
|
-
-
|
|
263
|
-
-
|
|
269
|
+
- Updated dependencies [[`446b63ce`](https://github.com/equinor/fusion-framework/commit/446b63ce44b59a3aaab4399c0d877d3a1b560a0e)]:
|
|
270
|
+
- @equinor/fusion-query@4.0.3
|
|
264
271
|
|
|
265
272
|
## 1.0.13
|
|
266
273
|
|
|
267
274
|
### Patch Changes
|
|
268
275
|
|
|
269
|
-
-
|
|
270
|
-
-
|
|
276
|
+
- Updated dependencies [[`7ad31761`](https://github.com/equinor/fusion-framework/commit/7ad3176102f92da108b67ede6fdf29b76149bed9)]:
|
|
277
|
+
- @equinor/fusion-query@4.0.2
|
|
271
278
|
|
|
272
279
|
## 1.0.12
|
|
273
280
|
|
|
274
281
|
### Patch Changes
|
|
275
282
|
|
|
276
|
-
-
|
|
283
|
+
- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
|
|
277
284
|
|
|
278
|
-
-
|
|
279
|
-
-
|
|
280
|
-
-
|
|
281
|
-
-
|
|
285
|
+
- Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
|
|
286
|
+
- @equinor/fusion-framework-module@4.2.5
|
|
287
|
+
- @equinor/fusion-observable@8.1.2
|
|
288
|
+
- @equinor/fusion-query@4.0.1
|
|
282
289
|
|
|
283
290
|
## 1.0.11
|
|
284
291
|
|
|
285
292
|
### Patch Changes
|
|
286
293
|
|
|
287
|
-
-
|
|
288
|
-
-
|
|
294
|
+
- Updated dependencies [[`ebcabd0e`](https://github.com/equinor/fusion-framework/commit/ebcabd0e6945e1420a0a9a7d82bd9255da1b8578), [`8739a5a6`](https://github.com/equinor/fusion-framework/commit/8739a5a65d8aaa46ce9ef56cce013efeeb006e8a)]:
|
|
295
|
+
- @equinor/fusion-query@4.0.0
|
|
289
296
|
|
|
290
297
|
## 1.0.10
|
|
291
298
|
|
|
292
299
|
### Patch Changes
|
|
293
300
|
|
|
294
|
-
-
|
|
295
|
-
-
|
|
296
|
-
-
|
|
297
|
-
-
|
|
301
|
+
- Updated dependencies [[`6f64d1aa`](https://github.com/equinor/fusion-framework/commit/6f64d1aa5e44af37f0abd76cef36e87761134760), [`758eaaf4`](https://github.com/equinor/fusion-framework/commit/758eaaf436ae28d180e7d91818b41abe0d9624c4), [`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
|
|
302
|
+
- @equinor/fusion-observable@8.1.1
|
|
303
|
+
- @equinor/fusion-framework-module@4.2.4
|
|
304
|
+
- @equinor/fusion-query@3.0.7
|
|
298
305
|
|
|
299
306
|
## 1.0.9
|
|
300
307
|
|
|
301
308
|
### Patch Changes
|
|
302
309
|
|
|
303
|
-
-
|
|
304
|
-
-
|
|
310
|
+
- Updated dependencies [[`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594)]:
|
|
311
|
+
- @equinor/fusion-query@3.0.6
|
|
305
312
|
|
|
306
313
|
## 1.0.8
|
|
307
314
|
|
|
308
315
|
### Patch Changes
|
|
309
316
|
|
|
310
|
-
-
|
|
317
|
+
- [#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
|
|
311
318
|
|
|
312
319
|
conflicts of `@types/react` made random outcomes when using `yarn`
|
|
313
320
|
|
|
314
321
|
this change should not affect consumer of the packages, but might conflict dependent on local package manager.
|
|
315
322
|
|
|
316
|
-
-
|
|
323
|
+
- [#1145](https://github.com/equinor/fusion-framework/pull/1145) [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump rxjs from 7.5.7 to [7.8.1](https://github.com/ReactiveX/rxjs/blob/7.8.1/CHANGELOG.md)
|
|
317
324
|
|
|
318
|
-
-
|
|
319
|
-
-
|
|
320
|
-
-
|
|
321
|
-
-
|
|
325
|
+
- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5), [`8e7ae77c`](https://github.com/equinor/fusion-framework/commit/8e7ae77cfcadddc4b59e6bb57e620b84e5e1c647), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
|
|
326
|
+
- @equinor/fusion-observable@8.1.0
|
|
327
|
+
- @equinor/fusion-framework-module@4.2.3
|
|
328
|
+
- @equinor/fusion-query@3.0.5
|
|
322
329
|
|
|
323
330
|
## 1.0.7
|
|
324
331
|
|
|
325
332
|
### Patch Changes
|
|
326
333
|
|
|
327
|
-
-
|
|
334
|
+
- [#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
|
|
328
335
|
|
|
329
336
|
All notable changes to this project will be documented in this file.
|
|
330
337
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
@@ -345,8 +352,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
345
352
|
|
|
346
353
|
### Bug Fixes
|
|
347
354
|
|
|
348
|
-
-
|
|
349
|
-
-
|
|
355
|
+
- **bookmark-module:** favorites now updates the bookmarks state when adding and removing bookmarks ([0e43cb1](https://github.com/equinor/fusion-framework/commit/0e43cb1a4e2f9b8fe3fcff4df053846f585cca3d))
|
|
356
|
+
- **bookmark-module:** get the last event from get all bookmarks, and added onBookmarksChange dispatch ([4b53fc3](https://github.com/equinor/fusion-framework/commit/4b53fc37c0d072604c336490dc82beca2310cd51))
|
|
350
357
|
|
|
351
358
|
## 1.0.2 (2023-04-18)
|
|
352
359
|
|
|
@@ -380,7 +387,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
380
387
|
|
|
381
388
|
### Features
|
|
382
389
|
|
|
383
|
-
-
|
|
390
|
+
- **bookmark-module:** added functionality fro bookmark favorites ([0d66c30](https://github.com/equinor/fusion-framework/commit/0d66c301dd5d938c5e327273a6a48275bf29d5e1))
|
|
384
391
|
|
|
385
392
|
## [0.1.4](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-bookmark@0.1.3...@equinor/fusion-framework-module-bookmark@0.1.4) (2023-03-28)
|
|
386
393
|
|
|
@@ -394,22 +401,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
394
401
|
|
|
395
402
|
### Bug Fixes
|
|
396
403
|
|
|
397
|
-
-
|
|
404
|
+
- **bookmark-module:** invalidate cache for query by id ([24d6ca5](https://github.com/equinor/fusion-framework/commit/24d6ca5a59ce3e2a17291ddd65f0adb9f605e995))
|
|
398
405
|
|
|
399
406
|
## 0.1.1 (2023-03-24)
|
|
400
407
|
|
|
401
408
|
### Bug Fixes
|
|
402
409
|
|
|
403
|
-
-
|
|
410
|
+
- **bookmark-module:** remove navigation provider resolver sins it not in use ([851a46b](https://github.com/equinor/fusion-framework/commit/851a46bb48cd01a51f630bc8b2e405660855152e))
|
|
404
411
|
|
|
405
412
|
## 0.1.0 (2023-03-22)
|
|
406
413
|
|
|
407
414
|
### Features
|
|
408
415
|
|
|
409
|
-
-
|
|
416
|
+
- fusion bookmark module ([3f8259e](https://github.com/equinor/fusion-framework/commit/3f8259e47ea52637375d24ba3566c6ee1019c149))
|
|
410
417
|
|
|
411
418
|
### Bug Fixes
|
|
412
419
|
|
|
413
|
-
-
|
|
414
|
-
-
|
|
415
|
-
-
|
|
420
|
+
- **bookmarks:** await dispatch of change event ([89c350a](https://github.com/equinor/fusion-framework/commit/89c350a6b26d036df8431064fd6641b6e546d324))
|
|
421
|
+
- create example ([9a524ac](https://github.com/equinor/fusion-framework/commit/9a524ac354cd62ba084f05b456a2da857ed24575))
|
|
422
|
+
- **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685))
|
package/dist/esm/version.js
CHANGED