@equinor/fusion-framework-react-components-people-provider 2.0.5 → 2.0.6

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 DELETED
@@ -1,1022 +0,0 @@
1
- # @equinor/fusion-framework-react-components-people-provider
2
-
3
- ## 2.0.5
4
-
5
- ### Patch Changes
6
-
7
- - f663b46: Internal: promote packages already published on the `next` prerelease channel to their stable versions.
8
-
9
- ## 2.0.4
10
-
11
- ### Patch Changes
12
-
13
- - 80c3e4a: Internal: resolve `fusion-lint` `no-todo-without-issue` warning by referencing tracking issue #5088.
14
- - 80c3e4a: Internal: align source filenames with their exports (`PeopleResolver.tsx` → `PeopleResolverComponent.tsx`, `makeResolver.tsx` → `make-resolver.tsx`) while preserving existing public entrypoints; no public API changes.
15
- - 80c3e4a: Internal: add intent comments to `.pipe()` operator chains in `PersonController.ts` and `create-resolver.ts`, replacing several non-functional placeholder comments with meaningful ones, to satisfy the `require-intent-comment/rxjs` lint rule. No functional change.
16
- - 80c3e4a: Internal: add missing TSDoc comments to `PeopleResolverComponent`, `PeopleResolverProvider`, and to the `PersonController` class, its constructor, and its public/protected methods, to satisfy the `require-tsdoc`/`require-component-tsdoc` lint rules. No functional change.
17
- - 80c3e4a: Internal: add intent comments to control-flow statements and iterator calls in `PeopleResolver.tsx`, `PeopleResolverProvider.tsx`, and `create-resolver.ts` to satisfy the `require-intent-comment/flow` and `require-intent-comment/iterators` lint rules. No functional change.
18
- - 80c3e4a: Internal: added intent comments to control-flow and RxJS iterator constructs
19
- in `PersonController.ts`, satisfying the `require-intent-comment` lint rule.
20
- No behavior change.
21
- - 80c3e4a: Internal: add missing intent comments for `as`/`as unknown as` type assertions and inline separate re-exports at their definition site, per `fusion-lint`'s `require-intent-comment/type-assertion` and `no-separate-export` rules. No behavior changes.
22
-
23
- ## 2.0.3
24
-
25
- ### Patch Changes
26
-
27
- - 033f11d: Update the dev portal and people provider packages to use the latest person components.
28
- - Update the dev portal and people provider packages to use `@equinor/fusion-wc-person` 3.5.5.
29
- - Pull in the latest person component fixes without changing either package API.
30
-
31
- ## 2.0.2
32
-
33
- ### Patch Changes
34
-
35
- - 71a7131: Internal: update @equinor/fusion-wc-person dependency to version 3.5.3.
36
-
37
- ## 2.0.1
38
-
39
- ### Patch Changes
40
-
41
- - ed3786d: Internal: update `@equinor/fusion-wc-person` from `^3.4.0` to `^3.4.1` for the development and people provider packages; no public API changes.
42
-
43
- ## 2.0.0
44
-
45
- ### Major Changes
46
-
47
- - abffa53: Major version bump for Fusion Framework React 19 release.
48
-
49
- All packages are bumped to the next major version as part of the React 19 upgrade. This release drops support for React versions below 18 and includes breaking changes across the framework.
50
-
51
- **Breaking changes:**
52
- - Peer dependencies now require React 18 or 19 (`^18.0.0 || ^19.0.0`)
53
- - React Router upgraded from v6 to v7
54
- - Navigation module refactored with new history API
55
- - `renderComponent` and `renderApp` now use `createRoot` API
56
-
57
- **Migration:**
58
- - Update your React version to 18.0.0 or higher before upgrading
59
- - Replace `NavigationProvider.createRouter()` with `@equinor/fusion-framework-react-router`
60
- - See individual package changelogs for package-specific migration steps
61
-
62
- - abffa53: Require React 18+ as peer dependency. React 17 is no longer supported.
63
-
64
- **Migration:** Update your application to React 18+ to continue using these packages.
65
-
66
- Closes https://github.com/equinor/fusion-framework/issues/3504
67
-
68
- - abffa53: Upgrade to React 19 and remove support for React versions lower than 18.
69
-
70
- **Breaking changes:**
71
- - Peer dependencies now require React 18 or 19 (`^18.0.0 || ^19.0.0`)
72
- - React 16 and 17 are no longer supported
73
- - Dev dependencies upgraded to React 19.2.1 and @types/react 19.2.7
74
-
75
- **Migration:**
76
- - Update your React version to 18.0.0 or higher before upgrading these packages
77
- - If using React 16 or 17, upgrade to React 18 or 19 first
78
-
79
- Closes https://github.com/equinor/fusion-framework/issues/3504
80
-
81
- ### Patch Changes
82
-
83
- - Updated dependencies [abffa53]
84
- - Updated dependencies [abffa53]
85
- - Updated dependencies [abffa53]
86
- - Updated dependencies [abffa53]
87
- - @equinor/fusion-framework-module-services@8.0.0
88
- - @equinor/fusion-framework-react@8.0.0
89
- - @equinor/fusion-framework-react-module@4.0.0
90
- - @equinor/fusion-query@7.0.0
91
-
92
- ## 1.6.3
93
-
94
- ### Patch Changes
95
-
96
- - [#4157](https://github.com/equinor/fusion-framework/pull/4157) [`6aa8e1f`](https://github.com/equinor/fusion-framework/commit/6aa8e1f5c9d852b25e97aa7d98a63008c64d4581) Thanks [@Noggling](https://github.com/Noggling)! - Internal: patch release to align TypeScript types across packages for consistent type compatibility.
97
-
98
- - Updated dependencies [[`6aa8e1f`](https://github.com/equinor/fusion-framework/commit/6aa8e1f5c9d852b25e97aa7d98a63008c64d4581)]:
99
- - @equinor/fusion-framework-module-services@7.2.1
100
- - @equinor/fusion-framework-react@7.4.20
101
- - @equinor/fusion-framework-react-module@3.1.14
102
- - @equinor/fusion-query@6.0.4
103
-
104
- ## 1.6.2
105
-
106
- ### Patch Changes
107
-
108
- - [#4143](https://github.com/equinor/fusion-framework/pull/4143) [`e38face`](https://github.com/equinor/fusion-framework/commit/e38facee6d29f1d93cdc08fe90aba3369335d522) Thanks [@eikeland](https://github.com/eikeland)! - Internal: update `@equinor/fusion-wc-person` to `3.4.0` in development dependencies for dev portal and people provider packages; no public API changes.
109
-
110
- ## 1.6.1
111
-
112
- ### Patch Changes
113
-
114
- - [#4120](https://github.com/equinor/fusion-framework/pull/4120) [`e8438fd`](https://github.com/equinor/fusion-framework/commit/e8438fdfe3d89b0135ef914068a75307f83ddd08) Thanks [@eikeland](https://github.com/eikeland)! - Fix web component type compatibility by updating `@equinor/fusion-wc-person` to 3.3.1.
115
-
116
- ## 1.6.0
117
-
118
- ### Minor Changes
119
-
120
- - [#4095](https://github.com/equinor/fusion-framework/pull/4095) [`f09b26f`](https://github.com/equinor/fusion-framework/commit/f09b26f100a94bf3c841be9830525aa2c734b180) Thanks [@eikeland](https://github.com/eikeland)! - Add `suggest` and `resolve` methods to People API client for improved people picker functionality.
121
-
122
- The People service now supports:
123
- - **suggest**: Autocomplete/typeahead for people picker with optional system account filtering
124
- - **resolve**: Batch resolution of person identifiers to full person objects
125
-
126
- ```typescript
127
- // Suggest people based on search query
128
- const suggestions = await peopleClient.suggest("json$", {
129
- method: "POST",
130
- body: JSON.stringify({
131
- queryString: "john",
132
- types: ["Person", "SystemAccount"],
133
- }),
134
- });
135
-
136
- // Resolve multiple person identifiers
137
- const resolved = await peopleClient.resolve("json$", {
138
- method: "POST",
139
- body: JSON.stringify({
140
- identifiers: ["user1@example.com", "user2@example.com"],
141
- }),
142
- });
143
- ```
144
-
145
- The React people-resolver component has been updated to leverage these new endpoints with built-in query caching.
146
- A cookbook example is also available demonstrating the integration using the new PeoplePicker and PeopleViewer components in the app-react-people cookbook.
147
-
148
- ### Patch Changes
149
-
150
- - Updated dependencies [[`f09b26f`](https://github.com/equinor/fusion-framework/commit/f09b26f100a94bf3c841be9830525aa2c734b180)]:
151
- - @equinor/fusion-framework-module-services@7.2.0
152
-
153
- ## 1.5.25
154
-
155
- ### Patch Changes
156
-
157
- - [#3542](https://github.com/equinor/fusion-framework/pull/3542) [`2d4fd18`](https://github.com/equinor/fusion-framework/commit/2d4fd18394e8545b4616140a93a369d5ae77ccbc) Thanks [@eikeland](https://github.com/eikeland)! - Updated person component dependencies for improved functionality and bug fixes.
158
- - Updated `@equinor/fusion-react-person` from `^0.10.3` to `^0.10.10` in app-react-people cookbook
159
- - Updated `@equinor/fusion-wc-person` from `^3.1.8` to `^3.2.4` in dev-portal and people-resolver packages
160
-
161
- ## 1.5.24
162
-
163
- ### Patch Changes
164
-
165
- - Updated dependencies [[`d3bcafe`](https://github.com/equinor/fusion-framework/commit/d3bcafed8b8c5a02ebe68693588cb376ed5e1b0e)]:
166
- - @equinor/fusion-query@6.0.0
167
-
168
- ## 1.5.23
169
-
170
- ### Patch Changes
171
-
172
- - [#3446](https://github.com/equinor/fusion-framework/pull/3446) [`706c8a3`](https://github.com/equinor/fusion-framework/commit/706c8a3eebd7a4cb86cf457f50252a4a61520c15) Thanks [@dependabot](https://github.com/apps/dependabot)! - Updated @equinor/fusion-wc-person from 3.2.0 to 3.2.1.
173
-
174
- ## 1.5.22
175
-
176
- ### Patch Changes
177
-
178
- - [#3075](https://github.com/equinor/fusion-framework/pull/3075) [`8fffbfb`](https://github.com/equinor/fusion-framework/commit/8fffbfb12daa9748bf5290e5084cd4d409aed253) Thanks [@odinr](https://github.com/odinr)! - update @equinor/fusion-wc-person dependency to version 3.1.8
179
-
180
- - Updated dependencies [[`8fffbfb`](https://github.com/equinor/fusion-framework/commit/8fffbfb12daa9748bf5290e5084cd4d409aed253)]:
181
- - @equinor/fusion-framework-module-services@7.0.0
182
- - @equinor/fusion-framework-react@7.4.17
183
- - @equinor/fusion-framework-react-module@3.1.13
184
-
185
- ## 1.5.21
186
-
187
- ### Patch Changes
188
-
189
- - Updated dependencies [[`4447dd9`](https://github.com/equinor/fusion-framework/commit/4447dd9da60305eade68241ffbe670c4c7dde19a)]:
190
- - @equinor/fusion-framework-module-services@6.0.4
191
- - @equinor/fusion-framework-react@7.4.16
192
-
193
- ## 1.5.20
194
-
195
- ### Patch Changes
196
-
197
- - Updated dependencies [[`7441b13`](https://github.com/equinor/fusion-framework/commit/7441b13aa50dd7362d1629086a27b6b4e571575d)]:
198
- - @equinor/fusion-framework-module-services@6.0.3
199
- - @equinor/fusion-framework-react@7.4.15
200
- - @equinor/fusion-query@5.2.11
201
-
202
- ## 1.5.19
203
-
204
- ### Patch Changes
205
-
206
- - Updated dependencies []:
207
- - @equinor/fusion-framework-react@7.4.14
208
- - @equinor/fusion-query@5.2.10
209
- - @equinor/fusion-framework-module-services@6.0.2
210
-
211
- ## 1.5.18
212
-
213
- ### Patch Changes
214
-
215
- - Updated dependencies []:
216
- - @equinor/fusion-framework-react@7.4.13
217
- - @equinor/fusion-query@5.2.9
218
- - @equinor/fusion-framework-module-services@6.0.2
219
-
220
- ## 1.5.17
221
-
222
- ### Patch Changes
223
-
224
- - Updated dependencies []:
225
- - @equinor/fusion-framework-react@7.4.12
226
-
227
- ## 1.5.16
228
-
229
- ### Patch Changes
230
-
231
- - Updated dependencies []:
232
- - @equinor/fusion-framework-react@7.4.11
233
- - @equinor/fusion-query@5.2.8
234
- - @equinor/fusion-framework-module-services@6.0.2
235
- - @equinor/fusion-framework-react-module@3.1.12
236
-
237
- ## 1.5.15
238
-
239
- ### Patch Changes
240
-
241
- - Updated dependencies [[`c6af3a3`](https://github.com/equinor/fusion-framework/commit/c6af3a3c926fb245e9d056b506d47b8bf4f1efde)]:
242
- - @equinor/fusion-framework-module-services@6.0.1
243
- - @equinor/fusion-framework-react@7.4.10
244
- - @equinor/fusion-query@5.2.7
245
- - @equinor/fusion-framework-react-module@3.1.11
246
-
247
- ## 1.5.14
248
-
249
- ### Patch Changes
250
-
251
- - Updated dependencies []:
252
- - @equinor/fusion-framework-module-services@6.0.0
253
- - @equinor/fusion-framework-react@7.4.9
254
- - @equinor/fusion-framework-react-module@3.1.10
255
- - @equinor/fusion-query@5.2.6
256
-
257
- ## 1.5.13
258
-
259
- ### Patch Changes
260
-
261
- - Updated dependencies [[`f53b60b`](https://github.com/equinor/fusion-framework/commit/f53b60b7805706ce7617e614f0ac0c24317a2e43)]:
262
- - @equinor/fusion-framework-module-services@5.1.4
263
- - @equinor/fusion-framework-react@7.4.8
264
- - @equinor/fusion-query@5.2.5
265
- - @equinor/fusion-framework-react-module@3.1.9
266
-
267
- ## 1.5.12
268
-
269
- ### Patch Changes
270
-
271
- - Updated dependencies []:
272
- - @equinor/fusion-framework-react@7.4.7
273
-
274
- ## 1.5.11
275
-
276
- ### Patch Changes
277
-
278
- - [#2973](https://github.com/equinor/fusion-framework/pull/2973) [`cb1d8d7`](https://github.com/equinor/fusion-framework/commit/cb1d8d70711f6965b2b7567ea687d69f22e4a471) Thanks [@odinr](https://github.com/odinr)! - update @equinor/fusion-wc-person dependency to version 3.1.8
279
-
280
- - Updated dependencies [[`134863f`](https://github.com/equinor/fusion-framework/commit/134863fa96bcd5f799bc621f755b1605d0c1255c)]:
281
- - @equinor/fusion-framework-module-services@5.1.3
282
- - @equinor/fusion-query@5.2.4
283
- - @equinor/fusion-framework-react@7.4.6
284
-
285
- ## 1.5.10
286
-
287
- ### Patch Changes
288
-
289
- - [#2965](https://github.com/equinor/fusion-framework/pull/2965) [`5ae4048`](https://github.com/equinor/fusion-framework/commit/5ae4048366d899c53d5d48e1b1cbcfff67a3e3a4) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - Update `@equinor/fusion-wc-person` to 3.1.7
290
-
291
- ## 1.5.9
292
-
293
- ### Patch Changes
294
-
295
- - Updated dependencies [[`5139102`](https://github.com/equinor/fusion-framework/commit/5139102838c30f73f3fcbc81fb6e78814f86445c)]:
296
- - @equinor/fusion-framework-react@7.4.5
297
- - @equinor/fusion-framework-module-services@5.1.2
298
-
299
- ## 1.5.8
300
-
301
- ### Patch Changes
302
-
303
- - Updated dependencies []:
304
- - @equinor/fusion-framework-react@7.4.4
305
-
306
- ## 1.5.7
307
-
308
- ### Patch Changes
309
-
310
- - [#2885](https://github.com/equinor/fusion-framework/pull/2885) [`abb3560`](https://github.com/equinor/fusion-framework/commit/abb3560a22ad8830df19904272035458433f4237) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update he `Typescript` version `^5.7.3` to `^5.8.2`
311
-
312
- - Updated dependencies [[`abb3560`](https://github.com/equinor/fusion-framework/commit/abb3560a22ad8830df19904272035458433f4237), [`0a7cfc1`](https://github.com/equinor/fusion-framework/commit/0a7cfc18a2debea272bc934c473ede9510c0368d)]:
313
- - @equinor/fusion-framework-react-module@3.1.8
314
- - @equinor/fusion-framework-module-services@5.1.2
315
- - @equinor/fusion-framework-react@7.4.3
316
- - @equinor/fusion-query@5.2.3
317
-
318
- ## 1.5.6
319
-
320
- ### Patch Changes
321
-
322
- - [#2877](https://github.com/equinor/fusion-framework/pull/2877) [`b547618`](https://github.com/equinor/fusion-framework/commit/b547618f2dfbebc350f4285c36ab481f591c0c5c) Thanks [@odinr](https://github.com/odinr)! - update fusion react and web components
323
-
324
- ## 1.5.5
325
-
326
- ### Patch Changes
327
-
328
- - Updated dependencies []:
329
- - @equinor/fusion-framework-react@7.4.2
330
-
331
- ## 1.5.4
332
-
333
- ### Patch Changes
334
-
335
- - [#2853](https://github.com/equinor/fusion-framework/pull/2853) [`97578f5`](https://github.com/equinor/fusion-framework/commit/97578f57c704194f1022e9b4338335689feea9be) Thanks [@odinr](https://github.com/odinr)! - removed useless react fragments from `PeopleResolverProvider`
336
-
337
- - [#2855](https://github.com/equinor/fusion-framework/pull/2855) [`811f1a0`](https://github.com/equinor/fusion-framework/commit/811f1a0139ff4d1b0c3fba1ec2b77cc84ba080d1) Thanks [@odinr](https://github.com/odinr)! - Conformed to Biome `linter.correctness.useExhaustiveDependencies`
338
-
339
- - [#2848](https://github.com/equinor/fusion-framework/pull/2848) [`dcd2fb1`](https://github.com/equinor/fusion-framework/commit/dcd2fb1394e175d0cc2a4289ed3ede8e0271d67d) Thanks [@odinr](https://github.com/odinr)! - Refactored imports to use `type` when importing types from a module, to conform with the `useImportType` rule in Biome.
340
-
341
- - Updated dependencies [[`811f1a0`](https://github.com/equinor/fusion-framework/commit/811f1a0139ff4d1b0c3fba1ec2b77cc84ba080d1), [`1953dd2`](https://github.com/equinor/fusion-framework/commit/1953dd217d85fa4880856b2c97b6305fcbaf2e24), [`2fe6241`](https://github.com/equinor/fusion-framework/commit/2fe624186640c3b30079c7d76f0e3af65f64f5d2), [`dcd2fb1`](https://github.com/equinor/fusion-framework/commit/dcd2fb1394e175d0cc2a4289ed3ede8e0271d67d)]:
342
- - @equinor/fusion-framework-react-module@3.1.7
343
- - @equinor/fusion-framework-module-services@5.1.1
344
- - @equinor/fusion-query@5.2.2
345
- - @equinor/fusion-framework-react@7.4.1
346
-
347
- ## 1.5.3
348
-
349
- ### Patch Changes
350
-
351
- - Updated dependencies [[`ea4b522`](https://github.com/equinor/fusion-framework/commit/ea4b5221b30719289fc947b5dbb0acd3ea52ffaa)]:
352
- - @equinor/fusion-framework-react@7.4.0
353
- - @equinor/fusion-framework-react-module-bookmark@3.0.0
354
- - @equinor/fusion-framework-module-services@5.1.0
355
-
356
- ## 1.5.2
357
-
358
- ### Patch Changes
359
-
360
- - [#2801](https://github.com/equinor/fusion-framework/pull/2801) [`c2ffb02`](https://github.com/equinor/fusion-framework/commit/c2ffb026edacd3dc9eed570dc83aa71c3e58adea) Thanks [@eikeland](https://github.com/eikeland)! - Updating fwc-person to resolve height issues on variant dense
361
-
362
- ## 1.5.1
363
-
364
- ### Patch Changes
365
-
366
- - [#2791](https://github.com/equinor/fusion-framework/pull/2791) [`0f87836`](https://github.com/equinor/fusion-framework/commit/0f878368780f57df07dc766bc0afb945ca1346ce) Thanks [@eikeland](https://github.com/eikeland)! - Updating `@equinor/fusion-wc-person` to get latest fixes in dev-portal
367
-
368
- - Updated dependencies []:
369
- - @equinor/fusion-framework-react@7.3.8
370
- - @equinor/fusion-framework-react-module-bookmark@2.3.2
371
- - @equinor/fusion-query@5.2.1
372
- - @equinor/fusion-framework-module-services@5.1.0
373
-
374
- ## 1.5.0
375
-
376
- ### Minor Changes
377
-
378
- - [#2765](https://github.com/equinor/fusion-framework/pull/2765) [`595ef3b`](https://github.com/equinor/fusion-framework/commit/595ef3b6bca396787f40c8bf1a0f7bf41314dfb6) Thanks [@odinr](https://github.com/odinr)! - Removed previous positions from PersonController
379
-
380
- ### Patch Changes
381
-
382
- - Updated dependencies []:
383
- - @equinor/fusion-framework-react@7.3.7
384
- - @equinor/fusion-framework-react-module-bookmark@2.3.1
385
-
386
- ## 1.4.19
387
-
388
- ### Patch Changes
389
-
390
- - [#2696](https://github.com/equinor/fusion-framework/pull/2696) [`7897219`](https://github.com/equinor/fusion-framework/commit/789721988959ea21a4ebe769128d5a92de90a678) Thanks [@AndrejNikolicEq](https://github.com/AndrejNikolicEq)! - wc-person component update from 3.1.0 to 3.1.1
391
-
392
- - Updated dependencies [[`6ead547`](https://github.com/equinor/fusion-framework/commit/6ead547b869cd8a431876e4316c18cb98094a6fb), [`6ead547`](https://github.com/equinor/fusion-framework/commit/6ead547b869cd8a431876e4316c18cb98094a6fb)]:
393
- - @equinor/fusion-framework-module-services@5.1.0
394
- - @equinor/fusion-framework-react-module-bookmark@2.3.0
395
- - @equinor/fusion-framework-react@7.3.6
396
-
397
- ## 1.4.18
398
-
399
- ### Patch Changes
400
-
401
- - Updated dependencies [[`a965fbe`](https://github.com/equinor/fusion-framework/commit/a965fbeb9544b74f7d7b4aaa1e57c50d2ae4a564)]:
402
- - @equinor/fusion-query@5.2.0
403
- - @equinor/fusion-framework-react@7.3.5
404
- - @equinor/fusion-framework-react-module-bookmark@2.2.4
405
- - @equinor/fusion-framework-module-services@5.0.1
406
-
407
- ## 1.4.17
408
-
409
- ### Patch Changes
410
-
411
- - Updated dependencies [[`2343667`](https://github.com/equinor/fusion-framework/commit/234366756878550ed7405610f384d69fb6a89967)]:
412
- - @equinor/fusion-framework-module-services@5.0.1
413
- - @equinor/fusion-framework-react@7.3.4
414
- - @equinor/fusion-framework-react-module-bookmark@2.2.3
415
-
416
- ## 1.4.16
417
-
418
- ### Patch Changes
419
-
420
- - [#2639](https://github.com/equinor/fusion-framework/pull/2639) [`98dfe48`](https://github.com/equinor/fusion-framework/commit/98dfe48602531c9b364ea7efe355392567c26f7c) Thanks [@AndrejNikolicEq](https://github.com/AndrejNikolicEq)! - Updated `@equinor/fusion-wc-person` dependency from version `^3.0.6` to `^3.1.0`
421
-
422
- ## 1.4.15
423
-
424
- ### Patch Changes
425
-
426
- - [#2632](https://github.com/equinor/fusion-framework/pull/2632) [`b136b45`](https://github.com/equinor/fusion-framework/commit/b136b4565da1af09c8447956716f3d9f0ea91698) Thanks [@eikeland](https://github.com/eikeland)! - ### Changes
427
-
428
- Updated `@equinor/fusion-wc-person` dependency from version `^3.0.5` to `^3.0.6`
429
-
430
- ## 1.4.14
431
-
432
- ### Patch Changes
433
-
434
- - [#2591](https://github.com/equinor/fusion-framework/pull/2591) [`445760c`](https://github.com/equinor/fusion-framework/commit/445760ce73e1d76303c83c367a394adfb5b7a479) Thanks [@eikeland](https://github.com/eikeland)! - ### Updated Dependencies:
435
- - Updated @equinor/fusion-wc-person to ^3.0.5 in package.json.
436
-
437
- ## 1.4.13
438
-
439
- ### Patch Changes
440
-
441
- - Updated dependencies [[`30767a2`](https://github.com/equinor/fusion-framework/commit/30767a2f72b54c2a3ea98ce08186017e34ae16bd)]:
442
- - @equinor/fusion-query@5.1.5
443
- - @equinor/fusion-framework-react@7.3.3
444
- - @equinor/fusion-framework-react-module-bookmark@2.2.2
445
- - @equinor/fusion-framework-module-services@5.0.0
446
-
447
- ## 1.4.12
448
-
449
- ### Patch Changes
450
-
451
- - Updated dependencies [[`7e67ae1`](https://github.com/equinor/fusion-framework/commit/7e67ae127a3a5256df925ae6bd472aa32b8d9292)]:
452
- - @equinor/fusion-framework-react-module-bookmark@2.2.1
453
-
454
- ## 1.4.11
455
-
456
- ### Patch Changes
457
-
458
- - Updated dependencies [[`9d1cb90`](https://github.com/equinor/fusion-framework/commit/9d1cb9003fa10e7ccaa95c20ef86f0a618034641), [`9d1cb90`](https://github.com/equinor/fusion-framework/commit/9d1cb9003fa10e7ccaa95c20ef86f0a618034641)]:
459
- - @equinor/fusion-framework-react-module-bookmark@2.2.0
460
- - @equinor/fusion-framework-module-services@5.0.0
461
- - @equinor/fusion-framework-react@7.3.2
462
-
463
- ## 1.4.10
464
-
465
- ### Patch Changes
466
-
467
- - Updated dependencies [[`21db01b`](https://github.com/equinor/fusion-framework/commit/21db01bbe5113b07aaa715d554378561e1a5223d)]:
468
- - @equinor/fusion-query@5.1.4
469
- - @equinor/fusion-framework-react@7.3.1
470
- - @equinor/fusion-framework-react-module-bookmark@2.1.19
471
- - @equinor/fusion-framework-module-services@4.1.5
472
-
473
- ## 1.4.9
474
-
475
- ### Patch Changes
476
-
477
- - [#2494](https://github.com/equinor/fusion-framework/pull/2494) [`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251) Thanks [@odinr](https://github.com/odinr)! - Updating fusion-wc-person to fix issues when using selectedPerson = null in PersonSelect component.
478
-
479
- Updated the following dependencies
480
- - `@equinor/fusion-wc-person` from `^3.0.1` to `^3.0.3` in `packages/cli/package.json` and `packages/react/components/people-resolver/package.json`.
481
-
482
- - Updated dependencies [[`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251)]:
483
- - @equinor/fusion-framework-react@7.3.0
484
- - @equinor/fusion-framework-react-module-bookmark@2.1.18
485
-
486
- ## 1.4.8
487
-
488
- ### Patch Changes
489
-
490
- - [#2493](https://github.com/equinor/fusion-framework/pull/2493) [`4839295`](https://github.com/equinor/fusion-framework/commit/4839295263f07704bc43930351ce34dfb27a4c81) Thanks [@eikeland](https://github.com/eikeland)! - Updating fusion-wc-person to fix issues when using selectedPerson = null in PersonSelect component.
491
-
492
- Updated the following dependencies
493
- - `@equinor/fusion-wc-person` from `^3.0.1` to `^3.0.3` in `packages/cli/package.json` and `packages/react/components/people-resolver/package.json`.
494
-
495
- - Updated dependencies [[`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51)]:
496
- - @equinor/fusion-framework-module-services@4.1.5
497
- - @equinor/fusion-framework-react@7.2.3
498
- - @equinor/fusion-framework-react-module-bookmark@2.1.17
499
-
500
- ## 1.4.7
501
-
502
- ### Patch Changes
503
-
504
- - Updated dependencies []:
505
- - @equinor/fusion-framework-module-services@4.1.4
506
- - @equinor/fusion-framework-react@7.2.2
507
- - @equinor/fusion-framework-react-module@3.1.6
508
- - @equinor/fusion-framework-react-module-bookmark@2.1.16
509
-
510
- ## 1.4.6
511
-
512
- ### Patch Changes
513
-
514
- - Updated dependencies []:
515
- - @equinor/fusion-framework-react-module-bookmark@2.1.15
516
- - @equinor/fusion-framework-react@7.2.1
517
- - @equinor/fusion-query@5.1.3
518
- - @equinor/fusion-framework-module-services@4.1.3
519
-
520
- ## 1.4.5
521
-
522
- ### Patch Changes
523
-
524
- - Updated dependencies [[`be2e925`](https://github.com/equinor/fusion-framework/commit/be2e92532f4a4b8f0b2c9e12d4adf942d380423e), [`843edd9`](https://github.com/equinor/fusion-framework/commit/843edd96f2a01ebd814766105902977cdc1cdf8e)]:
525
- - @equinor/fusion-query@5.1.2
526
- - @equinor/fusion-framework-react@7.2.0
527
- - @equinor/fusion-framework-module-services@4.1.3
528
- - @equinor/fusion-framework-react-module@3.1.5
529
- - @equinor/fusion-framework-react-module-bookmark@2.1.14
530
-
531
- ## 1.4.4
532
-
533
- ### Patch Changes
534
-
535
- - [#2389](https://github.com/equinor/fusion-framework/pull/2389) [`a3543e3`](https://github.com/equinor/fusion-framework/commit/a3543e31353c9eac25140842643cb8e27e9b187e) Thanks [@eikeland](https://github.com/eikeland)! - Updating fusion(react|wc)-person to fix issues with clearing component
536
-
537
- - Updated dependencies [[`decb9e9`](https://github.com/equinor/fusion-framework/commit/decb9e9e3d1bb1b0577b729a1e7ae812afdd83cb)]:
538
- - @equinor/fusion-query@5.1.1
539
- - @equinor/fusion-framework-react@7.1.4
540
- - @equinor/fusion-framework-react-module-bookmark@2.1.13
541
- - @equinor/fusion-framework-module-services@4.1.2
542
- - @equinor/fusion-framework-react-module@3.1.4
543
-
544
- ## 1.4.3
545
-
546
- ### Patch Changes
547
-
548
- - Updated dependencies []:
549
- - @equinor/fusion-framework-react@7.1.3
550
- - @equinor/fusion-framework-react-module-bookmark@2.1.12
551
-
552
- ## 1.4.2
553
-
554
- ### Patch Changes
555
-
556
- - [#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
557
-
558
- - [#2335](https://github.com/equinor/fusion-framework/pull/2335) [`a723e86`](https://github.com/equinor/fusion-framework/commit/a723e8605059ad126602d053c65114c3ce908964) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - Update @equinor/fusion-wc-person to 2.6.9
559
-
560
- - [#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.
561
-
562
- Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
563
- 1. Improved debugging: Preserved comments can help developers understand the code better during debugging sessions.
564
- 2. Documentation: JSDoc comments and other important code documentation will be retained in the compiled output.
565
- 3. Source map accuracy: Keeping comments can lead to more accurate source maps, which is crucial for debugging and error tracking.
566
-
567
- No action is required from consumers of the library. This change affects the build process and doesn't introduce any breaking changes or new features.
568
-
569
- Before:
570
-
571
- ```json
572
- {
573
- "compilerOptions": {
574
- "module": "ES2022",
575
- "target": "ES6",
576
- "incremental": true,
577
- "removeComments": true,
578
- "preserveConstEnums": true,
579
- "sourceMap": true,
580
- "moduleResolution": "node"
581
- }
582
- }
583
- ```
584
-
585
- After:
586
-
587
- ```json
588
- {
589
- "compilerOptions": {
590
- "module": "ES2022",
591
- "target": "ES6",
592
- "incremental": true,
593
- "preserveConstEnums": true,
594
- "sourceMap": true,
595
- "moduleResolution": "node"
596
- }
597
- }
598
- ```
599
-
600
- This change ensures that comments are preserved in the compiled output, potentially improving the development and debugging experience for users of the Fusion Framework.
601
-
602
- - Updated dependencies [[`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)]:
603
- - @equinor/fusion-query@5.1.0
604
- - @equinor/fusion-framework-react-module-bookmark@2.1.11
605
- - @equinor/fusion-framework-react-module@3.1.3
606
- - @equinor/fusion-framework-module-services@4.1.1
607
- - @equinor/fusion-framework-react@7.1.2
608
-
609
- ## 1.4.1
610
-
611
- ### Patch Changes
612
-
613
- - [#2270](https://github.com/equinor/fusion-framework/pull/2270) [`b739416`](https://github.com/equinor/fusion-framework/commit/b7394165a573e545152cfcedc2ddae186ec94112) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - - Update fusion-wc-person to resolve issue with positioning
614
-
615
- - Updated dependencies []:
616
- - @equinor/fusion-framework-react@7.1.1
617
- - @equinor/fusion-framework-react-module-bookmark@2.1.10
618
- - @equinor/fusion-query@5.0.5
619
- - @equinor/fusion-framework-module-services@4.1.0
620
-
621
- ## 1.4.0
622
-
623
- ### Minor Changes
624
-
625
- - [#2181](https://github.com/equinor/fusion-framework/pull/2181) [`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8) Thanks [@odinr](https://github.com/odinr)! - ## @equinor/fusion-framework-module-services
626
-
627
- Updated the `PeopleApiClient.photo` method to properly type the response as `PersonPhotoApiResponse<TVersion>` instead of `Blob`. This allows for more accurate type checking when using the method.
628
-
629
- To update your code:
630
- - If you are using the `PeopleApiClient.photo` method directly, no changes are needed. The method will now properly type the response.
631
- - If you have custom type assertions or checks around the response from `PeopleApiClient.photo`, you may need to update them to handle `PersonPhotoApiResponse<TVersion>` instead of `Blob`.
632
-
633
- Example:
634
-
635
- ```ts
636
- // Before
637
- const photoResponse: Blob = await peopleApiClient.photo("v2", "blob", {
638
- azureId: "123",
639
- });
640
- console.log(typeof photoResponse); // Blob
641
-
642
- // After
643
- const photoResponse: PersonPhotoApiResponse<"v2"> =
644
- await peopleApiClient.photo("v2", "blob", {
645
- azureId: "123",
646
- });
647
- console.log(typeof photoResponse); // Object - { filename: string, blob: Blob }
648
- ```
649
-
650
- ### Patch Changes
651
-
652
- - Updated dependencies [[`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8), [`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8), [`1681940`](https://github.com/equinor/fusion-framework/commit/16819401db191321637fb2a17390abd98738c103)]:
653
- - @equinor/fusion-framework-module-services@4.1.0
654
- - @equinor/fusion-framework-react@7.1.0
655
- - @equinor/fusion-query@5.0.4
656
- - @equinor/fusion-framework-react-module-bookmark@2.1.9
657
-
658
- ## 1.3.8
659
-
660
- ### Patch Changes
661
-
662
- - Updated dependencies [[`6a81125`](https://github.com/equinor/fusion-framework/commit/6a81125ca856bbddbd1ec9e66a30e887cef93f66), [`cd737c2`](https://github.com/equinor/fusion-framework/commit/cd737c2f916747965ece46ed6f33fdadb776c90b)]:
663
- - @equinor/fusion-query@5.0.3
664
- - @equinor/fusion-framework-module-services@4.0.2
665
- - @equinor/fusion-framework-react@7.0.8
666
- - @equinor/fusion-framework-react-module@3.1.2
667
- - @equinor/fusion-framework-react-module-bookmark@2.1.8
668
-
669
- ## 1.3.7
670
-
671
- ### Patch Changes
672
-
673
- - Updated dependencies [[`bd3d3e1`](https://github.com/equinor/fusion-framework/commit/bd3d3e165b3cbcef8f2c7b3219d21387731e5995)]:
674
- - @equinor/fusion-query@5.0.2
675
- - @equinor/fusion-framework-react-module-bookmark@2.1.7
676
- - @equinor/fusion-framework-react@7.0.7
677
- - @equinor/fusion-framework-module-services@4.0.1
678
-
679
- ## 1.3.6
680
-
681
- ### Patch Changes
682
-
683
- - Updated dependencies [[`491c2e0`](https://github.com/equinor/fusion-framework/commit/491c2e05a2383dc7aa310f11ba6f7325a69e7197)]:
684
- - @equinor/fusion-query@5.0.1
685
- - @equinor/fusion-framework-react-module-bookmark@2.1.6
686
- - @equinor/fusion-framework-react@7.0.6
687
- - @equinor/fusion-framework-module-services@4.0.1
688
-
689
- ## 1.3.5
690
-
691
- ### Patch Changes
692
-
693
- - 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)]:
694
- - @equinor/fusion-query@5.0.0
695
- - @equinor/fusion-framework-react-module-bookmark@2.1.5
696
- - @equinor/fusion-framework-react@7.0.5
697
- - @equinor/fusion-framework-module-services@4.0.1
698
-
699
- ## 1.3.4
700
-
701
- ### Patch Changes
702
-
703
- - Updated dependencies []:
704
- - @equinor/fusion-framework-module-services@4.0.1
705
- - @equinor/fusion-framework-react@7.0.4
706
- - @equinor/fusion-framework-react-module-bookmark@2.1.4
707
-
708
- ## 1.3.3
709
-
710
- ### Patch Changes
711
-
712
- - Updated dependencies [[`f5e4090`](https://github.com/equinor/fusion-framework/commit/f5e4090fa285db8dc10e09b450cee5767437d883)]:
713
- - @equinor/fusion-query@4.2.0
714
- - @equinor/fusion-framework-react@7.0.3
715
- - @equinor/fusion-framework-react-module-bookmark@2.1.3
716
- - @equinor/fusion-framework-module-services@4.0.1
717
-
718
- ## 1.3.2
719
-
720
- ### Patch Changes
721
-
722
- - [#2050](https://github.com/equinor/fusion-framework/pull/2050) [`1cf4003`](https://github.com/equinor/fusion-framework/commit/1cf400389d8d15afbacdc33789130e268c492a0c) Thanks [@AndrejNikolicEq](https://github.com/AndrejNikolicEq)! - Person component update
723
-
724
- - Updated dependencies []:
725
- - @equinor/fusion-framework-module-services@4.0.1
726
- - @equinor/fusion-framework-react@7.0.2
727
- - @equinor/fusion-framework-react-module-bookmark@2.1.2
728
-
729
- ## 1.3.1
730
-
731
- ### Patch Changes
732
-
733
- - [#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.
734
-
735
- - Updated dependencies [[`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc)]:
736
- - @equinor/fusion-framework-react-module@3.1.1
737
- - @equinor/fusion-framework-module-services@4.0.1
738
- - @equinor/fusion-framework-react@7.0.1
739
- - @equinor/fusion-framework-react-module-bookmark@2.1.1
740
-
741
- ## 1.3.0
742
-
743
- ### Minor Changes
744
-
745
- - [#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
746
-
747
- ### Patch Changes
748
-
749
- - [#1945](https://github.com/equinor/fusion-framework/pull/1945) [`b59d314`](https://github.com/equinor/fusion-framework/commit/b59d3142a551574117d3cdeb274cceb996459000) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - bump @equinor/fusion-wc-person from 2.6.4 to 2.6.5
750
-
751
- - Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]:
752
- - @equinor/fusion-framework-react-module-bookmark@2.1.0
753
- - @equinor/fusion-framework-react-module@3.1.0
754
- - @equinor/fusion-framework-module-services@4.0.0
755
- - @equinor/fusion-framework-react@7.0.0
756
- - @equinor/fusion-query@4.1.0
757
-
758
- ## 1.2.6
759
-
760
- ### Patch Changes
761
-
762
- - Updated dependencies []:
763
- - @equinor/fusion-framework-react-module-bookmark@2.0.35
764
- - @equinor/fusion-framework-react@6.0.5
765
-
766
- ## 1.2.5
767
-
768
- ### Patch Changes
769
-
770
- - [#1926](https://github.com/equinor/fusion-framework/pull/1926) [`6f3315a`](https://github.com/equinor/fusion-framework/commit/6f3315a83ea43d5355a5d95c1e9e4caf6f6b7c72) Thanks [@eikeland](https://github.com/eikeland)! - Updating fusion-wc-person to fix issues with multiple tasks
771
-
772
- ## 1.2.4
773
-
774
- ### Patch Changes
775
-
776
- - Updated dependencies []:
777
- - @equinor/fusion-framework-react@6.0.4
778
- - @equinor/fusion-framework-react-module-bookmark@2.0.34
779
-
780
- ## 1.2.3
781
-
782
- ### Patch Changes
783
-
784
- - [#1902](https://github.com/equinor/fusion-framework/pull/1902) [`06d3739`](https://github.com/equinor/fusion-framework/commit/06d373990b481bcae361cfa4fa8a905b4256c7d8) Thanks [@eikeland](https://github.com/eikeland)! - Updates cli dep fwc-person and improve people cookbook
785
-
786
- ## 1.2.2
787
-
788
- ### Patch Changes
789
-
790
- - Updated dependencies []:
791
- - @equinor/fusion-framework-react@6.0.3
792
- - @equinor/fusion-framework-react-module-bookmark@2.0.33
793
-
794
- ## 1.2.1
795
-
796
- ### Patch Changes
797
-
798
- - [#1839](https://github.com/equinor/fusion-framework/pull/1839) [`f2e5d9f`](https://github.com/equinor/fusion-framework/commit/f2e5d9f78546b4e933f012d58081439a1c2f5554) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bumps @equinor/fusion-wc-person to 2.5.1
799
-
800
- ## 1.2.0
801
-
802
- ### Minor Changes
803
-
804
- - [#1827](https://github.com/equinor/fusion-framework/pull/1827) [`91a5782`](https://github.com/equinor/fusion-framework/commit/91a5782d22b25c562a1c65cc702bee1c96b97737) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - Update @equinor/fusion-react-person to 0.7.0 and @equinor/fusion-wc-person to 2.4.0
805
-
806
- ## 1.1.15
807
-
808
- ### Patch Changes
809
-
810
- - Updated dependencies [[`2a813bc`](https://github.com/equinor/fusion-framework/commit/2a813bc0a32f53e7515f16f8b5cba1cf1e5018a3)]:
811
- - @equinor/fusion-framework-react@6.0.2
812
- - @equinor/fusion-framework-react-module-bookmark@2.0.32
813
- - @equinor/fusion-framework-module-services@3.2.4
814
- - @equinor/fusion-framework-react-module@3.0.8
815
-
816
- ## 1.1.14
817
-
818
- ### Patch Changes
819
-
820
- - [#1745](https://github.com/equinor/fusion-framework/pull/1745) [`09f8dd2`](https://github.com/equinor/fusion-framework/commit/09f8dd2dad31e8de47409e6bd751f74e3dd02607) Thanks [@Noggling](https://github.com/Noggling)! - Removed todo and add fallback to PeopleResolveProvider
821
-
822
- ## 1.1.13
823
-
824
- ### Patch Changes
825
-
826
- - Updated dependencies [[`fdbe12f`](https://github.com/equinor/fusion-framework/commit/fdbe12f258aeb98d91094f16f2d8ce229d7b13ee)]:
827
- - @equinor/fusion-framework-react@6.0.1
828
- - @equinor/fusion-framework-react-module-bookmark@2.0.31
829
- - @equinor/fusion-query@4.0.6
830
- - @equinor/fusion-framework-module-services@3.2.3
831
-
832
- ## 1.1.12
833
-
834
- ### Patch Changes
835
-
836
- - Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]:
837
- - @equinor/fusion-framework-react@6.0.0
838
- - @equinor/fusion-framework-react-module-bookmark@2.0.30
839
-
840
- ## 1.1.11
841
-
842
- ### Patch Changes
843
-
844
- - Updated dependencies []:
845
- - @equinor/fusion-framework-react-module-bookmark@2.0.29
846
-
847
- ## 1.1.10
848
-
849
- ### Patch Changes
850
-
851
- - Updated dependencies []:
852
- - @equinor/fusion-framework-react@5.3.9
853
- - @equinor/fusion-framework-react-module-bookmark@2.0.28
854
-
855
- ## 1.1.9
856
-
857
- ### Patch Changes
858
-
859
- - [#1565](https://github.com/equinor/fusion-framework/pull/1565) [`4e7dbce`](https://github.com/equinor/fusion-framework/commit/4e7dbce1a92b093bec91d48d38afd7b70fe03296) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @equinor/fusion-wc-person from 2.1.8 to 2.3.0
860
-
861
- - Updated dependencies []:
862
- - @equinor/fusion-framework-react@5.3.8
863
- - @equinor/fusion-framework-module-services@3.2.3
864
- - @equinor/fusion-framework-react-module-bookmark@2.0.27
865
-
866
- ## 1.1.8
867
-
868
- ### Patch Changes
869
-
870
- - Updated dependencies []:
871
- - @equinor/fusion-framework-module-services@3.2.3
872
- - @equinor/fusion-framework-react@5.3.7
873
- - @equinor/fusion-framework-react-module-bookmark@2.0.26
874
-
875
- ## 1.1.7
876
-
877
- ### Patch Changes
878
-
879
- - Updated dependencies []:
880
- - @equinor/fusion-framework-module-services@3.2.3
881
- - @equinor/fusion-framework-react@5.3.6
882
- - @equinor/fusion-framework-react-module-bookmark@2.0.25
883
-
884
- ## 1.1.6
885
-
886
- ### Patch Changes
887
-
888
- - Updated dependencies []:
889
- - @equinor/fusion-framework-react@5.3.5
890
- - @equinor/fusion-framework-react-module-bookmark@2.0.24
891
- - @equinor/fusion-query@4.0.5
892
- - @equinor/fusion-framework-module-services@3.2.3
893
-
894
- ## 1.1.5
895
-
896
- ### Patch Changes
897
-
898
- - Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
899
- - @equinor/fusion-framework-react-module-bookmark@2.0.23
900
- - @equinor/fusion-framework-module-services@3.2.3
901
- - @equinor/fusion-framework-react@5.3.4
902
- - @equinor/fusion-query@4.0.4
903
- - @equinor/fusion-framework-react-module@3.0.7
904
-
905
- ## 1.1.4
906
-
907
- ### Patch Changes
908
-
909
- - [`22909e77`](https://github.com/equinor/fusion-framework/commit/22909e77488b099697dccec93e7ac8416dc4a5bd) Thanks [@odinr](https://github.com/odinr)! - updated @equinor/fusion-wc-person to 2.2.0
910
-
911
- - Updated dependencies []:
912
- - @equinor/fusion-framework-react-module-bookmark@2.0.22
913
-
914
- ## 1.1.3
915
-
916
- ### Patch Changes
917
-
918
- - [#1498](https://github.com/equinor/fusion-framework/pull/1498) [`7287fa3d`](https://github.com/equinor/fusion-framework/commit/7287fa3dca655c84b3a4f5f904e3f423ec341e7a) Thanks [@odinr](https://github.com/odinr)! - bump @equinor/fusion-wc-person from 2.1.0 to 2.1.8
919
-
920
- ## 1.1.2
921
-
922
- ### Patch Changes
923
-
924
- - Updated dependencies [[`446b63ce`](https://github.com/equinor/fusion-framework/commit/446b63ce44b59a3aaab4399c0d877d3a1b560a0e)]:
925
- - @equinor/fusion-query@4.0.3
926
- - @equinor/fusion-framework-react-module-bookmark@2.0.21
927
- - @equinor/fusion-framework-react@5.3.3
928
- - @equinor/fusion-framework-module-services@3.2.2
929
-
930
- ## 1.1.1
931
-
932
- ### Patch Changes
933
-
934
- - [#1375](https://github.com/equinor/fusion-framework/pull/1375) [`f50ea5da`](https://github.com/equinor/fusion-framework/commit/f50ea5dab449ce7a5e3071f65fac4e800a619eec) Thanks [@odinr](https://github.com/odinr)! - update people deps
935
-
936
- ## 1.1.0
937
-
938
- ### Minor Changes
939
-
940
- - [`3e38c9cc`](https://github.com/equinor/fusion-framework/commit/3e38c9cc925fc0456837e42e7ee3ac55e9553bad) Thanks [@odinr](https://github.com/odinr)! - Observer provided abort signal
941
-
942
- ### Patch Changes
943
-
944
- - [`cc7bcfb5`](https://github.com/equinor/fusion-framework/commit/cc7bcfb51187fb757b95793356da4a11b233d930) Thanks [@odinr](https://github.com/odinr)! - update @equinor/fusion-wc-person to 1.1.1
945
-
946
- - [#1306](https://github.com/equinor/fusion-framework/pull/1306) [`f65c4531`](https://github.com/equinor/fusion-framework/commit/f65c453178e2c581acb154d5839971c75f60fa86) Thanks [@odinr](https://github.com/odinr)! - Allow providing fallback image
947
-
948
- when defining a `PeopleResolverProvider`, one might want to provide a blob for fallback when a person photo is not found.
949
-
950
- > this will increase the general resolve time, since repeating request for resolving a person photo will not execute a new query until cache expires
951
-
952
- ```tsx
953
- import { PeopleResolverProvider } from "@equinor/fusion-framework-react-components-people-provider";
954
- import fallbackSvg from "./resources/fallback-photo.svg";
955
-
956
- const fallbackImage = new Blob([fallbackSvg], { type: "image/svg+xml" });
957
-
958
- const App = () => (
959
- <PeopleResolverProvider options={{ fallbackImage }}>
960
- ...children
961
- </PeopleResolverProvider>
962
- );
963
- ```
964
-
965
- - [`9f121865`](https://github.com/equinor/fusion-framework/commit/9f121865254a0c76c4a812e6e42bfe3c7086c714) Thanks [@odinr](https://github.com/odinr)! - update types
966
-
967
- - [`518b8476`](https://github.com/equinor/fusion-framework/commit/518b8476bb40255d05e937663d3a513de479a1f8) Thanks [@odinr](https://github.com/odinr)! - fixed query args for abort signal
968
-
969
- - [#1345](https://github.com/equinor/fusion-framework/pull/1345) [`9d9f629e`](https://github.com/equinor/fusion-framework/commit/9d9f629e007df38db75067781b251b7e5e9673da) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - update @equinor/fusion-wc-person to 2.0.1
970
-
971
- - [`63592229`](https://github.com/equinor/fusion-framework/commit/63592229cea4d3606289738fe14b432e9978623f) Thanks [@odinr](https://github.com/odinr)! - fixed prop interface of `PeopleResolverComponent`
972
-
973
- - Updated dependencies [[`ddc31c35`](https://github.com/equinor/fusion-framework/commit/ddc31c3571e36be057095238cf22e78051f423b0), [`7ad31761`](https://github.com/equinor/fusion-framework/commit/7ad3176102f92da108b67ede6fdf29b76149bed9)]:
974
- - @equinor/fusion-framework-module-services@3.2.2
975
- - @equinor/fusion-query@4.0.2
976
- - @equinor/fusion-framework-react-module-bookmark@2.0.20
977
- - @equinor/fusion-framework-react@5.3.2
978
-
979
- ## 1.0.1
980
-
981
- ### Patch Changes
982
-
983
- - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
984
-
985
- - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
986
- - @equinor/fusion-framework-react@5.3.1
987
- - @equinor/fusion-framework-react-module-bookmark@2.0.19
988
- - @equinor/fusion-framework-react-module@3.0.6
989
- - @equinor/fusion-query@4.0.1
990
-
991
- ## 1.0.0
992
-
993
- ### Major Changes
994
-
995
- - [#1255](https://github.com/equinor/fusion-framework/pull/1255) [`de46f0a2`](https://github.com/equinor/fusion-framework/commit/de46f0a2ce93134fc32bf587d29dd32d7ab9a8d9) Thanks [@odinr](https://github.com/odinr)! - Component for providing people api resources to the @equinor/fusion-wc-person and @equinor/fusion-react-person components
996
-
997
- mapping and caching of `@equinor/fusion-framework-module-services/people`
998
-
999
- > Strongly collated to the Fusion ecosystems
1000
-
1001
- ```tsx
1002
- import { PeopleResolverProvider } from "@equinor/fusion-framework-react-components-people-provider";
1003
-
1004
- <PeopleResolverProvider>
1005
- <fwc-person-avatar azureId="cbc6480d-12c1-467e-b0b8-cfbb22612daa"></fwc-person-avatar>
1006
- <fwc-person-card azureId="cbc6480d-12c1-467e-b0b8-cfbb22612daa"></fwc-person-card>
1007
- <fwc-person-list-item azureId="cbc6480d-12c1-467e-b0b8-cfbb22612daa"></fwc-person-list-item>
1008
- </PeopleResolverProvider>;
1009
- ```
1010
-
1011
- > we might in the future provide a module which provides same functionality as the resolver
1012
- >
1013
- > atm there are no flexible way to configure this provider since the api models are strongly collated to the models of the components
1014
- >
1015
- > if requested we can create a provider for the functionality
1016
-
1017
- ### Patch Changes
1018
-
1019
- - Updated dependencies [[`3896fbec`](https://github.com/equinor/fusion-framework/commit/3896fbec3458dbe2ebd66e772465d5f89cd20658), [`ebcabd0e`](https://github.com/equinor/fusion-framework/commit/ebcabd0e6945e1420a0a9a7d82bd9255da1b8578), [`8739a5a6`](https://github.com/equinor/fusion-framework/commit/8739a5a65d8aaa46ce9ef56cce013efeeb006e8a)]:
1020
- - @equinor/fusion-framework-react@5.3.0
1021
- - @equinor/fusion-query@4.0.0
1022
- - @equinor/fusion-framework-react-module-bookmark@2.0.18