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