@equinor/fusion-framework-module-bookmark 2.0.0 → 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 +122 -107
- package/dist/esm/version.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +9 -9
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +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
|
+
|
|
10
|
+
## 2.0.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
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
|
|
17
|
+
|
|
3
18
|
## 2.0.0
|
|
4
19
|
|
|
5
20
|
### Major Changes
|
|
6
21
|
|
|
7
|
-
-
|
|
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
|
|
8
23
|
|
|
9
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.
|
|
10
25
|
|
|
@@ -16,74 +31,74 @@
|
|
|
16
31
|
|
|
17
32
|
**Highlights:**
|
|
18
33
|
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
23
|
-
-
|
|
24
|
-
-
|
|
25
|
-
-
|
|
26
|
-
-
|
|
27
|
-
-
|
|
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.
|
|
28
43
|
|
|
29
44
|
**Migration:**
|
|
30
45
|
|
|
31
|
-
-
|
|
32
|
-
-
|
|
46
|
+
- update config for enabling the module
|
|
47
|
+
- check all direct access to provider interface if they are still valid
|
|
33
48
|
|
|
34
49
|
**Breaking changes:**
|
|
35
50
|
|
|
36
|
-
-
|
|
37
|
-
-
|
|
38
|
-
-
|
|
51
|
+
- The provider interface has changed
|
|
52
|
+
- The client interface has changed
|
|
53
|
+
- The configuration interface has changed
|
|
39
54
|
|
|
40
55
|
## 1.2.13
|
|
41
56
|
|
|
42
57
|
### Patch Changes
|
|
43
58
|
|
|
44
|
-
-
|
|
45
|
-
-
|
|
46
|
-
-
|
|
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
|
|
47
62
|
|
|
48
63
|
## 1.2.12
|
|
49
64
|
|
|
50
65
|
### Patch Changes
|
|
51
66
|
|
|
52
|
-
-
|
|
53
|
-
-
|
|
67
|
+
- Updated dependencies [[`2644b3d`](https://github.com/equinor/fusion-framework/commit/2644b3d63939aede736a3b1950db32dbd487877d)]:
|
|
68
|
+
- @equinor/fusion-framework-module@4.3.5
|
|
54
69
|
|
|
55
70
|
## 1.2.11
|
|
56
71
|
|
|
57
72
|
### Patch Changes
|
|
58
73
|
|
|
59
|
-
-
|
|
60
|
-
-
|
|
61
|
-
-
|
|
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
|
|
62
77
|
|
|
63
78
|
## 1.2.10
|
|
64
79
|
|
|
65
80
|
### Patch Changes
|
|
66
81
|
|
|
67
|
-
-
|
|
68
|
-
-
|
|
69
|
-
-
|
|
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
|
|
70
85
|
|
|
71
86
|
## 1.2.9
|
|
72
87
|
|
|
73
88
|
### Patch Changes
|
|
74
89
|
|
|
75
|
-
-
|
|
76
|
-
-
|
|
77
|
-
-
|
|
78
|
-
-
|
|
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
|
|
79
94
|
|
|
80
95
|
## 1.2.8
|
|
81
96
|
|
|
82
97
|
### Patch Changes
|
|
83
98
|
|
|
84
|
-
-
|
|
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
|
|
85
100
|
|
|
86
|
-
-
|
|
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.
|
|
87
102
|
|
|
88
103
|
Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
|
|
89
104
|
|
|
@@ -126,122 +141,122 @@
|
|
|
126
141
|
|
|
127
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.
|
|
128
143
|
|
|
129
|
-
-
|
|
130
|
-
-
|
|
131
|
-
-
|
|
132
|
-
-
|
|
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
|
|
133
148
|
|
|
134
149
|
## 1.2.7
|
|
135
150
|
|
|
136
151
|
### Patch Changes
|
|
137
152
|
|
|
138
|
-
-
|
|
139
|
-
-
|
|
140
|
-
-
|
|
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
|
|
141
156
|
|
|
142
157
|
## 1.2.6
|
|
143
158
|
|
|
144
159
|
### Patch Changes
|
|
145
160
|
|
|
146
|
-
-
|
|
147
|
-
-
|
|
148
|
-
-
|
|
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
|
|
149
164
|
|
|
150
165
|
## 1.2.5
|
|
151
166
|
|
|
152
167
|
### Patch Changes
|
|
153
168
|
|
|
154
|
-
-
|
|
155
|
-
-
|
|
156
|
-
-
|
|
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
|
|
157
172
|
|
|
158
173
|
## 1.2.4
|
|
159
174
|
|
|
160
175
|
### Patch Changes
|
|
161
176
|
|
|
162
|
-
-
|
|
163
|
-
-
|
|
177
|
+
- Updated dependencies [[`bd3d3e1`](https://github.com/equinor/fusion-framework/commit/bd3d3e165b3cbcef8f2c7b3219d21387731e5995)]:
|
|
178
|
+
- @equinor/fusion-query@5.0.2
|
|
164
179
|
|
|
165
180
|
## 1.2.3
|
|
166
181
|
|
|
167
182
|
### Patch Changes
|
|
168
183
|
|
|
169
|
-
-
|
|
170
|
-
-
|
|
184
|
+
- Updated dependencies [[`491c2e0`](https://github.com/equinor/fusion-framework/commit/491c2e05a2383dc7aa310f11ba6f7325a69e7197)]:
|
|
185
|
+
- @equinor/fusion-query@5.0.1
|
|
171
186
|
|
|
172
187
|
## 1.2.2
|
|
173
188
|
|
|
174
189
|
### Patch Changes
|
|
175
190
|
|
|
176
|
-
-
|
|
177
|
-
-
|
|
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
|
|
178
193
|
|
|
179
194
|
## 1.2.1
|
|
180
195
|
|
|
181
196
|
### Patch Changes
|
|
182
197
|
|
|
183
|
-
-
|
|
184
|
-
-
|
|
185
|
-
-
|
|
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
|
|
186
201
|
|
|
187
202
|
## 1.2.0
|
|
188
203
|
|
|
189
204
|
### Minor Changes
|
|
190
205
|
|
|
191
|
-
-
|
|
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
|
|
192
207
|
|
|
193
208
|
### Patch Changes
|
|
194
209
|
|
|
195
|
-
-
|
|
196
|
-
-
|
|
197
|
-
-
|
|
198
|
-
-
|
|
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
|
|
199
214
|
|
|
200
215
|
## 1.1.2
|
|
201
216
|
|
|
202
217
|
### Patch Changes
|
|
203
218
|
|
|
204
|
-
-
|
|
205
|
-
-
|
|
219
|
+
- Updated dependencies [[`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]:
|
|
220
|
+
- @equinor/fusion-framework-module@4.2.7
|
|
206
221
|
|
|
207
222
|
## 1.1.1
|
|
208
223
|
|
|
209
224
|
### Patch Changes
|
|
210
225
|
|
|
211
|
-
-
|
|
212
|
-
-
|
|
213
|
-
-
|
|
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
|
|
214
229
|
|
|
215
230
|
## 1.1.0
|
|
216
231
|
|
|
217
232
|
### Minor Changes
|
|
218
233
|
|
|
219
|
-
-
|
|
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.
|
|
220
235
|
|
|
221
236
|
## 1.0.17
|
|
222
237
|
|
|
223
238
|
### Patch Changes
|
|
224
239
|
|
|
225
|
-
-
|
|
226
|
-
-
|
|
227
|
-
-
|
|
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
|
|
228
243
|
|
|
229
244
|
## 1.0.16
|
|
230
245
|
|
|
231
246
|
### Patch Changes
|
|
232
247
|
|
|
233
|
-
-
|
|
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
|
|
234
249
|
|
|
235
|
-
-
|
|
236
|
-
-
|
|
237
|
-
-
|
|
238
|
-
-
|
|
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
|
|
239
254
|
|
|
240
255
|
## 1.0.15
|
|
241
256
|
|
|
242
257
|
### Patch Changes
|
|
243
258
|
|
|
244
|
-
-
|
|
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
|
|
245
260
|
|
|
246
261
|
see: #1547
|
|
247
262
|
|
|
@@ -251,72 +266,72 @@
|
|
|
251
266
|
|
|
252
267
|
### Patch Changes
|
|
253
268
|
|
|
254
|
-
-
|
|
255
|
-
-
|
|
269
|
+
- Updated dependencies [[`446b63ce`](https://github.com/equinor/fusion-framework/commit/446b63ce44b59a3aaab4399c0d877d3a1b560a0e)]:
|
|
270
|
+
- @equinor/fusion-query@4.0.3
|
|
256
271
|
|
|
257
272
|
## 1.0.13
|
|
258
273
|
|
|
259
274
|
### Patch Changes
|
|
260
275
|
|
|
261
|
-
-
|
|
262
|
-
-
|
|
276
|
+
- Updated dependencies [[`7ad31761`](https://github.com/equinor/fusion-framework/commit/7ad3176102f92da108b67ede6fdf29b76149bed9)]:
|
|
277
|
+
- @equinor/fusion-query@4.0.2
|
|
263
278
|
|
|
264
279
|
## 1.0.12
|
|
265
280
|
|
|
266
281
|
### Patch Changes
|
|
267
282
|
|
|
268
|
-
-
|
|
283
|
+
- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
|
|
269
284
|
|
|
270
|
-
-
|
|
271
|
-
-
|
|
272
|
-
-
|
|
273
|
-
-
|
|
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
|
|
274
289
|
|
|
275
290
|
## 1.0.11
|
|
276
291
|
|
|
277
292
|
### Patch Changes
|
|
278
293
|
|
|
279
|
-
-
|
|
280
|
-
-
|
|
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
|
|
281
296
|
|
|
282
297
|
## 1.0.10
|
|
283
298
|
|
|
284
299
|
### Patch Changes
|
|
285
300
|
|
|
286
|
-
-
|
|
287
|
-
-
|
|
288
|
-
-
|
|
289
|
-
-
|
|
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
|
|
290
305
|
|
|
291
306
|
## 1.0.9
|
|
292
307
|
|
|
293
308
|
### Patch Changes
|
|
294
309
|
|
|
295
|
-
-
|
|
296
|
-
-
|
|
310
|
+
- Updated dependencies [[`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594)]:
|
|
311
|
+
- @equinor/fusion-query@3.0.6
|
|
297
312
|
|
|
298
313
|
## 1.0.8
|
|
299
314
|
|
|
300
315
|
### Patch Changes
|
|
301
316
|
|
|
302
|
-
-
|
|
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
|
|
303
318
|
|
|
304
319
|
conflicts of `@types/react` made random outcomes when using `yarn`
|
|
305
320
|
|
|
306
321
|
this change should not affect consumer of the packages, but might conflict dependent on local package manager.
|
|
307
322
|
|
|
308
|
-
-
|
|
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)
|
|
309
324
|
|
|
310
|
-
-
|
|
311
|
-
-
|
|
312
|
-
-
|
|
313
|
-
-
|
|
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
|
|
314
329
|
|
|
315
330
|
## 1.0.7
|
|
316
331
|
|
|
317
332
|
### Patch Changes
|
|
318
333
|
|
|
319
|
-
-
|
|
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
|
|
320
335
|
|
|
321
336
|
All notable changes to this project will be documented in this file.
|
|
322
337
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
@@ -337,8 +352,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
337
352
|
|
|
338
353
|
### Bug Fixes
|
|
339
354
|
|
|
340
|
-
-
|
|
341
|
-
-
|
|
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))
|
|
342
357
|
|
|
343
358
|
## 1.0.2 (2023-04-18)
|
|
344
359
|
|
|
@@ -372,7 +387,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
372
387
|
|
|
373
388
|
### Features
|
|
374
389
|
|
|
375
|
-
-
|
|
390
|
+
- **bookmark-module:** added functionality fro bookmark favorites ([0d66c30](https://github.com/equinor/fusion-framework/commit/0d66c301dd5d938c5e327273a6a48275bf29d5e1))
|
|
376
391
|
|
|
377
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)
|
|
378
393
|
|
|
@@ -386,22 +401,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
386
401
|
|
|
387
402
|
### Bug Fixes
|
|
388
403
|
|
|
389
|
-
-
|
|
404
|
+
- **bookmark-module:** invalidate cache for query by id ([24d6ca5](https://github.com/equinor/fusion-framework/commit/24d6ca5a59ce3e2a17291ddd65f0adb9f605e995))
|
|
390
405
|
|
|
391
406
|
## 0.1.1 (2023-03-24)
|
|
392
407
|
|
|
393
408
|
### Bug Fixes
|
|
394
409
|
|
|
395
|
-
-
|
|
410
|
+
- **bookmark-module:** remove navigation provider resolver sins it not in use ([851a46b](https://github.com/equinor/fusion-framework/commit/851a46bb48cd01a51f630bc8b2e405660855152e))
|
|
396
411
|
|
|
397
412
|
## 0.1.0 (2023-03-22)
|
|
398
413
|
|
|
399
414
|
### Features
|
|
400
415
|
|
|
401
|
-
-
|
|
416
|
+
- fusion bookmark module ([3f8259e](https://github.com/equinor/fusion-framework/commit/3f8259e47ea52637375d24ba3566c6ee1019c149))
|
|
402
417
|
|
|
403
418
|
### Bug Fixes
|
|
404
419
|
|
|
405
|
-
-
|
|
406
|
-
-
|
|
407
|
-
-
|
|
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