@backstage-community/plugin-azure-devops 0.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,1830 @@
1
+ # @backstage-community/plugin-azure-devops
2
+
3
+ ## 0.4.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 193a2a3: Migrated from the [backstage/backstage](https://github.com/backstage/backstage) monorepo.
8
+ - Updated dependencies [193a2a3]
9
+ - @backstage-community/plugin-azure-devops-common@0.4.2
10
+
11
+ ## 0.4.3
12
+
13
+ ### Patch Changes
14
+
15
+ - 95b0573: `getAllTeams` now accepts an optional `limit` parameter which can be used to return more than the default limit of 100 teams from the Azure DevOps API
16
+
17
+ `pullRequestOptions` have been equipped with `teamsLimit` so that the property can be used with `getAllTeams`
18
+
19
+ - 4d895b3: Fixed bug in EntityPageAzurePipeline component where build definition annotation used for viewing pipelines
20
+ - abfbcfc: Updated dependency `@testing-library/react` to `^15.0.0`.
21
+ - cb1e3b0: Updated dependency `@testing-library/dom` to `^10.0.0`.
22
+ - Updated dependencies
23
+ - @backstage-community/plugin-azure-devops-common@0.4.1
24
+ - @backstage/plugin-catalog-react@1.11.3
25
+ - @backstage/core-compat-api@0.2.4
26
+ - @backstage/core-components@0.14.4
27
+ - @backstage/core-plugin-api@1.9.2
28
+ - @backstage/frontend-plugin-api@0.6.4
29
+ - @backstage/plugin-permission-react@0.4.22
30
+ - @backstage/catalog-model@1.4.5
31
+ - @backstage/errors@1.2.4
32
+
33
+ ## 0.4.3-next.1
34
+
35
+ ### Patch Changes
36
+
37
+ - 95b0573: `getAllTeams` now accepts an optional `limit` parameter which can be used to return more than the default limit of 100 teams from the Azure DevOps API
38
+
39
+ `pullRequestOptions` have been equipped with `teamsLimit` so that the property can be used with `getAllTeams`
40
+
41
+ - 4d895b3: Fixed bug in EntityPageAzurePipeline component where build definition annotation used for viewing pipelines
42
+ - Updated dependencies
43
+ - @backstage-community/plugin-azure-devops-common@0.4.1-next.0
44
+ - @backstage/frontend-plugin-api@0.6.4-next.1
45
+ - @backstage/core-compat-api@0.2.4-next.1
46
+ - @backstage/catalog-model@1.4.5
47
+ - @backstage/core-components@0.14.4-next.0
48
+ - @backstage/core-plugin-api@1.9.1
49
+ - @backstage/errors@1.2.4
50
+ - @backstage/plugin-catalog-react@1.11.3-next.1
51
+ - @backstage/plugin-permission-react@0.4.21
52
+
53
+ ## 0.4.3-next.0
54
+
55
+ ### Patch Changes
56
+
57
+ - Updated dependencies
58
+ - @backstage/core-components@0.14.4-next.0
59
+ - @backstage/catalog-model@1.4.5
60
+ - @backstage/core-compat-api@0.2.4-next.0
61
+ - @backstage/core-plugin-api@1.9.1
62
+ - @backstage/errors@1.2.4
63
+ - @backstage/frontend-plugin-api@0.6.4-next.0
64
+ - @backstage-community/plugin-azure-devops-common@0.4.0
65
+ - @backstage/plugin-catalog-react@1.11.3-next.0
66
+ - @backstage/plugin-permission-react@0.4.21
67
+
68
+ ## 0.4.2
69
+
70
+ ### Patch Changes
71
+
72
+ - e8f026a: Use ESM exports of react-use library
73
+ - Updated dependencies
74
+ - @backstage/core-components@0.14.3
75
+ - @backstage/plugin-catalog-react@1.11.2
76
+ - @backstage/frontend-plugin-api@0.6.3
77
+ - @backstage/core-compat-api@0.2.3
78
+ - @backstage/core-plugin-api@1.9.1
79
+ - @backstage/catalog-model@1.4.5
80
+ - @backstage/errors@1.2.4
81
+ - @backstage-community/plugin-azure-devops-common@0.4.0
82
+ - @backstage/plugin-permission-react@0.4.21
83
+
84
+ ## 0.4.1
85
+
86
+ ### Patch Changes
87
+
88
+ - e8f026a: Use ESM exports of react-use library
89
+ - Updated dependencies
90
+ - @backstage/core-components@0.14.2
91
+ - @backstage/plugin-catalog-react@1.11.1
92
+ - @backstage/frontend-plugin-api@0.6.2
93
+ - @backstage/core-compat-api@0.2.2
94
+ - @backstage/core-plugin-api@1.9.1
95
+ - @backstage/catalog-model@1.4.5
96
+ - @backstage/errors@1.2.4
97
+ - @backstage-community/plugin-azure-devops-common@0.4.0
98
+ - @backstage/plugin-permission-react@0.4.21
99
+
100
+ ## 0.4.0
101
+
102
+ ### Minor Changes
103
+
104
+ - 9fdb86a: Ability to fetch the README file from a different Azure DevOps path.
105
+
106
+ Defaults to the current, Azure DevOps default behaviour (`README.md` in the root of the git repo); to use a different path, add the annotation `dev.azure.com/readme-path`
107
+
108
+ Example:
109
+
110
+ ```yaml
111
+ dev.azure.com/readme-path: /my-path/README.md
112
+ ```
113
+
114
+ - a9e7bd6: **BREAKING** The `AzureDevOpsClient` no longer requires `identityAPi` but now requires `fetchApi`.
115
+
116
+ Updated to use `fetchApi` as per [ADR013](https://backstage.io/docs/architecture-decisions/adrs-adr013)
117
+
118
+ - 3270b1b: Azure DevOps plugin is now integrated with permission framework for its core features, see the https://github.com/backstage/backstage/blob/master/plugins/azure-devops/README.md#permission-framework for more details.
119
+
120
+ ### Patch Changes
121
+
122
+ - b7b0466: Remove the use of the deprecated `customStyles` for `Avatar`
123
+ - 9f19476: Updated README
124
+ - Updated dependencies
125
+ - @backstage/core-components@0.14.1
126
+ - @backstage/errors@1.2.4
127
+ - @backstage/plugin-catalog-react@1.11.0
128
+ - @backstage-community/plugin-azure-devops-common@0.4.0
129
+ - @backstage/catalog-model@1.4.5
130
+ - @backstage/core-compat-api@0.2.1
131
+ - @backstage/core-plugin-api@1.9.1
132
+ - @backstage/frontend-plugin-api@0.6.1
133
+ - @backstage/plugin-permission-react@0.4.21
134
+
135
+ ## 0.4.0-next.2
136
+
137
+ ### Patch Changes
138
+
139
+ - 9f19476: Updated README
140
+ - Updated dependencies
141
+ - @backstage/core-components@0.14.1-next.2
142
+ - @backstage/plugin-catalog-react@1.11.0-next.2
143
+ - @backstage/frontend-plugin-api@0.6.1-next.2
144
+ - @backstage/core-compat-api@0.2.1-next.2
145
+ - @backstage/catalog-model@1.4.5-next.0
146
+ - @backstage/core-plugin-api@1.9.1-next.1
147
+ - @backstage/errors@1.2.4-next.0
148
+ - @backstage-community/plugin-azure-devops-common@0.4.0-next.1
149
+ - @backstage/plugin-permission-react@0.4.21-next.1
150
+
151
+ ## 0.4.0-next.1
152
+
153
+ ### Minor Changes
154
+
155
+ - 3270b1b: Azure DevOps plugin is now integrated with permission framework for its core features, see the https://github.com/backstage/backstage/blob/master/plugins/azure-devops/README.md#permission-framework for more details.
156
+
157
+ ### Patch Changes
158
+
159
+ - Updated dependencies
160
+ - @backstage/core-components@0.14.1-next.1
161
+ - @backstage/plugin-catalog-react@1.10.1-next.1
162
+ - @backstage-community/plugin-azure-devops-common@0.4.0-next.1
163
+ - @backstage/core-plugin-api@1.9.1-next.1
164
+ - @backstage/plugin-permission-react@0.4.21-next.1
165
+ - @backstage/frontend-plugin-api@0.6.1-next.1
166
+ - @backstage/catalog-model@1.4.5-next.0
167
+ - @backstage/core-compat-api@0.2.1-next.1
168
+ - @backstage/errors@1.2.4-next.0
169
+
170
+ ## 0.4.0-next.0
171
+
172
+ ### Minor Changes
173
+
174
+ - 9fdb86a: Ability to fetch the README file from a different Azure DevOps path.
175
+
176
+ Defaults to the current, Azure DevOps default behaviour (`README.md` in the root of the git repo); to use a different path, add the annotation `dev.azure.com/readme-path`
177
+
178
+ Example:
179
+
180
+ ```yaml
181
+ dev.azure.com/readme-path: /my-path/README.md
182
+ ```
183
+
184
+ - a9e7bd6: **BREAKING** The `AzureDevOpsClient` no longer requires `identityAPi` but now requires `fetchApi`.
185
+
186
+ Updated to use `fetchApi` as per [ADR013](https://backstage.io/docs/architecture-decisions/adrs-adr013)
187
+
188
+ ### Patch Changes
189
+
190
+ - Updated dependencies
191
+ - @backstage/errors@1.2.4-next.0
192
+ - @backstage/core-components@0.14.1-next.0
193
+ - @backstage/plugin-catalog-react@1.10.1-next.0
194
+ - @backstage-community/plugin-azure-devops-common@0.4.0-next.0
195
+ - @backstage/catalog-model@1.4.5-next.0
196
+ - @backstage/core-plugin-api@1.9.1-next.0
197
+ - @backstage/frontend-plugin-api@0.6.1-next.0
198
+ - @backstage/core-compat-api@0.2.1-next.0
199
+
200
+ ## 0.3.12
201
+
202
+ ### Patch Changes
203
+
204
+ - e2083df: Added alpha support for the New Frontend System (Declarative Integration)
205
+ - 9aac2b0: Use `--cwd` as the first `yarn` argument
206
+ - 8fe56a8: Widen `@types/react` dependency range to include version 18.
207
+ - 995d280: Updated imports from named to default imports to help with the Material UI v4 to v5 migration
208
+ - cb0afaa: Prefer `dev.azure.com/build-definition` annotation when it is provided, as it is more specific than `dev.azure.com/project-repo`. This can also be used as a filter for mono-repos.
209
+ - Updated dependencies
210
+ - @backstage/frontend-plugin-api@0.6.0
211
+ - @backstage/core-compat-api@0.2.0
212
+ - @backstage/plugin-catalog-react@1.10.0
213
+ - @backstage/core-components@0.14.0
214
+ - @backstage/catalog-model@1.4.4
215
+ - @backstage/core-plugin-api@1.9.0
216
+ - @backstage/errors@1.2.3
217
+ - @backstage-community/plugin-azure-devops-common@0.3.2
218
+
219
+ ## 0.3.12-next.3
220
+
221
+ ### Patch Changes
222
+
223
+ - Updated dependencies
224
+ - @backstage/core-components@0.14.0-next.2
225
+ - @backstage/plugin-catalog-react@1.10.0-next.3
226
+ - @backstage/catalog-model@1.4.4-next.0
227
+ - @backstage/core-compat-api@0.2.0-next.3
228
+ - @backstage/core-plugin-api@1.9.0-next.1
229
+ - @backstage/errors@1.2.3
230
+ - @backstage/frontend-plugin-api@0.6.0-next.3
231
+ - @backstage-community/plugin-azure-devops-common@0.3.2
232
+
233
+ ## 0.3.12-next.2
234
+
235
+ ### Patch Changes
236
+
237
+ - e2083df: Added alpha support for the New Frontend System (Declarative Integration)
238
+ - 9aac2b0: Use `--cwd` as the first `yarn` argument
239
+ - 8fe56a8: Widen `@types/react` dependency range to include version 18.
240
+ - Updated dependencies
241
+ - @backstage/core-components@0.14.0-next.1
242
+ - @backstage/core-plugin-api@1.9.0-next.1
243
+ - @backstage/frontend-plugin-api@0.6.0-next.2
244
+ - @backstage/plugin-catalog-react@1.10.0-next.2
245
+ - @backstage/core-compat-api@0.2.0-next.2
246
+ - @backstage/catalog-model@1.4.4-next.0
247
+ - @backstage/errors@1.2.3
248
+ - @backstage-community/plugin-azure-devops-common@0.3.2
249
+
250
+ ## 0.3.12-next.1
251
+
252
+ ### Patch Changes
253
+
254
+ - Updated dependencies
255
+ - @backstage/core-components@0.14.0-next.0
256
+ - @backstage/catalog-model@1.4.4-next.0
257
+ - @backstage/core-plugin-api@1.8.3-next.0
258
+ - @backstage/plugin-catalog-react@1.9.4-next.1
259
+ - @backstage/errors@1.2.3
260
+ - @backstage-community/plugin-azure-devops-common@0.3.2
261
+
262
+ ## 0.3.12-next.0
263
+
264
+ ### Patch Changes
265
+
266
+ - 995d280: Updated imports from named to default imports to help with the Material UI v4 to v5 migration
267
+ - cb0afaa: Prefer `dev.azure.com/build-definition` annotation when it is provided, as it is more specific than `dev.azure.com/project-repo`. This can also be used as a filter for mono-repos.
268
+ - Updated dependencies
269
+ - @backstage/plugin-catalog-react@1.9.4-next.0
270
+ - @backstage/core-components@0.13.10
271
+ - @backstage/catalog-model@1.4.3
272
+ - @backstage/core-plugin-api@1.8.2
273
+ - @backstage/errors@1.2.3
274
+ - @backstage-community/plugin-azure-devops-common@0.3.2
275
+
276
+ ## 0.3.11
277
+
278
+ ### Patch Changes
279
+
280
+ - 4016f21: Remove some unused dependencies
281
+ - Updated dependencies
282
+ - @backstage/core-components@0.13.10
283
+ - @backstage/core-plugin-api@1.8.2
284
+ - @backstage/plugin-catalog-react@1.9.3
285
+ - @backstage/catalog-model@1.4.3
286
+ - @backstage/errors@1.2.3
287
+ - @backstage-community/plugin-azure-devops-common@0.3.2
288
+
289
+ ## 0.3.11-next.2
290
+
291
+ ### Patch Changes
292
+
293
+ - Updated dependencies
294
+ - @backstage/plugin-catalog-react@1.9.3-next.2
295
+
296
+ ## 0.3.11-next.1
297
+
298
+ ### Patch Changes
299
+
300
+ - Updated dependencies
301
+ - @backstage/core-plugin-api@1.8.2-next.0
302
+ - @backstage/core-components@0.13.10-next.1
303
+ - @backstage/plugin-catalog-react@1.9.3-next.1
304
+ - @backstage/catalog-model@1.4.3
305
+ - @backstage/errors@1.2.3
306
+ - @backstage-community/plugin-azure-devops-common@0.3.2
307
+
308
+ ## 0.3.11-next.0
309
+
310
+ ### Patch Changes
311
+
312
+ - 4016f21: Remove some unused dependencies
313
+ - Updated dependencies
314
+ - @backstage/core-components@0.13.10-next.0
315
+ - @backstage/plugin-catalog-react@1.9.3-next.0
316
+ - @backstage/catalog-model@1.4.3
317
+ - @backstage/core-plugin-api@1.8.1
318
+ - @backstage/errors@1.2.3
319
+ - @backstage-community/plugin-azure-devops-common@0.3.2
320
+
321
+ ## 0.3.10
322
+
323
+ ### Patch Changes
324
+
325
+ - c70e4f5: Added multi-org support
326
+ - 7c9af0b: Added support for annotations that use a subpath for the host. Also validated that the annotations have the correct number of slashes.
327
+ - 043b724: Introduced new `AzureDevOpsAnnotatorProcessor` that adds the needed annotations automatically. Also, moved constants to common package so they can be shared more easily
328
+ - Updated dependencies
329
+ - @backstage/core-plugin-api@1.8.1
330
+ - @backstage/plugin-catalog-react@1.9.2
331
+ - @backstage/core-components@0.13.9
332
+ - @backstage/theme@0.5.0
333
+ - @backstage-community/plugin-azure-devops-common@0.3.2
334
+ - @backstage/catalog-model@1.4.3
335
+ - @backstage/errors@1.2.3
336
+
337
+ ## 0.3.10-next.3
338
+
339
+ ### Patch Changes
340
+
341
+ - c70e4f5: Added multi-org support
342
+ - 7c9af0b: Added support for annotations that use a subpath for the host. Also validated that the annotations have the correct number of slashes.
343
+ - Updated dependencies
344
+ - @backstage-community/plugin-azure-devops-common@0.3.2-next.1
345
+ - @backstage/core-components@0.13.9-next.3
346
+ - @backstage/catalog-model@1.4.3
347
+ - @backstage/core-plugin-api@1.8.1-next.1
348
+ - @backstage/errors@1.2.3
349
+ - @backstage/theme@0.5.0-next.1
350
+ - @backstage/plugin-catalog-react@1.9.2-next.3
351
+
352
+ ## 0.3.10-next.2
353
+
354
+ ### Patch Changes
355
+
356
+ - Updated dependencies
357
+ - @backstage/theme@0.5.0-next.1
358
+ - @backstage/plugin-catalog-react@1.9.2-next.2
359
+ - @backstage/catalog-model@1.4.3
360
+ - @backstage/core-components@0.13.9-next.2
361
+ - @backstage/core-plugin-api@1.8.1-next.1
362
+ - @backstage/errors@1.2.3
363
+ - @backstage-community/plugin-azure-devops-common@0.3.2-next.0
364
+
365
+ ## 0.3.10-next.1
366
+
367
+ ### Patch Changes
368
+
369
+ - 043b724c56: Introduced new `AzureDevOpsAnnotatorProcessor` that adds the needed annotations automatically. Also, moved constants to common package so they can be shared more easily
370
+ - Updated dependencies
371
+ - @backstage/core-components@0.13.9-next.1
372
+ - @backstage/core-plugin-api@1.8.1-next.1
373
+ - @backstage/plugin-catalog-react@1.9.2-next.1
374
+ - @backstage-community/plugin-azure-devops-common@0.3.2-next.0
375
+ - @backstage/catalog-model@1.4.3
376
+ - @backstage/errors@1.2.3
377
+ - @backstage/theme@0.5.0-next.0
378
+
379
+ ## 0.3.10-next.0
380
+
381
+ ### Patch Changes
382
+
383
+ - Updated dependencies
384
+ - @backstage/core-plugin-api@1.8.1-next.0
385
+ - @backstage/plugin-catalog-react@1.9.2-next.0
386
+ - @backstage/core-components@0.13.9-next.0
387
+ - @backstage/theme@0.5.0-next.0
388
+ - @backstage/catalog-model@1.4.3
389
+ - @backstage/errors@1.2.3
390
+ - @backstage-community/plugin-azure-devops-common@0.3.1
391
+
392
+ ## 0.3.8
393
+
394
+ ### Patch Changes
395
+
396
+ - 6c2b872153: Add official support for React 18.
397
+ - ce9e59cbb3: Refactored the error handling for some of the hooks
398
+ - 361bb34d8e: Consolidated getting the annotation values into a single function to help with future changes
399
+ - Updated dependencies
400
+ - @backstage/plugin-catalog-react@1.9.0
401
+ - @backstage/core-components@0.13.8
402
+ - @backstage/core-plugin-api@1.8.0
403
+ - @backstage/theme@0.4.4
404
+ - @backstage/catalog-model@1.4.3
405
+ - @backstage/errors@1.2.3
406
+ - @backstage-community/plugin-azure-devops-common@0.3.1
407
+
408
+ ## 0.3.8-next.2
409
+
410
+ ### Patch Changes
411
+
412
+ - Updated dependencies
413
+ - @backstage/core-components@0.13.8-next.2
414
+ - @backstage/plugin-catalog-react@1.9.0-next.2
415
+
416
+ ## 0.3.8-next.1
417
+
418
+ ### Patch Changes
419
+
420
+ - Updated dependencies
421
+ - @backstage/plugin-catalog-react@1.9.0-next.1
422
+ - @backstage/core-components@0.13.8-next.1
423
+ - @backstage/catalog-model@1.4.3
424
+ - @backstage/core-plugin-api@1.8.0-next.0
425
+ - @backstage/errors@1.2.3
426
+ - @backstage/theme@0.4.4-next.0
427
+ - @backstage-community/plugin-azure-devops-common@0.3.1
428
+
429
+ ## 0.3.8-next.0
430
+
431
+ ### Patch Changes
432
+
433
+ - 6c2b872153: Add official support for React 18.
434
+ - 361bb34d8e: Consolidated getting the annotation values into a single function to help with future changes
435
+ - Updated dependencies
436
+ - @backstage/core-components@0.13.7-next.0
437
+ - @backstage/plugin-catalog-react@1.9.0-next.0
438
+ - @backstage/core-plugin-api@1.8.0-next.0
439
+ - @backstage/theme@0.4.4-next.0
440
+ - @backstage/catalog-model@1.4.3
441
+ - @backstage/errors@1.2.3
442
+ - @backstage-community/plugin-azure-devops-common@0.3.1
443
+
444
+ ## 0.3.7
445
+
446
+ ### Patch Changes
447
+
448
+ - 9a1fce352e: Updated dependency `@testing-library/jest-dom` to `^6.0.0`.
449
+ - f95af4e540: Updated dependency `@testing-library/dom` to `^9.0.0`.
450
+ - Updated dependencies
451
+ - @backstage/plugin-catalog-react@1.8.5
452
+ - @backstage/core-plugin-api@1.7.0
453
+ - @backstage/core-components@0.13.6
454
+ - @backstage/catalog-model@1.4.3
455
+ - @backstage/errors@1.2.3
456
+ - @backstage/theme@0.4.3
457
+ - @backstage-community/plugin-azure-devops-common@0.3.1
458
+
459
+ ## 0.3.7-next.2
460
+
461
+ ### Patch Changes
462
+
463
+ - Updated dependencies
464
+ - @backstage/core-components@0.13.6-next.2
465
+ - @backstage/core-plugin-api@1.7.0-next.1
466
+ - @backstage/catalog-model@1.4.3-next.0
467
+ - @backstage/plugin-catalog-react@1.8.5-next.2
468
+ - @backstage/errors@1.2.3-next.0
469
+ - @backstage/theme@0.4.3-next.0
470
+ - @backstage-community/plugin-azure-devops-common@0.3.1
471
+
472
+ ## 0.3.7-next.1
473
+
474
+ ### Patch Changes
475
+
476
+ - Updated dependencies
477
+ - @backstage/core-components@0.13.6-next.1
478
+ - @backstage/plugin-catalog-react@1.8.5-next.1
479
+ - @backstage/core-plugin-api@1.7.0-next.0
480
+ - @backstage/catalog-model@1.4.2
481
+ - @backstage/errors@1.2.2
482
+ - @backstage/theme@0.4.2
483
+ - @backstage-community/plugin-azure-devops-common@0.3.1
484
+
485
+ ## 0.3.7-next.0
486
+
487
+ ### Patch Changes
488
+
489
+ - Updated dependencies
490
+ - @backstage/plugin-catalog-react@1.8.5-next.0
491
+ - @backstage/core-plugin-api@1.7.0-next.0
492
+ - @backstage/core-components@0.13.6-next.0
493
+ - @backstage/catalog-model@1.4.2
494
+ - @backstage/errors@1.2.2
495
+ - @backstage/theme@0.4.2
496
+ - @backstage-community/plugin-azure-devops-common@0.3.1
497
+
498
+ ## 0.3.6
499
+
500
+ ### Patch Changes
501
+
502
+ - 482bb5c0bbf8: Moved `@types/react` to be a regular dependency
503
+ - 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
504
+ - 8cec7664e146: Removed `@types/node` dependency
505
+ - Updated dependencies
506
+ - @backstage/plugin-catalog-react@1.8.4
507
+ - @backstage/core-components@0.13.5
508
+ - @backstage/catalog-model@1.4.2
509
+ - @backstage/core-plugin-api@1.6.0
510
+ - @backstage/errors@1.2.2
511
+ - @backstage-community/plugin-azure-devops-common@0.3.1
512
+ - @backstage/theme@0.4.2
513
+
514
+ ## 0.3.6-next.3
515
+
516
+ ### Patch Changes
517
+
518
+ - 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
519
+ - Updated dependencies
520
+ - @backstage/catalog-model@1.4.2-next.2
521
+ - @backstage/core-components@0.13.5-next.3
522
+ - @backstage/core-plugin-api@1.6.0-next.3
523
+ - @backstage/errors@1.2.2-next.0
524
+ - @backstage-community/plugin-azure-devops-common@0.3.1-next.0
525
+ - @backstage/plugin-catalog-react@1.8.4-next.3
526
+ - @backstage/theme@0.4.2-next.0
527
+
528
+ ## 0.3.6-next.2
529
+
530
+ ### Patch Changes
531
+
532
+ - 8cec7664e146: Removed `@types/node` dependency
533
+ - Updated dependencies
534
+ - @backstage/core-components@0.13.5-next.2
535
+ - @backstage/core-plugin-api@1.6.0-next.2
536
+ - @backstage/plugin-catalog-react@1.8.4-next.2
537
+ - @backstage/catalog-model@1.4.2-next.1
538
+ - @backstage/errors@1.2.1
539
+ - @backstage/theme@0.4.1
540
+ - @backstage-community/plugin-azure-devops-common@0.3.0
541
+
542
+ ## 0.3.6-next.1
543
+
544
+ ### Patch Changes
545
+
546
+ - Updated dependencies
547
+ - @backstage/plugin-catalog-react@1.8.4-next.1
548
+ - @backstage/core-components@0.13.5-next.1
549
+ - @backstage/catalog-model@1.4.2-next.0
550
+ - @backstage/core-plugin-api@1.6.0-next.1
551
+ - @backstage/errors@1.2.1
552
+ - @backstage/theme@0.4.1
553
+ - @backstage-community/plugin-azure-devops-common@0.3.0
554
+
555
+ ## 0.3.5-next.0
556
+
557
+ ### Patch Changes
558
+
559
+ - 482bb5c0bbf8: Moved `@types/react` to be a regular dependency
560
+ - Updated dependencies
561
+ - @backstage/core-plugin-api@1.6.0-next.0
562
+ - @backstage/core-components@0.13.5-next.0
563
+ - @backstage/catalog-model@1.4.1
564
+ - @backstage/errors@1.2.1
565
+ - @backstage/theme@0.4.1
566
+ - @backstage-community/plugin-azure-devops-common@0.3.0
567
+ - @backstage/plugin-catalog-react@1.8.3-next.0
568
+
569
+ ## 0.3.3
570
+
571
+ ### Patch Changes
572
+
573
+ - Updated dependencies
574
+ - @backstage/core-components@0.13.4
575
+ - @backstage/plugin-catalog-react@1.8.1
576
+ - @backstage/core-plugin-api@1.5.3
577
+ - @backstage/catalog-model@1.4.1
578
+ - @backstage/errors@1.2.1
579
+ - @backstage/theme@0.4.1
580
+ - @backstage-community/plugin-azure-devops-common@0.3.0
581
+
582
+ ## 0.3.3-next.1
583
+
584
+ ### Patch Changes
585
+
586
+ - Updated dependencies
587
+ - @backstage/plugin-catalog-react@1.8.1-next.1
588
+
589
+ ## 0.3.3-next.0
590
+
591
+ ### Patch Changes
592
+
593
+ - Updated dependencies
594
+ - @backstage/core-components@0.13.4-next.0
595
+ - @backstage/core-plugin-api@1.5.3
596
+ - @backstage/plugin-catalog-react@1.8.1-next.0
597
+ - @backstage/catalog-model@1.4.1
598
+ - @backstage/errors@1.2.1
599
+ - @backstage/theme@0.4.1
600
+ - @backstage-community/plugin-azure-devops-common@0.3.0
601
+
602
+ ## 0.3.2
603
+
604
+ ### Patch Changes
605
+
606
+ - Updated dependencies
607
+ - @backstage/theme@0.4.1
608
+ - @backstage/errors@1.2.1
609
+ - @backstage/plugin-catalog-react@1.8.0
610
+ - @backstage/core-components@0.13.3
611
+ - @backstage/core-plugin-api@1.5.3
612
+ - @backstage/catalog-model@1.4.1
613
+ - @backstage-community/plugin-azure-devops-common@0.3.0
614
+
615
+ ## 0.3.2-next.2
616
+
617
+ ### Patch Changes
618
+
619
+ - Updated dependencies
620
+ - @backstage/plugin-catalog-react@1.8.0-next.2
621
+ - @backstage/theme@0.4.1-next.1
622
+ - @backstage/core-plugin-api@1.5.3-next.1
623
+ - @backstage/core-components@0.13.3-next.2
624
+ - @backstage/catalog-model@1.4.1-next.0
625
+ - @backstage/errors@1.2.1-next.0
626
+ - @backstage-community/plugin-azure-devops-common@0.3.0
627
+
628
+ ## 0.3.2-next.1
629
+
630
+ ### Patch Changes
631
+
632
+ - Updated dependencies
633
+ - @backstage/theme@0.4.1-next.0
634
+ - @backstage/core-components@0.13.3-next.1
635
+ - @backstage/core-plugin-api@1.5.3-next.0
636
+ - @backstage/plugin-catalog-react@1.7.1-next.1
637
+
638
+ ## 0.3.2-next.0
639
+
640
+ ### Patch Changes
641
+
642
+ - Updated dependencies
643
+ - @backstage/errors@1.2.1-next.0
644
+ - @backstage/core-components@0.13.3-next.0
645
+ - @backstage/catalog-model@1.4.1-next.0
646
+ - @backstage/core-plugin-api@1.5.2
647
+ - @backstage/theme@0.4.0
648
+ - @backstage-community/plugin-azure-devops-common@0.3.0
649
+ - @backstage/plugin-catalog-react@1.7.1-next.0
650
+
651
+ ## 0.3.1
652
+
653
+ ### Patch Changes
654
+
655
+ - Updated dependencies
656
+ - @backstage/core-plugin-api@1.5.2
657
+ - @backstage/core-components@0.13.2
658
+ - @backstage/theme@0.4.0
659
+ - @backstage/plugin-catalog-react@1.7.0
660
+ - @backstage/catalog-model@1.4.0
661
+ - @backstage/errors@1.2.0
662
+ - @backstage-community/plugin-azure-devops-common@0.3.0
663
+
664
+ ## 0.3.1-next.3
665
+
666
+ ### Patch Changes
667
+
668
+ - Updated dependencies
669
+ - @backstage/core-components@0.13.2-next.3
670
+ - @backstage/catalog-model@1.4.0-next.1
671
+ - @backstage/core-plugin-api@1.5.2-next.0
672
+ - @backstage/errors@1.2.0-next.0
673
+ - @backstage/theme@0.4.0-next.1
674
+ - @backstage-community/plugin-azure-devops-common@0.3.0
675
+ - @backstage/plugin-catalog-react@1.7.0-next.3
676
+
677
+ ## 0.3.1-next.2
678
+
679
+ ### Patch Changes
680
+
681
+ - Updated dependencies
682
+ - @backstage/theme@0.4.0-next.1
683
+ - @backstage/plugin-catalog-react@1.7.0-next.2
684
+ - @backstage/core-components@0.13.2-next.2
685
+ - @backstage/core-plugin-api@1.5.2-next.0
686
+
687
+ ## 0.3.1-next.1
688
+
689
+ ### Patch Changes
690
+
691
+ - Updated dependencies
692
+ - @backstage/errors@1.2.0-next.0
693
+ - @backstage/core-components@0.13.2-next.1
694
+ - @backstage/plugin-catalog-react@1.7.0-next.1
695
+ - @backstage/catalog-model@1.4.0-next.0
696
+ - @backstage/core-plugin-api@1.5.2-next.0
697
+ - @backstage/theme@0.4.0-next.0
698
+ - @backstage-community/plugin-azure-devops-common@0.3.0
699
+
700
+ ## 0.3.1-next.0
701
+
702
+ ### Patch Changes
703
+
704
+ - Updated dependencies
705
+ - @backstage/plugin-catalog-react@1.7.0-next.0
706
+ - @backstage/theme@0.4.0-next.0
707
+ - @backstage/core-components@0.13.2-next.0
708
+ - @backstage/core-plugin-api@1.5.1
709
+ - @backstage/catalog-model@1.3.0
710
+ - @backstage/errors@1.1.5
711
+ - @backstage-community/plugin-azure-devops-common@0.3.0
712
+
713
+ ## 0.3.0
714
+
715
+ ### Minor Changes
716
+
717
+ - 877df261085: The getBuildRuns function now checks contains multiple comma-separated builds and splits them to send multiple requests for each and concatenates the results.
718
+
719
+ ### Patch Changes
720
+
721
+ - Updated dependencies
722
+ - @backstage/theme@0.3.0
723
+ - @backstage/plugin-catalog-react@1.6.0
724
+ - @backstage/core-components@0.13.1
725
+ - @backstage/catalog-model@1.3.0
726
+ - @backstage/core-plugin-api@1.5.1
727
+ - @backstage/errors@1.1.5
728
+ - @backstage-community/plugin-azure-devops-common@0.3.0
729
+
730
+ ## 0.3.0-next.2
731
+
732
+ ### Minor Changes
733
+
734
+ - 877df261085: The getBuildRuns function now checks contains multiple comma-separated builds and splits them to send multiple requests for each and concatenates the results.
735
+
736
+ ### Patch Changes
737
+
738
+ - Updated dependencies
739
+ - @backstage/theme@0.3.0-next.0
740
+ - @backstage/core-components@0.13.1-next.1
741
+ - @backstage/plugin-catalog-react@1.6.0-next.2
742
+ - @backstage/core-plugin-api@1.5.1
743
+
744
+ ## 0.2.9-next.1
745
+
746
+ ### Patch Changes
747
+
748
+ - Updated dependencies
749
+ - @backstage/core-components@0.13.1-next.0
750
+ - @backstage/core-plugin-api@1.5.1
751
+ - @backstage/plugin-catalog-react@1.6.0-next.1
752
+
753
+ ## 0.2.9-next.0
754
+
755
+ ### Patch Changes
756
+
757
+ - Updated dependencies
758
+ - @backstage/plugin-catalog-react@1.6.0-next.0
759
+ - @backstage/core-components@0.13.0
760
+ - @backstage/core-plugin-api@1.5.1
761
+ - @backstage/catalog-model@1.3.0
762
+ - @backstage/errors@1.1.5
763
+ - @backstage/theme@0.2.19
764
+ - @backstage-community/plugin-azure-devops-common@0.3.0
765
+
766
+ ## 0.2.8
767
+
768
+ ### Patch Changes
769
+
770
+ - 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
771
+ - e0c6e8b9c3c: Update peer dependencies
772
+ - Updated dependencies
773
+ - @backstage/core-components@0.13.0
774
+ - @backstage/plugin-catalog-react@1.5.0
775
+ - @backstage/theme@0.2.19
776
+ - @backstage/core-plugin-api@1.5.1
777
+ - @backstage/catalog-model@1.3.0
778
+ - @backstage/errors@1.1.5
779
+ - @backstage-community/plugin-azure-devops-common@0.3.0
780
+
781
+ ## 0.2.8-next.3
782
+
783
+ ### Patch Changes
784
+
785
+ - Updated dependencies
786
+ - @backstage/plugin-catalog-react@1.5.0-next.3
787
+ - @backstage/catalog-model@1.3.0-next.0
788
+ - @backstage/core-components@0.13.0-next.3
789
+ - @backstage/core-plugin-api@1.5.1-next.1
790
+ - @backstage/errors@1.1.5
791
+ - @backstage/theme@0.2.19-next.0
792
+ - @backstage-community/plugin-azure-devops-common@0.3.0
793
+
794
+ ## 0.2.8-next.2
795
+
796
+ ### Patch Changes
797
+
798
+ - Updated dependencies
799
+ - @backstage/core-components@0.12.6-next.2
800
+ - @backstage/plugin-catalog-react@1.4.1-next.2
801
+ - @backstage/core-plugin-api@1.5.1-next.1
802
+ - @backstage/catalog-model@1.2.1
803
+ - @backstage/errors@1.1.5
804
+ - @backstage/theme@0.2.19-next.0
805
+ - @backstage-community/plugin-azure-devops-common@0.3.0
806
+
807
+ ## 0.2.8-next.1
808
+
809
+ ### Patch Changes
810
+
811
+ - e0c6e8b9c3c: Update peer dependencies
812
+ - Updated dependencies
813
+ - @backstage/core-components@0.12.6-next.1
814
+ - @backstage/core-plugin-api@1.5.1-next.0
815
+ - @backstage/plugin-catalog-react@1.4.1-next.1
816
+ - @backstage/theme@0.2.19-next.0
817
+ - @backstage/catalog-model@1.2.1
818
+ - @backstage/errors@1.1.5
819
+ - @backstage-community/plugin-azure-devops-common@0.3.0
820
+
821
+ ## 0.2.8-next.0
822
+
823
+ ### Patch Changes
824
+
825
+ - 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
826
+ - Updated dependencies
827
+ - @backstage/core-components@0.12.6-next.0
828
+ - @backstage/plugin-catalog-react@1.4.1-next.0
829
+ - @backstage/core-plugin-api@1.5.0
830
+ - @backstage/catalog-model@1.2.1
831
+ - @backstage/errors@1.1.5
832
+ - @backstage/theme@0.2.18
833
+ - @backstage-community/plugin-azure-devops-common@0.3.0
834
+
835
+ ## 0.2.7
836
+
837
+ ### Patch Changes
838
+
839
+ - 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
840
+ - Updated dependencies
841
+ - @backstage/core-components@0.12.5
842
+ - @backstage/plugin-catalog-react@1.4.0
843
+ - @backstage/errors@1.1.5
844
+ - @backstage/core-plugin-api@1.5.0
845
+ - @backstage/catalog-model@1.2.1
846
+ - @backstage/theme@0.2.18
847
+ - @backstage-community/plugin-azure-devops-common@0.3.0
848
+
849
+ ## 0.2.7-next.2
850
+
851
+ ### Patch Changes
852
+
853
+ - Updated dependencies
854
+ - @backstage/core-components@0.12.5-next.2
855
+ - @backstage/plugin-catalog-react@1.4.0-next.2
856
+ - @backstage/core-plugin-api@1.5.0-next.2
857
+
858
+ ## 0.2.7-next.1
859
+
860
+ ### Patch Changes
861
+
862
+ - 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
863
+ - Updated dependencies
864
+ - @backstage/core-components@0.12.5-next.1
865
+ - @backstage/errors@1.1.5-next.0
866
+ - @backstage/core-plugin-api@1.4.1-next.1
867
+ - @backstage/theme@0.2.18-next.0
868
+ - @backstage/plugin-catalog-react@1.4.0-next.1
869
+ - @backstage/catalog-model@1.2.1-next.1
870
+ - @backstage-community/plugin-azure-devops-common@0.3.0
871
+
872
+ ## 0.2.7-next.0
873
+
874
+ ### Patch Changes
875
+
876
+ - Updated dependencies
877
+ - @backstage/plugin-catalog-react@1.4.0-next.0
878
+ - @backstage/core-plugin-api@1.4.1-next.0
879
+ - @backstage/catalog-model@1.2.1-next.0
880
+ - @backstage/core-components@0.12.5-next.0
881
+ - @backstage/errors@1.1.4
882
+ - @backstage/theme@0.2.17
883
+ - @backstage-community/plugin-azure-devops-common@0.3.0
884
+
885
+ ## 0.2.6
886
+
887
+ ### Patch Changes
888
+
889
+ - 347b16ecea: Fixed `AssignedToCurrentUsersTeams` & `CreatedByCurrentUsersTeams` filter in `AzurePullRequestsPage` component.
890
+ - Updated dependencies
891
+ - @backstage/core-components@0.12.4
892
+ - @backstage/catalog-model@1.2.0
893
+ - @backstage/theme@0.2.17
894
+ - @backstage/core-plugin-api@1.4.0
895
+ - @backstage/plugin-catalog-react@1.3.0
896
+ - @backstage/errors@1.1.4
897
+ - @backstage-community/plugin-azure-devops-common@0.3.0
898
+
899
+ ## 0.2.6-next.2
900
+
901
+ ### Patch Changes
902
+
903
+ - Updated dependencies
904
+ - @backstage/catalog-model@1.2.0-next.1
905
+ - @backstage/core-components@0.12.4-next.1
906
+ - @backstage/core-plugin-api@1.3.0
907
+ - @backstage/errors@1.1.4
908
+ - @backstage/theme@0.2.16
909
+ - @backstage-community/plugin-azure-devops-common@0.3.0
910
+ - @backstage/plugin-catalog-react@1.3.0-next.2
911
+
912
+ ## 0.2.6-next.1
913
+
914
+ ### Patch Changes
915
+
916
+ - Updated dependencies
917
+ - @backstage/core-components@0.12.4-next.0
918
+ - @backstage/plugin-catalog-react@1.3.0-next.1
919
+ - @backstage/catalog-model@1.1.6-next.0
920
+ - @backstage/core-plugin-api@1.3.0
921
+ - @backstage/errors@1.1.4
922
+ - @backstage/theme@0.2.16
923
+ - @backstage-community/plugin-azure-devops-common@0.3.0
924
+
925
+ ## 0.2.6-next.0
926
+
927
+ ### Patch Changes
928
+
929
+ - 347b16ecea: Fixed `AssignedToCurrentUsersTeams` & `CreatedByCurrentUsersTeams` filter in `AzurePullRequestsPage` component.
930
+ - Updated dependencies
931
+ - @backstage/plugin-catalog-react@1.3.0-next.0
932
+ - @backstage/catalog-model@1.1.6-next.0
933
+
934
+ ## 0.2.5
935
+
936
+ ### Patch Changes
937
+
938
+ - 80ce4e8c29: Small updates to some components to ensure theme typography properties are inherited correctly.
939
+ - Updated dependencies
940
+ - @backstage/catalog-model@1.1.5
941
+ - @backstage/plugin-catalog-react@1.2.4
942
+ - @backstage/core-components@0.12.3
943
+ - @backstage/core-plugin-api@1.3.0
944
+ - @backstage/errors@1.1.4
945
+ - @backstage/theme@0.2.16
946
+ - @backstage-community/plugin-azure-devops-common@0.3.0
947
+
948
+ ## 0.2.5-next.2
949
+
950
+ ### Patch Changes
951
+
952
+ - Updated dependencies
953
+ - @backstage/core-plugin-api@1.3.0-next.1
954
+ - @backstage/plugin-catalog-react@1.2.4-next.2
955
+ - @backstage/catalog-model@1.1.5-next.1
956
+ - @backstage/core-components@0.12.3-next.2
957
+ - @backstage/errors@1.1.4
958
+ - @backstage/theme@0.2.16
959
+ - @backstage-community/plugin-azure-devops-common@0.3.0
960
+
961
+ ## 0.2.5-next.1
962
+
963
+ ### Patch Changes
964
+
965
+ - Updated dependencies
966
+ - @backstage/catalog-model@1.1.5-next.1
967
+ - @backstage/core-components@0.12.3-next.1
968
+ - @backstage/core-plugin-api@1.2.1-next.0
969
+ - @backstage/errors@1.1.4
970
+ - @backstage/theme@0.2.16
971
+ - @backstage-community/plugin-azure-devops-common@0.3.0
972
+ - @backstage/plugin-catalog-react@1.2.4-next.1
973
+
974
+ ## 0.2.5-next.0
975
+
976
+ ### Patch Changes
977
+
978
+ - Updated dependencies
979
+ - @backstage/catalog-model@1.1.5-next.0
980
+ - @backstage/plugin-catalog-react@1.2.4-next.0
981
+ - @backstage/core-components@0.12.3-next.0
982
+ - @backstage/core-plugin-api@1.2.0
983
+ - @backstage/errors@1.1.4
984
+ - @backstage/theme@0.2.16
985
+ - @backstage-community/plugin-azure-devops-common@0.3.0
986
+
987
+ ## 0.2.4
988
+
989
+ ### Patch Changes
990
+
991
+ - Updated dependencies
992
+ - @backstage/core-components@0.12.2
993
+ - @backstage/plugin-catalog-react@1.2.3
994
+
995
+ ## 0.2.3
996
+
997
+ ### Patch Changes
998
+
999
+ - 2e701b3796: Internal refactor to use `react-router-dom` rather than `react-router`.
1000
+ - 3280711113: Updated dependency `msw` to `^0.49.0`.
1001
+ - Updated dependencies
1002
+ - @backstage/core-plugin-api@1.2.0
1003
+ - @backstage/core-components@0.12.1
1004
+ - @backstage/errors@1.1.4
1005
+ - @backstage/plugin-catalog-react@1.2.2
1006
+ - @backstage/catalog-model@1.1.4
1007
+ - @backstage/theme@0.2.16
1008
+ - @backstage-community/plugin-azure-devops-common@0.3.0
1009
+
1010
+ ## 0.2.3-next.4
1011
+
1012
+ ### Patch Changes
1013
+
1014
+ - 2e701b3796: Internal refactor to use `react-router-dom` rather than `react-router`.
1015
+ - Updated dependencies
1016
+ - @backstage/core-components@0.12.1-next.4
1017
+ - @backstage/plugin-catalog-react@1.2.2-next.4
1018
+ - @backstage/catalog-model@1.1.4-next.1
1019
+ - @backstage/core-plugin-api@1.2.0-next.2
1020
+ - @backstage/errors@1.1.4-next.1
1021
+ - @backstage/theme@0.2.16
1022
+ - @backstage-community/plugin-azure-devops-common@0.3.0
1023
+
1024
+ ## 0.2.3-next.3
1025
+
1026
+ ### Patch Changes
1027
+
1028
+ - Updated dependencies
1029
+ - @backstage/core-components@0.12.1-next.3
1030
+ - @backstage/catalog-model@1.1.4-next.1
1031
+ - @backstage/core-plugin-api@1.2.0-next.2
1032
+ - @backstage/errors@1.1.4-next.1
1033
+ - @backstage/theme@0.2.16
1034
+ - @backstage-community/plugin-azure-devops-common@0.3.0
1035
+ - @backstage/plugin-catalog-react@1.2.2-next.3
1036
+
1037
+ ## 0.2.3-next.2
1038
+
1039
+ ### Patch Changes
1040
+
1041
+ - Updated dependencies
1042
+ - @backstage/core-plugin-api@1.2.0-next.2
1043
+ - @backstage/core-components@0.12.1-next.2
1044
+ - @backstage/plugin-catalog-react@1.2.2-next.2
1045
+ - @backstage/catalog-model@1.1.4-next.1
1046
+ - @backstage/errors@1.1.4-next.1
1047
+ - @backstage/theme@0.2.16
1048
+ - @backstage-community/plugin-azure-devops-common@0.3.0
1049
+
1050
+ ## 0.2.3-next.1
1051
+
1052
+ ### Patch Changes
1053
+
1054
+ - Updated dependencies
1055
+ - @backstage/core-components@0.12.1-next.1
1056
+ - @backstage/core-plugin-api@1.1.1-next.1
1057
+ - @backstage/plugin-catalog-react@1.2.2-next.1
1058
+ - @backstage/catalog-model@1.1.4-next.1
1059
+ - @backstage/errors@1.1.4-next.1
1060
+ - @backstage/theme@0.2.16
1061
+ - @backstage-community/plugin-azure-devops-common@0.3.0
1062
+
1063
+ ## 0.2.3-next.0
1064
+
1065
+ ### Patch Changes
1066
+
1067
+ - 3280711113: Updated dependency `msw` to `^0.49.0`.
1068
+ - Updated dependencies
1069
+ - @backstage/core-components@0.12.1-next.0
1070
+ - @backstage/core-plugin-api@1.1.1-next.0
1071
+ - @backstage/plugin-catalog-react@1.2.2-next.0
1072
+ - @backstage/catalog-model@1.1.4-next.0
1073
+ - @backstage/errors@1.1.4-next.0
1074
+ - @backstage/theme@0.2.16
1075
+ - @backstage-community/plugin-azure-devops-common@0.3.0
1076
+
1077
+ ## 0.2.2
1078
+
1079
+ ### Patch Changes
1080
+
1081
+ - Updated dependencies
1082
+ - @backstage/plugin-catalog-react@1.2.1
1083
+ - @backstage/core-components@0.12.0
1084
+ - @backstage/core-plugin-api@1.1.0
1085
+ - @backstage/catalog-model@1.1.3
1086
+ - @backstage/errors@1.1.3
1087
+ - @backstage/theme@0.2.16
1088
+ - @backstage-community/plugin-azure-devops-common@0.3.0
1089
+
1090
+ ## 0.2.2-next.1
1091
+
1092
+ ### Patch Changes
1093
+
1094
+ - Updated dependencies
1095
+ - @backstage/core-components@0.12.0-next.1
1096
+ - @backstage/catalog-model@1.1.3-next.0
1097
+ - @backstage/core-plugin-api@1.1.0-next.0
1098
+ - @backstage/errors@1.1.3-next.0
1099
+ - @backstage/theme@0.2.16
1100
+ - @backstage-community/plugin-azure-devops-common@0.3.0
1101
+ - @backstage/plugin-catalog-react@1.2.1-next.1
1102
+
1103
+ ## 0.2.2-next.0
1104
+
1105
+ ### Patch Changes
1106
+
1107
+ - Updated dependencies
1108
+ - @backstage/plugin-catalog-react@1.2.1-next.0
1109
+ - @backstage/core-components@0.12.0-next.0
1110
+ - @backstage/core-plugin-api@1.1.0-next.0
1111
+ - @backstage/catalog-model@1.1.3-next.0
1112
+ - @backstage/errors@1.1.3-next.0
1113
+ - @backstage/theme@0.2.16
1114
+ - @backstage-community/plugin-azure-devops-common@0.3.0
1115
+
1116
+ ## 0.2.1
1117
+
1118
+ ### Patch Changes
1119
+
1120
+ - Updated dependencies
1121
+ - @backstage/catalog-model@1.1.2
1122
+ - @backstage/plugin-catalog-react@1.2.0
1123
+ - @backstage/core-components@0.11.2
1124
+ - @backstage/core-plugin-api@1.0.7
1125
+ - @backstage/errors@1.1.2
1126
+ - @backstage/theme@0.2.16
1127
+ - @backstage-community/plugin-azure-devops-common@0.3.0
1128
+
1129
+ ## 0.2.1-next.2
1130
+
1131
+ ### Patch Changes
1132
+
1133
+ - Updated dependencies
1134
+ - @backstage/plugin-catalog-react@1.2.0-next.2
1135
+ - @backstage/catalog-model@1.1.2-next.2
1136
+ - @backstage/core-components@0.11.2-next.2
1137
+ - @backstage/core-plugin-api@1.0.7-next.2
1138
+ - @backstage/errors@1.1.2-next.2
1139
+ - @backstage/theme@0.2.16
1140
+ - @backstage-community/plugin-azure-devops-common@0.3.0
1141
+
1142
+ ## 0.2.1-next.1
1143
+
1144
+ ### Patch Changes
1145
+
1146
+ - Updated dependencies
1147
+ - @backstage/plugin-catalog-react@1.2.0-next.1
1148
+ - @backstage/core-components@0.11.2-next.1
1149
+ - @backstage/core-plugin-api@1.0.7-next.1
1150
+ - @backstage/catalog-model@1.1.2-next.1
1151
+ - @backstage/errors@1.1.2-next.1
1152
+ - @backstage/theme@0.2.16
1153
+ - @backstage-community/plugin-azure-devops-common@0.3.0
1154
+
1155
+ ## 0.2.1-next.0
1156
+
1157
+ ### Patch Changes
1158
+
1159
+ - Updated dependencies
1160
+ - @backstage/catalog-model@1.1.2-next.0
1161
+ - @backstage/core-components@0.11.2-next.0
1162
+ - @backstage/plugin-catalog-react@1.1.5-next.0
1163
+ - @backstage/core-plugin-api@1.0.7-next.0
1164
+ - @backstage/errors@1.1.2-next.0
1165
+ - @backstage/theme@0.2.16
1166
+ - @backstage-community/plugin-azure-devops-common@0.3.0
1167
+
1168
+ ## 0.2.0
1169
+
1170
+ ### Minor Changes
1171
+
1172
+ - 6c1c59b96e: Added README card `EntityAzureReadmeCard` for Azure Devops.
1173
+
1174
+ To get the README component working you'll need to do the following two steps:
1175
+
1176
+ 1. First we need to add the @backstage-community/plugin-azure-devops package to your frontend app:
1177
+
1178
+ ```bash
1179
+ # From your Backstage root directory
1180
+ yarn add --cwd packages/app @backstage-community/plugin-azure-devops
1181
+ ```
1182
+
1183
+ 2. Second we need to add the `EntityAzureReadmeCard` extension to the entity page in your app:
1184
+
1185
+ ```tsx
1186
+ // In packages/app/src/components/catalog/EntityPage.tsx
1187
+ import {
1188
+ EntityAzureReadmeCard,
1189
+ isAzureDevOpsAvailable,
1190
+ } from '@backstage-community/plugin-azure-devops';
1191
+
1192
+ // As it is a card, you can customize it the way you prefer
1193
+ // For example in the Service section
1194
+
1195
+ const overviewContent = (
1196
+ <Grid container spacing={3} alignItems="stretch">
1197
+ <EntitySwitch>
1198
+ <EntitySwitch.Case if={isAzureDevOpsAvailable}>
1199
+ <Grid item md={6}>
1200
+ ...
1201
+ </Grid>
1202
+ <Grid item md={6}>
1203
+ <EntityAzureReadmeCard maxHeight={350} />
1204
+ </Grid>
1205
+ </EntitySwitch.Case>
1206
+ </EntitySwitch>
1207
+ </Grid>
1208
+ );
1209
+ ```
1210
+
1211
+ **Notes:**
1212
+
1213
+ - You'll need to add the `EntitySwitch.Case` above from step 2 to all the entity sections you want to see Readme in. For example if you wanted to see Readme when looking at Website entities then you would need to add this to the `websiteEntityPage` section.
1214
+ - The `if` prop is optional on the `EntitySwitch.Case`, you can remove it if you always want to see the tab even if the entity being viewed does not have the needed annotation
1215
+ - The `maxHeight` property on the `EntityAzureReadmeCard` will set the maximum screen size you would like to see, if not set it will default to 100%
1216
+
1217
+ ### Patch Changes
1218
+
1219
+ - 817f3196f6: Updated React Router dependencies to be peer dependencies.
1220
+ - 3f739be9d9: Minor API signatures cleanup
1221
+ - 7d47def9c4: Removed dependency on `@types/jest`.
1222
+ - 667d917488: Updated dependency `msw` to `^0.47.0`.
1223
+ - 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
1224
+ - bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
1225
+ - Updated dependencies
1226
+ - @backstage/core-components@0.11.1
1227
+ - @backstage/core-plugin-api@1.0.6
1228
+ - @backstage/plugin-catalog-react@1.1.4
1229
+ - @backstage-community/plugin-azure-devops-common@0.3.0
1230
+ - @backstage/catalog-model@1.1.1
1231
+ - @backstage/errors@1.1.1
1232
+
1233
+ ## 0.2.0-next.3
1234
+
1235
+ ### Patch Changes
1236
+
1237
+ - 7d47def9c4: Removed dependency on `@types/jest`.
1238
+ - Updated dependencies
1239
+ - @backstage/plugin-catalog-react@1.1.4-next.2
1240
+ - @backstage/catalog-model@1.1.1-next.0
1241
+ - @backstage/core-components@0.11.1-next.3
1242
+ - @backstage/core-plugin-api@1.0.6-next.3
1243
+ - @backstage/errors@1.1.1-next.0
1244
+
1245
+ ## 0.2.0-next.2
1246
+
1247
+ ### Patch Changes
1248
+
1249
+ - 667d917488: Updated dependency `msw` to `^0.47.0`.
1250
+ - 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
1251
+ - Updated dependencies
1252
+ - @backstage/core-components@0.11.1-next.2
1253
+ - @backstage/core-plugin-api@1.0.6-next.2
1254
+
1255
+ ## 0.2.0-next.1
1256
+
1257
+ ### Patch Changes
1258
+
1259
+ - 817f3196f6: Updated React Router dependencies to be peer dependencies.
1260
+ - Updated dependencies
1261
+ - @backstage/core-components@0.11.1-next.1
1262
+ - @backstage/core-plugin-api@1.0.6-next.1
1263
+ - @backstage/plugin-catalog-react@1.1.4-next.1
1264
+
1265
+ ## 0.2.0-next.0
1266
+
1267
+ ### Minor Changes
1268
+
1269
+ - 6c1c59b96e: Added README card `EntityAzureReadmeCard` for Azure Devops.
1270
+
1271
+ To get the README component working you'll need to do the following two steps:
1272
+
1273
+ 1. First we need to add the @backstage-community/plugin-azure-devops package to your frontend app:
1274
+
1275
+ ```bash
1276
+ # From your Backstage root directory
1277
+ yarn add --cwd packages/app @backstage-community/plugin-azure-devops
1278
+ ```
1279
+
1280
+ 2. Second we need to add the `EntityAzureReadmeCard` extension to the entity page in your app:
1281
+
1282
+ ```tsx
1283
+ // In packages/app/src/components/catalog/EntityPage.tsx
1284
+ import {
1285
+ EntityAzureReadmeCard,
1286
+ isAzureDevOpsAvailable,
1287
+ } from '@backstage-community/plugin-azure-devops';
1288
+
1289
+ // As it is a card, you can customize it the way you prefer
1290
+ // For example in the Service section
1291
+
1292
+ const overviewContent = (
1293
+ <Grid container spacing={3} alignItems="stretch">
1294
+ <EntitySwitch>
1295
+ <EntitySwitch.Case if={isAzureDevOpsAvailable}>
1296
+ <Grid item md={6}>
1297
+ ...
1298
+ </Grid>
1299
+ <Grid item md={6}>
1300
+ <EntityAzureReadmeCard maxHeight={350} />
1301
+ </Grid>
1302
+ </EntitySwitch.Case>
1303
+ </EntitySwitch>
1304
+ </Grid>
1305
+ );
1306
+ ```
1307
+
1308
+ **Notes:**
1309
+
1310
+ - You'll need to add the `EntitySwitch.Case` above from step 2 to all the entity sections you want to see Readme in. For example if you wanted to see Readme when looking at Website entities then you would need to add this to the `websiteEntityPage` section.
1311
+ - The `if` prop is optional on the `EntitySwitch.Case`, you can remove it if you always want to see the tab even if the entity being viewed does not have the needed annotation
1312
+ - The `maxHeight` property on the `EntityAzureReadmeCard` will set the maximum screen size you would like to see, if not set it will default to 100%
1313
+
1314
+ ### Patch Changes
1315
+
1316
+ - 3f739be9d9: Minor API signatures cleanup
1317
+ - bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
1318
+ - Updated dependencies
1319
+ - @backstage-community/plugin-azure-devops-common@0.3.0-next.0
1320
+ - @backstage/core-plugin-api@1.0.6-next.0
1321
+ - @backstage/core-components@0.11.1-next.0
1322
+ - @backstage/plugin-catalog-react@1.1.4-next.0
1323
+
1324
+ ## 0.1.24
1325
+
1326
+ ### Patch Changes
1327
+
1328
+ - Updated dependencies
1329
+ - @backstage/core-components@0.11.0
1330
+ - @backstage/core-plugin-api@1.0.5
1331
+ - @backstage/plugin-catalog-react@1.1.3
1332
+
1333
+ ## 0.1.24-next.1
1334
+
1335
+ ### Patch Changes
1336
+
1337
+ - Updated dependencies
1338
+ - @backstage/plugin-catalog-react@1.1.3-next.2
1339
+ - @backstage/core-components@0.11.0-next.2
1340
+
1341
+ ## 0.1.24-next.0
1342
+
1343
+ ### Patch Changes
1344
+
1345
+ - Updated dependencies
1346
+ - @backstage/core-plugin-api@1.0.5-next.0
1347
+ - @backstage/plugin-catalog-react@1.1.3-next.0
1348
+ - @backstage/core-components@0.10.1-next.0
1349
+
1350
+ ## 0.1.23
1351
+
1352
+ ### Patch Changes
1353
+
1354
+ - a70869e775: Updated dependency `msw` to `^0.43.0`.
1355
+ - 4e9a90e307: Updated dependency `luxon` to `^3.0.0`.
1356
+ - 8006d0f9bf: Updated dependency `msw` to `^0.44.0`.
1357
+ - e049e41048: Exporting azureDevOpsApiRef, AzureGitTagsIcon, and all hooks for the benefit of other plugins.
1358
+ - Updated dependencies
1359
+ - @backstage/core-components@0.10.0
1360
+ - @backstage/catalog-model@1.1.0
1361
+ - @backstage/core-plugin-api@1.0.4
1362
+ - @backstage/plugin-catalog-react@1.1.2
1363
+ - @backstage/theme@0.2.16
1364
+ - @backstage/errors@1.1.0
1365
+ - @backstage-community/plugin-azure-devops-common@0.2.4
1366
+
1367
+ ## 0.1.23-next.3
1368
+
1369
+ ### Patch Changes
1370
+
1371
+ - a70869e775: Updated dependency `msw` to `^0.43.0`.
1372
+ - 4e9a90e307: Updated dependency `luxon` to `^3.0.0`.
1373
+ - Updated dependencies
1374
+ - @backstage/core-plugin-api@1.0.4-next.0
1375
+ - @backstage/core-components@0.10.0-next.3
1376
+ - @backstage/catalog-model@1.1.0-next.3
1377
+ - @backstage/plugin-catalog-react@1.1.2-next.3
1378
+ - @backstage-community/plugin-azure-devops-common@0.2.4-next.0
1379
+
1380
+ ## 0.1.23-next.2
1381
+
1382
+ ### Patch Changes
1383
+
1384
+ - Updated dependencies
1385
+ - @backstage/core-components@0.10.0-next.2
1386
+ - @backstage/catalog-model@1.1.0-next.2
1387
+ - @backstage/theme@0.2.16-next.1
1388
+ - @backstage/plugin-catalog-react@1.1.2-next.2
1389
+
1390
+ ## 0.1.23-next.1
1391
+
1392
+ ### Patch Changes
1393
+
1394
+ - Updated dependencies
1395
+ - @backstage/core-components@0.9.6-next.1
1396
+ - @backstage/catalog-model@1.1.0-next.1
1397
+ - @backstage/errors@1.1.0-next.0
1398
+ - @backstage/theme@0.2.16-next.0
1399
+ - @backstage/plugin-catalog-react@1.1.2-next.1
1400
+
1401
+ ## 0.1.23-next.0
1402
+
1403
+ ### Patch Changes
1404
+
1405
+ - e049e41048: Exporting azureDevOpsApiRef, AzureGitTagsIcon, and all hooks for the benefit of other plugins.
1406
+ - Updated dependencies
1407
+ - @backstage/catalog-model@1.1.0-next.0
1408
+ - @backstage/core-components@0.9.6-next.0
1409
+ - @backstage/plugin-catalog-react@1.1.2-next.0
1410
+
1411
+ ## 0.1.22
1412
+
1413
+ ### Patch Changes
1414
+
1415
+ - 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
1416
+ - Updated dependencies
1417
+ - @backstage/plugin-catalog-react@1.1.1
1418
+ - @backstage/core-components@0.9.5
1419
+ - @backstage/core-plugin-api@1.0.3
1420
+ - @backstage/catalog-model@1.0.3
1421
+
1422
+ ## 0.1.22-next.1
1423
+
1424
+ ### Patch Changes
1425
+
1426
+ - 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
1427
+ - Updated dependencies
1428
+ - @backstage/core-components@0.9.5-next.1
1429
+ - @backstage/core-plugin-api@1.0.3-next.0
1430
+ - @backstage/catalog-model@1.0.3-next.0
1431
+ - @backstage/plugin-catalog-react@1.1.1-next.1
1432
+
1433
+ ## 0.1.22-next.0
1434
+
1435
+ ### Patch Changes
1436
+
1437
+ - Updated dependencies
1438
+ - @backstage/plugin-catalog-react@1.1.1-next.0
1439
+ - @backstage/core-components@0.9.5-next.0
1440
+
1441
+ ## 0.1.21
1442
+
1443
+ ### Patch Changes
1444
+
1445
+ - ac14fcaf38: Added entity view for Azure Git Tags, based on existing Pull Requests view
1446
+ - Updated dependencies
1447
+ - @backstage/core-components@0.9.4
1448
+ - @backstage/core-plugin-api@1.0.2
1449
+ - @backstage/plugin-catalog-react@1.1.0
1450
+ - @backstage-community/plugin-azure-devops-common@0.2.3
1451
+ - @backstage/catalog-model@1.0.2
1452
+
1453
+ ## 0.1.21-next.2
1454
+
1455
+ ### Patch Changes
1456
+
1457
+ - ac14fcaf38: Added entity view for Azure Git Tags, based on existing Pull Requests view
1458
+ - Updated dependencies
1459
+ - @backstage/core-components@0.9.4-next.1
1460
+ - @backstage-community/plugin-azure-devops-common@0.2.3-next.0
1461
+ - @backstage/plugin-catalog-react@1.1.0-next.2
1462
+ - @backstage/catalog-model@1.0.2-next.0
1463
+ - @backstage/core-plugin-api@1.0.2-next.1
1464
+
1465
+ ## 0.1.21-next.1
1466
+
1467
+ ### Patch Changes
1468
+
1469
+ - Updated dependencies
1470
+ - @backstage/core-components@0.9.4-next.0
1471
+ - @backstage/core-plugin-api@1.0.2-next.0
1472
+ - @backstage/plugin-catalog-react@1.1.0-next.1
1473
+
1474
+ ## 0.1.21-next.0
1475
+
1476
+ ### Patch Changes
1477
+
1478
+ - Updated dependencies
1479
+ - @backstage/plugin-catalog-react@1.1.0-next.0
1480
+
1481
+ ## 0.1.20
1482
+
1483
+ ### Patch Changes
1484
+
1485
+ - 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
1486
+ - 230ad0826f: Bump to using `@types/node` v16
1487
+ - Updated dependencies
1488
+ - @backstage/plugin-catalog-react@1.0.1
1489
+ - @backstage/catalog-model@1.0.1
1490
+ - @backstage/core-components@0.9.3
1491
+ - @backstage/core-plugin-api@1.0.1
1492
+
1493
+ ## 0.1.20-next.1
1494
+
1495
+ ### Patch Changes
1496
+
1497
+ - 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
1498
+ - 230ad0826f: Bump to using `@types/node` v16
1499
+ - Updated dependencies
1500
+ - @backstage/core-components@0.9.3-next.2
1501
+ - @backstage/core-plugin-api@1.0.1-next.0
1502
+ - @backstage/plugin-catalog-react@1.0.1-next.3
1503
+
1504
+ ## 0.1.20-next.0
1505
+
1506
+ ### Patch Changes
1507
+
1508
+ - Updated dependencies
1509
+ - @backstage/catalog-model@1.0.1-next.0
1510
+ - @backstage/plugin-catalog-react@1.0.1-next.0
1511
+ - @backstage/core-components@0.9.3-next.0
1512
+
1513
+ ## 0.1.19
1514
+
1515
+ ### Patch Changes
1516
+
1517
+ - a422d7ce5e: chore(deps): bump `@testing-library/react` from 11.2.6 to 12.1.3
1518
+ - 4e6327ef7a: Updated readme
1519
+ - Updated dependencies
1520
+ - @backstage/core-components@0.9.2
1521
+ - @backstage/core-plugin-api@1.0.0
1522
+ - @backstage/plugin-catalog-react@1.0.0
1523
+ - @backstage/catalog-model@1.0.0
1524
+ - @backstage/errors@1.0.0
1525
+
1526
+ ## 0.1.18
1527
+
1528
+ ### Patch Changes
1529
+
1530
+ - Updated dependencies
1531
+ - @backstage/plugin-catalog-react@0.9.0
1532
+ - @backstage/core-components@0.9.1
1533
+ - @backstage/catalog-model@0.13.0
1534
+
1535
+ ## 0.1.18-next.0
1536
+
1537
+ ### Patch Changes
1538
+
1539
+ - Updated dependencies
1540
+ - @backstage/plugin-catalog-react@0.9.0-next.0
1541
+ - @backstage/core-components@0.9.1-next.0
1542
+ - @backstage/catalog-model@0.13.0-next.0
1543
+
1544
+ ## 0.1.17
1545
+
1546
+ ### Patch Changes
1547
+
1548
+ - Updated dependencies
1549
+ - @backstage/catalog-model@0.12.0
1550
+ - @backstage/core-components@0.9.0
1551
+ - @backstage/plugin-catalog-react@0.8.0
1552
+ - @backstage/core-plugin-api@0.8.0
1553
+
1554
+ ## 0.1.16
1555
+
1556
+ ### Patch Changes
1557
+
1558
+ - Updated dependencies
1559
+ - @backstage/core-components@0.8.10
1560
+ - @backstage/plugin-catalog-react@0.7.0
1561
+ - @backstage/catalog-model@0.11.0
1562
+ - @backstage/core-plugin-api@0.7.0
1563
+
1564
+ ## 0.1.15
1565
+
1566
+ ### Patch Changes
1567
+
1568
+ - 1ed305728b: Bump `node-fetch` to version 2.6.7 and `cross-fetch` to version 3.1.5
1569
+ - c77c5c7eb6: Added `backstage.role` to `package.json`
1570
+ - Updated dependencies
1571
+ - @backstage/core-components@0.8.9
1572
+ - @backstage/core-plugin-api@0.6.1
1573
+ - @backstage/errors@0.2.1
1574
+ - @backstage/plugin-catalog-react@0.6.15
1575
+ - @backstage/catalog-model@0.10.0
1576
+ - @backstage/theme@0.2.15
1577
+ - @backstage-community/plugin-azure-devops-common@0.2.1
1578
+
1579
+ ## 0.1.14
1580
+
1581
+ ### Patch Changes
1582
+
1583
+ - Updated dependencies
1584
+ - @backstage/core-components@0.8.8
1585
+ - @backstage/plugin-catalog-react@0.6.14
1586
+
1587
+ ## 0.1.14-next.0
1588
+
1589
+ ### Patch Changes
1590
+
1591
+ - Updated dependencies
1592
+ - @backstage/core-components@0.8.8-next.0
1593
+ - @backstage/plugin-catalog-react@0.6.14-next.0
1594
+
1595
+ ## 0.1.13
1596
+
1597
+ ### Patch Changes
1598
+
1599
+ - Updated dependencies
1600
+ - @backstage/core-components@0.8.7
1601
+ - @backstage/plugin-catalog-react@0.6.13
1602
+
1603
+ ## 0.1.13-next.0
1604
+
1605
+ ### Patch Changes
1606
+
1607
+ - Updated dependencies
1608
+ - @backstage/core-components@0.8.7-next.0
1609
+ - @backstage/plugin-catalog-react@0.6.13-next.0
1610
+
1611
+ ## 0.1.12
1612
+
1613
+ ### Patch Changes
1614
+
1615
+ - 0f104ecc4d: Updated to support cases where only Azure Pipelines to see Builds. You can use this new feature by adding the `dev.azure.com/project` and `dev.azure.com/build-definition` annotations to your `catalog-info.yaml` files. The Azure DevOps plugin [README has more detailed instructions](https://github.com/backstage/backstage/tree/master/plugins/azure-devops#setup).
1616
+ - Updated dependencies
1617
+ - @backstage/core-components@0.8.6
1618
+
1619
+ ## 0.1.11
1620
+
1621
+ ### Patch Changes
1622
+
1623
+ - 51fbedc445: Migrated usage of deprecated `IdentityApi` methods.
1624
+ - Updated dependencies
1625
+ - @backstage/core-components@0.8.5
1626
+ - @backstage/core-plugin-api@0.6.0
1627
+ - @backstage/plugin-catalog-react@0.6.12
1628
+ - @backstage/catalog-model@0.9.10
1629
+
1630
+ ## 0.1.11-next.0
1631
+
1632
+ ### Patch Changes
1633
+
1634
+ - 51fbedc445: Migrated usage of deprecated `IdentityApi` methods.
1635
+ - Updated dependencies
1636
+ - @backstage/core-components@0.8.5-next.0
1637
+ - @backstage/core-plugin-api@0.6.0-next.0
1638
+ - @backstage/plugin-catalog-react@0.6.12-next.0
1639
+ - @backstage/catalog-model@0.9.10-next.0
1640
+
1641
+ ## 0.1.10
1642
+
1643
+ ### Patch Changes
1644
+
1645
+ - a2ed2c2d69: - feat: Created PullRequestsDashboardProvider for resolving team and team member relations
1646
+ - feat: Created useUserTeamIds hook.
1647
+ - feat: Updated useFilterProcessor to provide teamIds for `AssignedToCurrentUsersTeams` and `CreatedByCurrentUsersTeams` filters.
1648
+ - 5333451def: Cleaned up API exports
1649
+ - Updated dependencies
1650
+ - @backstage/core-components@0.8.4
1651
+ - @backstage/core-plugin-api@0.5.0
1652
+ - @backstage-community/plugin-azure-devops-common@0.2.0
1653
+ - @backstage/plugin-catalog-react@0.6.11
1654
+ - @backstage/errors@0.2.0
1655
+ - @backstage/catalog-model@0.9.9
1656
+
1657
+ ## 0.1.9
1658
+
1659
+ ### Patch Changes
1660
+
1661
+ - 4ce51ab0f1: Internal refactor of the `react-use` imports to use `react-use/lib/*` instead.
1662
+ - Updated dependencies
1663
+ - @backstage/core-plugin-api@0.4.1
1664
+ - @backstage/plugin-catalog-react@0.6.10
1665
+ - @backstage/core-components@0.8.3
1666
+
1667
+ ## 0.1.8
1668
+
1669
+ ### Patch Changes
1670
+
1671
+ - Updated dependencies
1672
+ - @backstage/core-plugin-api@0.4.0
1673
+ - @backstage/plugin-catalog-react@0.6.8
1674
+ - @backstage/core-components@0.8.2
1675
+
1676
+ ## 0.1.7
1677
+
1678
+ ### Patch Changes
1679
+
1680
+ - daf32e2c9b: Created some initial filters that can be used to create pull request columns:
1681
+
1682
+ - All
1683
+ - AssignedToUser
1684
+ - AssignedToCurrentUser
1685
+ - AssignedToTeam
1686
+ - AssignedToTeams
1687
+ - AssignedToCurrentUsersTeams
1688
+ - CreatedByUser
1689
+ - CreatedByCurrentUser
1690
+ - CreatedByTeam
1691
+ - CreatedByTeams
1692
+ - CreatedByCurrentUsersTeams
1693
+
1694
+ Example custom column creation:
1695
+
1696
+ ```tsx
1697
+ const COLUMN_CONFIGS: PullRequestColumnConfig[] = [
1698
+ {
1699
+ title: 'Created by me',
1700
+ filters: [{ type: FilterType.CreatedByCurrentUser }],
1701
+ },
1702
+ {
1703
+ title: 'Created by Backstage Core',
1704
+ filters: [
1705
+ {
1706
+ type: FilterType.CreatedByTeam,
1707
+ teamName: 'Backstage Core',
1708
+ },
1709
+ ],
1710
+ },
1711
+ {
1712
+ title: 'Assigned to my teams',
1713
+ filters: [{ type: FilterType.AssignedToCurrentUsersTeams }],
1714
+ },
1715
+ {
1716
+ title: 'Other PRs',
1717
+ filters: [{ type: FilterType.All }],
1718
+ simplified: true,
1719
+ },
1720
+ ];
1721
+
1722
+ <Route
1723
+ path="/azure-pull-requests"
1724
+ element={
1725
+ <AzurePullRequestsPage
1726
+ projectName="{PROJECT_NAME}"
1727
+ defaultColumnConfigs={COLUMN_CONFIGS}
1728
+ />
1729
+ }
1730
+ />;
1731
+ ```
1732
+
1733
+ - Updated dependencies
1734
+ - @backstage/core-plugin-api@0.3.1
1735
+ - @backstage/core-components@0.8.1
1736
+ - @backstage-community/plugin-azure-devops-common@0.1.3
1737
+ - @backstage/catalog-model@0.9.8
1738
+ - @backstage/plugin-catalog-react@0.6.7
1739
+
1740
+ ## 0.1.6
1741
+
1742
+ ### Patch Changes
1743
+
1744
+ - cd450844f6: Moved React dependencies to `peerDependencies` and allow both React v16 and v17 to be used.
1745
+ - Updated dependencies
1746
+ - @backstage/core-components@0.8.0
1747
+ - @backstage/core-plugin-api@0.3.0
1748
+ - @backstage/plugin-catalog-react@0.6.5
1749
+ - @backstage-community/plugin-azure-devops-common@0.1.2
1750
+
1751
+ ## 0.1.5
1752
+
1753
+ ### Patch Changes
1754
+
1755
+ - 0749dd0307: feat: Created pull request card component and initial pull request dashboard page.
1756
+ - 82cd709fdb: **Backend**
1757
+
1758
+ - Created new `/dashboard-pull-requests/:projectName` endpoint
1759
+ - Created new `/all-teams` endpoint
1760
+ - Implemented pull request policy evaluation conversion
1761
+
1762
+ **Frontend**
1763
+
1764
+ - Refactored `PullRequestsPage` and added new properties for `projectName` and `pollingInterval`
1765
+ - Fixed spacing issue between repo link and creation date in `PullRequestCard`
1766
+ - Added missing condition to `PullRequestCardPolicy` for `RequiredReviewers`
1767
+ - Updated `useDashboardPullRequests` hook to implement long polling for pull requests
1768
+
1769
+ - Updated dependencies
1770
+ - @backstage-community/plugin-azure-devops-common@0.1.1
1771
+ - @backstage/core-components@0.7.6
1772
+ - @backstage/theme@0.2.14
1773
+ - @backstage/core-plugin-api@0.2.2
1774
+
1775
+ ## 0.1.4
1776
+
1777
+ ### Patch Changes
1778
+
1779
+ - a125278b81: Refactor out the deprecated path and icon from RouteRefs
1780
+ - b5eac957f2: Added entity view for Azure Repo Pull Requests
1781
+ - 2b5ccd2964: Improved Date handling for the Azure DevOps set of plugins by using strings and letting the frontend handle the conversion to DateTime
1782
+ - Updated dependencies
1783
+ - @backstage/catalog-model@0.9.7
1784
+ - @backstage/plugin-catalog-react@0.6.4
1785
+ - @backstage/core-components@0.7.4
1786
+ - @backstage/core-plugin-api@0.2.0
1787
+ - @backstage-community/plugin-azure-devops-common@0.1.0
1788
+
1789
+ ## 0.1.3
1790
+
1791
+ ### Patch Changes
1792
+
1793
+ - b85acc8c35: refactor(`@backstage-community/plugin-azure-devops`): Consume types from `@backstage-community/plugin-azure-devops-common`.
1794
+ Stop re-exporting types from `@backstage-community/plugin-azure-devops-backend`.
1795
+ Added new types to `@backstage-community/plugin-azure-devops-common`.
1796
+ - 84ace9a29c: Simplified queue time calculation in `BuildTable`.
1797
+ - Updated dependencies
1798
+ - @backstage/core-components@0.7.3
1799
+ - @backstage/theme@0.2.13
1800
+ - @backstage-community/plugin-azure-devops-common@0.0.2
1801
+ - @backstage/core-plugin-api@0.1.13
1802
+ - @backstage/plugin-catalog-react@0.6.3
1803
+
1804
+ ## 0.1.2
1805
+
1806
+ ### Patch Changes
1807
+
1808
+ - 7359623e87: Azure DevOps frontend refactoring items from issue #7641
1809
+
1810
+ - Remove backend setup documentation and linked to the Azure DevOps backend plugin for these instructions
1811
+ - Improved documentation to be easier to expand with new features in the future
1812
+ - Removed Router based on feedback from maintainers
1813
+ - Added tests for `getBuildResultComponent` and `getBuildStateComponent` from the BuildTable
1814
+
1815
+ - Updated dependencies
1816
+ - @backstage/theme@0.2.12
1817
+ - @backstage/errors@0.1.4
1818
+ - @backstage/core-components@0.7.2
1819
+ - @backstage/plugin-catalog-react@0.6.2
1820
+ - @backstage/catalog-model@0.9.6
1821
+ - @backstage/core-plugin-api@0.1.12
1822
+
1823
+ ## 0.1.1
1824
+
1825
+ ### Patch Changes
1826
+
1827
+ - Updated dependencies
1828
+ - @backstage/plugin-catalog-react@0.6.0
1829
+ - @backstage/core-components@0.7.0
1830
+ - @backstage/theme@0.2.11