@pagerduty/backstage-plugin 0.15.4 → 0.15.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.
Files changed (77) hide show
  1. package/config.d.ts +1 -1
  2. package/dist/api/client.esm.js.map +1 -1
  3. package/dist/components/ChangeEvents/ChangeEventEmptyState.esm.js +12 -9
  4. package/dist/components/ChangeEvents/ChangeEventEmptyState.esm.js.map +1 -1
  5. package/dist/components/ChangeEvents/ChangeEventForbiddenState.esm.js +12 -9
  6. package/dist/components/ChangeEvents/ChangeEventForbiddenState.esm.js.map +1 -1
  7. package/dist/components/ChangeEvents/ChangeEventListItem.esm.js +37 -25
  8. package/dist/components/ChangeEvents/ChangeEventListItem.esm.js.map +1 -1
  9. package/dist/components/ChangeEvents/ChangeEvents.esm.js +13 -9
  10. package/dist/components/ChangeEvents/ChangeEvents.esm.js.map +1 -1
  11. package/dist/components/EntityPagerDutyCard/index.esm.js +2 -2
  12. package/dist/components/EntityPagerDutyCard/index.esm.js.map +1 -1
  13. package/dist/components/EntityPagerDutySmallCard/index.esm.js +2 -2
  14. package/dist/components/EntityPagerDutySmallCard/index.esm.js.map +1 -1
  15. package/dist/components/Errors/ForbiddenError.esm.js +6 -6
  16. package/dist/components/Errors/ForbiddenError.esm.js.map +1 -1
  17. package/dist/components/Errors/MissingTokenError.esm.js +6 -6
  18. package/dist/components/Errors/MissingTokenError.esm.js.map +1 -1
  19. package/dist/components/Errors/ServiceNotFoundError.esm.js +6 -6
  20. package/dist/components/Errors/ServiceNotFoundError.esm.js.map +1 -1
  21. package/dist/components/Escalation/EscalationPolicy.esm.js +21 -18
  22. package/dist/components/Escalation/EscalationPolicy.esm.js.map +1 -1
  23. package/dist/components/Escalation/EscalationUser.esm.js +48 -39
  24. package/dist/components/Escalation/EscalationUser.esm.js.map +1 -1
  25. package/dist/components/Escalation/EscalationUsersEmptyState.esm.js +5 -2
  26. package/dist/components/Escalation/EscalationUsersEmptyState.esm.js.map +1 -1
  27. package/dist/components/Escalation/EscalationUsersForbiddenState.esm.js +5 -2
  28. package/dist/components/Escalation/EscalationUsersForbiddenState.esm.js.map +1 -1
  29. package/dist/components/HomePagePagerDutyCard/Content.esm.js +2 -2
  30. package/dist/components/HomePagePagerDutyCard/Content.esm.js.map +1 -1
  31. package/dist/components/Icons/index.esm.js +2 -2
  32. package/dist/components/Icons/index.esm.js.map +1 -1
  33. package/dist/components/Incident/IncidentEmptyState.esm.js +15 -13
  34. package/dist/components/Incident/IncidentEmptyState.esm.js.map +1 -1
  35. package/dist/components/Incident/IncidentForbiddenState.esm.js +12 -9
  36. package/dist/components/Incident/IncidentForbiddenState.esm.js.map +1 -1
  37. package/dist/components/Incident/IncidentListItem.esm.js +53 -40
  38. package/dist/components/Incident/IncidentListItem.esm.js.map +1 -1
  39. package/dist/components/Incident/Incidents.esm.js +10 -6
  40. package/dist/components/Incident/Incidents.esm.js.map +1 -1
  41. package/dist/components/PagerDutyCard/index.esm.js +115 -81
  42. package/dist/components/PagerDutyCard/index.esm.js.map +1 -1
  43. package/dist/components/PagerDutyCardCommon/InsightsCard.esm.js +8 -2
  44. package/dist/components/PagerDutyCardCommon/InsightsCard.esm.js.map +1 -1
  45. package/dist/components/PagerDutyCardCommon/OpenServiceButton.esm.js +9 -6
  46. package/dist/components/PagerDutyCardCommon/OpenServiceButton.esm.js.map +1 -1
  47. package/dist/components/PagerDutyCardCommon/ServiceStandardsCard.esm.js +34 -16
  48. package/dist/components/PagerDutyCardCommon/ServiceStandardsCard.esm.js.map +1 -1
  49. package/dist/components/PagerDutyCardCommon/StatusCard.esm.js +10 -6
  50. package/dist/components/PagerDutyCardCommon/StatusCard.esm.js.map +1 -1
  51. package/dist/components/PagerDutyCardCommon/TriggerIncidentButton.esm.js +27 -20
  52. package/dist/components/PagerDutyCardCommon/TriggerIncidentButton.esm.js.map +1 -1
  53. package/dist/components/PagerDutyPage/MappingTable.esm.js +39 -31
  54. package/dist/components/PagerDutyPage/MappingTable.esm.js.map +1 -1
  55. package/dist/components/PagerDutyPage/ServiceMappingComponent.esm.js +3 -2
  56. package/dist/components/PagerDutyPage/ServiceMappingComponent.esm.js.map +1 -1
  57. package/dist/components/PagerDutyPage/index.esm.js +85 -50
  58. package/dist/components/PagerDutyPage/index.esm.js.map +1 -1
  59. package/dist/components/PagerDutySmallCard/index.esm.js +116 -89
  60. package/dist/components/PagerDutySmallCard/index.esm.js.map +1 -1
  61. package/dist/components/TriggerButton/index.esm.js +23 -19
  62. package/dist/components/TriggerButton/index.esm.js.map +1 -1
  63. package/dist/components/TriggerDialog/TriggerDialog.esm.js +56 -36
  64. package/dist/components/TriggerDialog/TriggerDialog.esm.js.map +1 -1
  65. package/dist/components/constants.esm.js.map +1 -1
  66. package/dist/components/pagerDutyEntity.esm.js +1 -1
  67. package/dist/components/pagerDutyEntity.esm.js.map +1 -1
  68. package/dist/deprecated.esm.js +1 -2
  69. package/dist/deprecated.esm.js.map +1 -1
  70. package/dist/hooks/index.esm.js.map +1 -1
  71. package/dist/index.d.ts +12 -12
  72. package/dist/plugin.esm.js +2 -2
  73. package/dist/plugin.esm.js.map +1 -1
  74. package/package.json +19 -28
  75. package/CHANGELOG.md +0 -1390
  76. package/LICENSE +0 -201
  77. package/README.md +0 -51
package/CHANGELOG.md DELETED
@@ -1,1390 +0,0 @@
1
- # @backstage/plugin-pagerduty
2
-
3
- ## 0.6.2
4
-
5
- ### Patch Changes
6
-
7
- - 5003fc966741: Add new `disableChangeEvents` prop to `EntityPagerDutyCard` to hide the Change Events tab and disable fetching of change events for the PagerDuty service.
8
- - Updated dependencies
9
- - @backstage/plugin-home-react@0.1.2
10
- - @backstage/core-components@0.13.4
11
- - @backstage/plugin-catalog-react@1.8.1
12
- - @backstage/core-plugin-api@1.5.3
13
- - @backstage/catalog-model@1.4.1
14
- - @backstage/errors@1.2.1
15
- - @backstage/theme@0.4.1
16
-
17
- ## 0.6.2-next.1
18
-
19
- ### Patch Changes
20
-
21
- - Updated dependencies
22
- - @backstage/plugin-catalog-react@1.8.1-next.1
23
- - @backstage/plugin-home-react@0.1.2-next.0
24
-
25
- ## 0.6.2-next.0
26
-
27
- ### Patch Changes
28
-
29
- - Updated dependencies
30
- - @backstage/plugin-home-react@0.1.2-next.0
31
- - @backstage/core-components@0.13.4-next.0
32
- - @backstage/core-plugin-api@1.5.3
33
- - @backstage/plugin-catalog-react@1.8.1-next.0
34
- - @backstage/catalog-model@1.4.1
35
- - @backstage/errors@1.2.1
36
- - @backstage/theme@0.4.1
37
-
38
- ## 0.6.1
39
-
40
- ### Patch Changes
41
-
42
- - Updated dependencies
43
- - @backstage/theme@0.4.1
44
- - @backstage/errors@1.2.1
45
- - @backstage/plugin-catalog-react@1.8.0
46
- - @backstage/core-components@0.13.3
47
- - @backstage/plugin-home-react@0.1.1
48
- - @backstage/core-plugin-api@1.5.3
49
- - @backstage/catalog-model@1.4.1
50
-
51
- ## 0.6.1-next.2
52
-
53
- ### Patch Changes
54
-
55
- - Updated dependencies
56
- - @backstage/plugin-catalog-react@1.8.0-next.2
57
- - @backstage/plugin-home-react@0.1.1-next.2
58
- - @backstage/theme@0.4.1-next.1
59
- - @backstage/core-plugin-api@1.5.3-next.1
60
- - @backstage/core-components@0.13.3-next.2
61
- - @backstage/catalog-model@1.4.1-next.0
62
- - @backstage/errors@1.2.1-next.0
63
-
64
- ## 0.6.1-next.1
65
-
66
- ### Patch Changes
67
-
68
- - Updated dependencies
69
- - @backstage/theme@0.4.1-next.0
70
- - @backstage/core-components@0.13.3-next.1
71
- - @backstage/core-plugin-api@1.5.3-next.0
72
- - @backstage/plugin-catalog-react@1.7.1-next.1
73
- - @backstage/plugin-home-react@0.1.1-next.1
74
-
75
- ## 0.6.1-next.0
76
-
77
- ### Patch Changes
78
-
79
- - Updated dependencies
80
- - @backstage/errors@1.2.1-next.0
81
- - @backstage/core-components@0.13.3-next.0
82
- - @backstage/catalog-model@1.4.1-next.0
83
- - @backstage/core-plugin-api@1.5.2
84
- - @backstage/theme@0.4.0
85
- - @backstage/plugin-catalog-react@1.7.1-next.0
86
- - @backstage/plugin-home-react@0.1.1-next.0
87
-
88
- ## 0.6.0
89
-
90
- ### Minor Changes
91
-
92
- - 64bc274a1ee6: Adds a config schema definition so the plugin will validate with the new Backstage CLI "--strict" flag
93
-
94
- ### Patch Changes
95
-
96
- - 9512f13eb3af: Add a homepage widget for the `Pagerduty` component.
97
- - 3d11596a72b5: Update plugin installation docs to be more consistent across documentations
98
- - Updated dependencies
99
- - @backstage/core-plugin-api@1.5.2
100
- - @backstage/core-components@0.13.2
101
- - @backstage/theme@0.4.0
102
- - @backstage/plugin-catalog-react@1.7.0
103
- - @backstage/catalog-model@1.4.0
104
- - @backstage/errors@1.2.0
105
- - @backstage/plugin-home-react@0.1.0
106
-
107
- ## 0.5.12-next.3
108
-
109
- ### Patch Changes
110
-
111
- - Updated dependencies
112
- - @backstage/core-components@0.13.2-next.3
113
- - @backstage/catalog-model@1.4.0-next.1
114
- - @backstage/core-plugin-api@1.5.2-next.0
115
- - @backstage/errors@1.2.0-next.0
116
- - @backstage/theme@0.4.0-next.1
117
- - @backstage/plugin-catalog-react@1.7.0-next.3
118
- - @backstage/plugin-home-react@0.1.0-next.3
119
-
120
- ## 0.5.12-next.2
121
-
122
- ### Patch Changes
123
-
124
- - Updated dependencies
125
- - @backstage/theme@0.4.0-next.1
126
- - @backstage/plugin-catalog-react@1.7.0-next.2
127
- - @backstage/core-components@0.13.2-next.2
128
- - @backstage/plugin-home-react@0.1.0-next.2
129
- - @backstage/core-plugin-api@1.5.2-next.0
130
-
131
- ## 0.5.12-next.1
132
-
133
- ### Patch Changes
134
-
135
- - 9512f13eb3af: Add a homepage widget for the `Pagerduty` component.
136
- - Updated dependencies
137
- - @backstage/errors@1.2.0-next.0
138
- - @backstage/core-components@0.13.2-next.1
139
- - @backstage/plugin-catalog-react@1.7.0-next.1
140
- - @backstage/catalog-model@1.4.0-next.0
141
- - @backstage/core-plugin-api@1.5.2-next.0
142
- - @backstage/plugin-home-react@0.1.0-next.1
143
- - @backstage/theme@0.4.0-next.0
144
-
145
- ## 0.5.12-next.0
146
-
147
- ### Patch Changes
148
-
149
- - 3d11596a72b5: Update plugin installation docs to be more consistent across documentations
150
- - Updated dependencies
151
- - @backstage/plugin-catalog-react@1.7.0-next.0
152
- - @backstage/theme@0.4.0-next.0
153
- - @backstage/core-components@0.13.2-next.0
154
- - @backstage/core-plugin-api@1.5.1
155
- - @backstage/catalog-model@1.3.0
156
- - @backstage/errors@1.1.5
157
-
158
- ## 0.5.11
159
-
160
- ### Patch Changes
161
-
162
- - Updated dependencies
163
- - @backstage/theme@0.3.0
164
- - @backstage/plugin-catalog-react@1.6.0
165
- - @backstage/core-components@0.13.1
166
- - @backstage/catalog-model@1.3.0
167
- - @backstage/core-plugin-api@1.5.1
168
- - @backstage/errors@1.1.5
169
-
170
- ## 0.5.11-next.2
171
-
172
- ### Patch Changes
173
-
174
- - Updated dependencies
175
- - @backstage/theme@0.3.0-next.0
176
- - @backstage/core-components@0.13.1-next.1
177
- - @backstage/plugin-catalog-react@1.6.0-next.2
178
- - @backstage/core-plugin-api@1.5.1
179
-
180
- ## 0.5.11-next.1
181
-
182
- ### Patch Changes
183
-
184
- - Updated dependencies
185
- - @backstage/core-components@0.13.1-next.0
186
- - @backstage/core-plugin-api@1.5.1
187
- - @backstage/plugin-catalog-react@1.6.0-next.1
188
-
189
- ## 0.5.11-next.0
190
-
191
- ### Patch Changes
192
-
193
- - Updated dependencies
194
- - @backstage/plugin-catalog-react@1.6.0-next.0
195
- - @backstage/core-components@0.13.0
196
- - @backstage/core-plugin-api@1.5.1
197
- - @backstage/catalog-model@1.3.0
198
- - @backstage/errors@1.1.5
199
- - @backstage/theme@0.2.19
200
-
201
- ## 0.5.10
202
-
203
- ### Patch Changes
204
-
205
- - 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
206
- - e0c6e8b9c3c: Update peer dependencies
207
- - Updated dependencies
208
- - @backstage/core-components@0.13.0
209
- - @backstage/plugin-catalog-react@1.5.0
210
- - @backstage/theme@0.2.19
211
- - @backstage/core-plugin-api@1.5.1
212
- - @backstage/catalog-model@1.3.0
213
- - @backstage/errors@1.1.5
214
-
215
- ## 0.5.10-next.3
216
-
217
- ### Patch Changes
218
-
219
- - Updated dependencies
220
- - @backstage/plugin-catalog-react@1.5.0-next.3
221
- - @backstage/catalog-model@1.3.0-next.0
222
- - @backstage/core-components@0.13.0-next.3
223
- - @backstage/core-plugin-api@1.5.1-next.1
224
- - @backstage/errors@1.1.5
225
- - @backstage/theme@0.2.19-next.0
226
-
227
- ## 0.5.10-next.2
228
-
229
- ### Patch Changes
230
-
231
- - Updated dependencies
232
- - @backstage/core-components@0.12.6-next.2
233
- - @backstage/plugin-catalog-react@1.4.1-next.2
234
- - @backstage/core-plugin-api@1.5.1-next.1
235
- - @backstage/catalog-model@1.2.1
236
- - @backstage/errors@1.1.5
237
- - @backstage/theme@0.2.19-next.0
238
-
239
- ## 0.5.10-next.1
240
-
241
- ### Patch Changes
242
-
243
- - e0c6e8b9c3c: Update peer dependencies
244
- - Updated dependencies
245
- - @backstage/core-components@0.12.6-next.1
246
- - @backstage/core-plugin-api@1.5.1-next.0
247
- - @backstage/plugin-catalog-react@1.4.1-next.1
248
- - @backstage/theme@0.2.19-next.0
249
- - @backstage/catalog-model@1.2.1
250
- - @backstage/errors@1.1.5
251
-
252
- ## 0.5.10-next.0
253
-
254
- ### Patch Changes
255
-
256
- - 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
257
- - Updated dependencies
258
- - @backstage/core-components@0.12.6-next.0
259
- - @backstage/plugin-catalog-react@1.4.1-next.0
260
- - @backstage/core-plugin-api@1.5.0
261
- - @backstage/catalog-model@1.2.1
262
- - @backstage/errors@1.1.5
263
- - @backstage/theme@0.2.18
264
-
265
- ## 0.5.9
266
-
267
- ### Patch Changes
268
-
269
- - 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
270
- - 9c08ecbaa4b: Update readme link for discord channel
271
- - Updated dependencies
272
- - @backstage/core-components@0.12.5
273
- - @backstage/plugin-catalog-react@1.4.0
274
- - @backstage/errors@1.1.5
275
- - @backstage/core-plugin-api@1.5.0
276
- - @backstage/catalog-model@1.2.1
277
- - @backstage/theme@0.2.18
278
-
279
- ## 0.5.9-next.2
280
-
281
- ### Patch Changes
282
-
283
- - Updated dependencies
284
- - @backstage/core-components@0.12.5-next.2
285
- - @backstage/plugin-catalog-react@1.4.0-next.2
286
- - @backstage/core-plugin-api@1.5.0-next.2
287
-
288
- ## 0.5.9-next.1
289
-
290
- ### Patch Changes
291
-
292
- - 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
293
- - 9c08ecbaa4b: Update readme link for discord channel
294
- - Updated dependencies
295
- - @backstage/core-components@0.12.5-next.1
296
- - @backstage/errors@1.1.5-next.0
297
- - @backstage/core-plugin-api@1.4.1-next.1
298
- - @backstage/theme@0.2.18-next.0
299
- - @backstage/plugin-catalog-react@1.4.0-next.1
300
- - @backstage/catalog-model@1.2.1-next.1
301
-
302
- ## 0.5.9-next.0
303
-
304
- ### Patch Changes
305
-
306
- - Updated dependencies
307
- - @backstage/plugin-catalog-react@1.4.0-next.0
308
- - @backstage/core-plugin-api@1.4.1-next.0
309
- - @backstage/catalog-model@1.2.1-next.0
310
- - @backstage/core-components@0.12.5-next.0
311
- - @backstage/errors@1.1.4
312
- - @backstage/theme@0.2.17
313
-
314
- ## 0.5.8
315
-
316
- ### Patch Changes
317
-
318
- - 804746dd58: The PagerDutyCard now supports an optional `readOnly` property (`<PagerDutyCard readOnly />`) for suppressing the rendering of the "Create Incident" button from the Backstage UI.
319
- - Updated dependencies
320
- - @backstage/core-components@0.12.4
321
- - @backstage/catalog-model@1.2.0
322
- - @backstage/theme@0.2.17
323
- - @backstage/core-plugin-api@1.4.0
324
- - @backstage/plugin-catalog-react@1.3.0
325
- - @backstage/errors@1.1.4
326
-
327
- ## 0.5.8-next.2
328
-
329
- ### Patch Changes
330
-
331
- - Updated dependencies
332
- - @backstage/catalog-model@1.2.0-next.1
333
- - @backstage/core-components@0.12.4-next.1
334
- - @backstage/core-plugin-api@1.3.0
335
- - @backstage/errors@1.1.4
336
- - @backstage/theme@0.2.16
337
- - @backstage/plugin-catalog-react@1.3.0-next.2
338
-
339
- ## 0.5.8-next.1
340
-
341
- ### Patch Changes
342
-
343
- - Updated dependencies
344
- - @backstage/core-components@0.12.4-next.0
345
- - @backstage/plugin-catalog-react@1.3.0-next.1
346
- - @backstage/catalog-model@1.1.6-next.0
347
- - @backstage/core-plugin-api@1.3.0
348
- - @backstage/errors@1.1.4
349
- - @backstage/theme@0.2.16
350
-
351
- ## 0.5.8-next.0
352
-
353
- ### Patch Changes
354
-
355
- - Updated dependencies
356
- - @backstage/plugin-catalog-react@1.3.0-next.0
357
- - @backstage/catalog-model@1.1.6-next.0
358
-
359
- ## 0.5.7
360
-
361
- ### Patch Changes
362
-
363
- - Updated dependencies
364
- - @backstage/catalog-model@1.1.5
365
- - @backstage/plugin-catalog-react@1.2.4
366
- - @backstage/core-components@0.12.3
367
- - @backstage/core-plugin-api@1.3.0
368
- - @backstage/errors@1.1.4
369
- - @backstage/theme@0.2.16
370
-
371
- ## 0.5.7-next.2
372
-
373
- ### Patch Changes
374
-
375
- - Updated dependencies
376
- - @backstage/core-plugin-api@1.3.0-next.1
377
- - @backstage/plugin-catalog-react@1.2.4-next.2
378
- - @backstage/catalog-model@1.1.5-next.1
379
- - @backstage/core-components@0.12.3-next.2
380
- - @backstage/errors@1.1.4
381
- - @backstage/theme@0.2.16
382
-
383
- ## 0.5.7-next.1
384
-
385
- ### Patch Changes
386
-
387
- - Updated dependencies
388
- - @backstage/catalog-model@1.1.5-next.1
389
- - @backstage/core-components@0.12.3-next.1
390
- - @backstage/core-plugin-api@1.2.1-next.0
391
- - @backstage/errors@1.1.4
392
- - @backstage/theme@0.2.16
393
- - @backstage/plugin-catalog-react@1.2.4-next.1
394
-
395
- ## 0.5.7-next.0
396
-
397
- ### Patch Changes
398
-
399
- - Updated dependencies
400
- - @backstage/catalog-model@1.1.5-next.0
401
- - @backstage/plugin-catalog-react@1.2.4-next.0
402
- - @backstage/core-components@0.12.3-next.0
403
- - @backstage/core-plugin-api@1.2.0
404
- - @backstage/errors@1.1.4
405
- - @backstage/theme@0.2.16
406
-
407
- ## 0.5.6
408
-
409
- ### Patch Changes
410
-
411
- - Updated dependencies
412
- - @backstage/core-components@0.12.2
413
- - @backstage/plugin-catalog-react@1.2.3
414
-
415
- ## 0.5.5
416
-
417
- ### Patch Changes
418
-
419
- - cb716004ef: Internal refactor to improve tests
420
- - 3280711113: Updated dependency `msw` to `^0.49.0`.
421
- - Updated dependencies
422
- - @backstage/core-plugin-api@1.2.0
423
- - @backstage/core-components@0.12.1
424
- - @backstage/errors@1.1.4
425
- - @backstage/plugin-catalog-react@1.2.2
426
- - @backstage/catalog-model@1.1.4
427
- - @backstage/theme@0.2.16
428
-
429
- ## 0.5.5-next.4
430
-
431
- ### Patch Changes
432
-
433
- - Updated dependencies
434
- - @backstage/core-components@0.12.1-next.4
435
- - @backstage/plugin-catalog-react@1.2.2-next.4
436
- - @backstage/catalog-model@1.1.4-next.1
437
- - @backstage/core-plugin-api@1.2.0-next.2
438
- - @backstage/errors@1.1.4-next.1
439
- - @backstage/theme@0.2.16
440
-
441
- ## 0.5.5-next.3
442
-
443
- ### Patch Changes
444
-
445
- - Updated dependencies
446
- - @backstage/core-components@0.12.1-next.3
447
- - @backstage/catalog-model@1.1.4-next.1
448
- - @backstage/core-plugin-api@1.2.0-next.2
449
- - @backstage/errors@1.1.4-next.1
450
- - @backstage/theme@0.2.16
451
- - @backstage/plugin-catalog-react@1.2.2-next.3
452
-
453
- ## 0.5.5-next.2
454
-
455
- ### Patch Changes
456
-
457
- - Updated dependencies
458
- - @backstage/core-plugin-api@1.2.0-next.2
459
- - @backstage/core-components@0.12.1-next.2
460
- - @backstage/plugin-catalog-react@1.2.2-next.2
461
- - @backstage/catalog-model@1.1.4-next.1
462
- - @backstage/errors@1.1.4-next.1
463
- - @backstage/theme@0.2.16
464
-
465
- ## 0.5.5-next.1
466
-
467
- ### Patch Changes
468
-
469
- - Updated dependencies
470
- - @backstage/core-components@0.12.1-next.1
471
- - @backstage/core-plugin-api@1.1.1-next.1
472
- - @backstage/plugin-catalog-react@1.2.2-next.1
473
- - @backstage/catalog-model@1.1.4-next.1
474
- - @backstage/errors@1.1.4-next.1
475
- - @backstage/theme@0.2.16
476
-
477
- ## 0.5.5-next.0
478
-
479
- ### Patch Changes
480
-
481
- - cb716004ef: Internal refactor to improve tests
482
- - 3280711113: Updated dependency `msw` to `^0.49.0`.
483
- - Updated dependencies
484
- - @backstage/core-components@0.12.1-next.0
485
- - @backstage/core-plugin-api@1.1.1-next.0
486
- - @backstage/plugin-catalog-react@1.2.2-next.0
487
- - @backstage/catalog-model@1.1.4-next.0
488
- - @backstage/errors@1.1.4-next.0
489
- - @backstage/theme@0.2.16
490
-
491
- ## 0.5.4
492
-
493
- ### Patch Changes
494
-
495
- - f905853ad6: Prefer using `Link` from `@backstage/core-components` rather than material-UI.
496
- - Updated dependencies
497
- - @backstage/plugin-catalog-react@1.2.1
498
- - @backstage/core-components@0.12.0
499
- - @backstage/core-plugin-api@1.1.0
500
- - @backstage/catalog-model@1.1.3
501
- - @backstage/errors@1.1.3
502
- - @backstage/theme@0.2.16
503
-
504
- ## 0.5.4-next.1
505
-
506
- ### Patch Changes
507
-
508
- - Updated dependencies
509
- - @backstage/core-components@0.12.0-next.1
510
- - @backstage/catalog-model@1.1.3-next.0
511
- - @backstage/core-plugin-api@1.1.0-next.0
512
- - @backstage/errors@1.1.3-next.0
513
- - @backstage/theme@0.2.16
514
- - @backstage/plugin-catalog-react@1.2.1-next.1
515
-
516
- ## 0.5.4-next.0
517
-
518
- ### Patch Changes
519
-
520
- - f905853ad6: Prefer using `Link` from `@backstage/core-components` rather than material-UI.
521
- - Updated dependencies
522
- - @backstage/plugin-catalog-react@1.2.1-next.0
523
- - @backstage/core-components@0.12.0-next.0
524
- - @backstage/core-plugin-api@1.1.0-next.0
525
- - @backstage/catalog-model@1.1.3-next.0
526
- - @backstage/errors@1.1.3-next.0
527
- - @backstage/theme@0.2.16
528
-
529
- ## 0.5.3
530
-
531
- ### Patch Changes
532
-
533
- - Updated dependencies
534
- - @backstage/catalog-model@1.1.2
535
- - @backstage/plugin-catalog-react@1.2.0
536
- - @backstage/core-components@0.11.2
537
- - @backstage/core-plugin-api@1.0.7
538
- - @backstage/errors@1.1.2
539
- - @backstage/theme@0.2.16
540
-
541
- ## 0.5.3-next.2
542
-
543
- ### Patch Changes
544
-
545
- - Updated dependencies
546
- - @backstage/plugin-catalog-react@1.2.0-next.2
547
- - @backstage/catalog-model@1.1.2-next.2
548
- - @backstage/core-components@0.11.2-next.2
549
- - @backstage/core-plugin-api@1.0.7-next.2
550
- - @backstage/errors@1.1.2-next.2
551
- - @backstage/theme@0.2.16
552
-
553
- ## 0.5.3-next.1
554
-
555
- ### Patch Changes
556
-
557
- - Updated dependencies
558
- - @backstage/plugin-catalog-react@1.2.0-next.1
559
- - @backstage/core-components@0.11.2-next.1
560
- - @backstage/core-plugin-api@1.0.7-next.1
561
- - @backstage/catalog-model@1.1.2-next.1
562
- - @backstage/errors@1.1.2-next.1
563
- - @backstage/theme@0.2.16
564
-
565
- ## 0.5.3-next.0
566
-
567
- ### Patch Changes
568
-
569
- - Updated dependencies
570
- - @backstage/catalog-model@1.1.2-next.0
571
- - @backstage/core-components@0.11.2-next.0
572
- - @backstage/plugin-catalog-react@1.1.5-next.0
573
- - @backstage/core-plugin-api@1.0.7-next.0
574
- - @backstage/errors@1.1.2-next.0
575
- - @backstage/theme@0.2.16
576
-
577
- ## 0.5.2
578
-
579
- ### Patch Changes
580
-
581
- - 817f3196f6: Updated React Router dependencies to be peer dependencies.
582
- - 3f739be9d9: Minor API signatures cleanup
583
- - 7d47def9c4: Removed dependency on `@types/jest`.
584
- - d669d89206: Minor API signatures cleanup
585
- - 667d917488: Updated dependency `msw` to `^0.47.0`.
586
- - 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
587
- - bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
588
- - Updated dependencies
589
- - @backstage/core-components@0.11.1
590
- - @backstage/core-plugin-api@1.0.6
591
- - @backstage/plugin-catalog-react@1.1.4
592
- - @backstage/catalog-model@1.1.1
593
- - @backstage/errors@1.1.1
594
-
595
- ## 0.5.2-next.3
596
-
597
- ### Patch Changes
598
-
599
- - 7d47def9c4: Removed dependency on `@types/jest`.
600
- - Updated dependencies
601
- - @backstage/plugin-catalog-react@1.1.4-next.2
602
- - @backstage/catalog-model@1.1.1-next.0
603
- - @backstage/core-components@0.11.1-next.3
604
- - @backstage/core-plugin-api@1.0.6-next.3
605
- - @backstage/errors@1.1.1-next.0
606
-
607
- ## 0.5.2-next.2
608
-
609
- ### Patch Changes
610
-
611
- - 667d917488: Updated dependency `msw` to `^0.47.0`.
612
- - 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
613
- - Updated dependencies
614
- - @backstage/core-components@0.11.1-next.2
615
- - @backstage/core-plugin-api@1.0.6-next.2
616
-
617
- ## 0.5.2-next.1
618
-
619
- ### Patch Changes
620
-
621
- - 817f3196f6: Updated React Router dependencies to be peer dependencies.
622
- - d669d89206: Minor API signatures cleanup
623
- - Updated dependencies
624
- - @backstage/core-components@0.11.1-next.1
625
- - @backstage/core-plugin-api@1.0.6-next.1
626
- - @backstage/plugin-catalog-react@1.1.4-next.1
627
-
628
- ## 0.5.2-next.0
629
-
630
- ### Patch Changes
631
-
632
- - 3f739be9d9: Minor API signatures cleanup
633
- - bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
634
- - Updated dependencies
635
- - @backstage/core-plugin-api@1.0.6-next.0
636
- - @backstage/core-components@0.11.1-next.0
637
- - @backstage/plugin-catalog-react@1.1.4-next.0
638
-
639
- ## 0.5.1
640
-
641
- ### Patch Changes
642
-
643
- - Updated dependencies
644
- - @backstage/core-components@0.11.0
645
- - @backstage/core-plugin-api@1.0.5
646
- - @backstage/plugin-catalog-react@1.1.3
647
-
648
- ## 0.5.1-next.1
649
-
650
- ### Patch Changes
651
-
652
- - Updated dependencies
653
- - @backstage/plugin-catalog-react@1.1.3-next.2
654
- - @backstage/core-components@0.11.0-next.2
655
-
656
- ## 0.5.1-next.0
657
-
658
- ### Patch Changes
659
-
660
- - Updated dependencies
661
- - @backstage/core-plugin-api@1.0.5-next.0
662
- - @backstage/plugin-catalog-react@1.1.3-next.0
663
- - @backstage/core-components@0.10.1-next.0
664
-
665
- ## 0.5.0
666
-
667
- ### Minor Changes
668
-
669
- - 8798f8d93f: Introduces a new annotation `pagerduty.com/service-id` that can be used instead of the `pagerduty.com/integration-key` annotation.
670
- _Note: If both annotations are specified on a given Entity, then the `pagerduty.com/integration-key` annotation will be prefered_
671
-
672
- **BREAKING** The `PagerDutyClient.fromConfig` static method now expects a `FetchApi` compatible object and has been refactored to
673
- accept 2 arguments: config and ClientApiDependencies
674
- The `PagerDutyClient` now relies on a `fetchApi` being available to execute `fetch` requests.
675
-
676
- **BREAKING** A new query method `getServiceByEntity` that is used to query for Services by either the `integrationKey` or `serviceId`
677
- annotation values if they are defined. The `integrationKey` value is preferred currently over `serviceId`. As such, the previous
678
- `getServiceByIntegrationKey` method has been removed.
679
-
680
- **BREAKING** The return values for each Client query method has been changed to return an object instead of raw values.
681
- For example, the `getIncidentsByServiceId` query method now returns an object in the shape of `{ incidents: Incident[] }`
682
- instead of just `Incident[]`.
683
- This same pattern goes for `getChangeEventsByServiceId` and `getOnCallByPolicyId` functions.
684
-
685
- **BREAKING** All public exported types that relate to entities within PagerDuty have been prefixed with `PagerDuty` (e.g. `ServicesResponse` is now `PagerDutyServicesResponse` and `User` is now `PagerDutyUser`)
686
-
687
- In addition, various enhancements/bug fixes were introduced:
688
-
689
- - The `PagerDutyCard` component now wraps error and loading messages with an `InfoCard` to contain errors/messages. This enforces a consistent experience on the EntityPage
690
- - If no service can be found for the provided integration key, a new Error Message Empty State component will be shown instead of an error alert
691
- - Introduces the `fetchApi` to replace standard `window.fetch`
692
- - ensures that Identity Authorization is respected and provided in API requests
693
-
694
- ### Patch Changes
695
-
696
- - a70869e775: Updated dependency `msw` to `^0.43.0`.
697
- - 4e9a90e307: Updated dependency `luxon` to `^3.0.0`.
698
- - 8006d0f9bf: Updated dependency `msw` to `^0.44.0`.
699
- - Updated dependencies
700
- - @backstage/core-components@0.10.0
701
- - @backstage/catalog-model@1.1.0
702
- - @backstage/core-plugin-api@1.0.4
703
- - @backstage/plugin-catalog-react@1.1.2
704
- - @backstage/theme@0.2.16
705
- - @backstage/errors@1.1.0
706
-
707
- ## 0.5.0-next.3
708
-
709
- ### Patch Changes
710
-
711
- - a70869e775: Updated dependency `msw` to `^0.43.0`.
712
- - 4e9a90e307: Updated dependency `luxon` to `^3.0.0`.
713
- - Updated dependencies
714
- - @backstage/core-plugin-api@1.0.4-next.0
715
- - @backstage/core-components@0.10.0-next.3
716
- - @backstage/catalog-model@1.1.0-next.3
717
- - @backstage/plugin-catalog-react@1.1.2-next.3
718
-
719
- ## 0.5.0-next.2
720
-
721
- ### Patch Changes
722
-
723
- - Updated dependencies
724
- - @backstage/core-components@0.10.0-next.2
725
- - @backstage/catalog-model@1.1.0-next.2
726
- - @backstage/theme@0.2.16-next.1
727
- - @backstage/plugin-catalog-react@1.1.2-next.2
728
-
729
- ## 0.5.0-next.1
730
-
731
- ### Patch Changes
732
-
733
- - Updated dependencies
734
- - @backstage/core-components@0.9.6-next.1
735
- - @backstage/catalog-model@1.1.0-next.1
736
- - @backstage/errors@1.1.0-next.0
737
- - @backstage/theme@0.2.16-next.0
738
- - @backstage/plugin-catalog-react@1.1.2-next.1
739
-
740
- ## 0.5.0-next.0
741
-
742
- ### Minor Changes
743
-
744
- - 8798f8d93f: Introduces a new annotation `pagerduty.com/service-id` that can be used instead of the `pagerduty.com/integration-key` annotation.
745
- _Note: If both annotations are specified on a given Entity, then the `pagerduty.com/integration-key` annotation will be prefered_
746
-
747
- **BREAKING** The `PagerDutyClient.fromConfig` static method now expects a `FetchApi` compatible object and has been refactored to
748
- accept 2 arguments: config and ClientApiDependencies
749
- The `PagerDutyClient` now relies on a `fetchApi` being available to execute `fetch` requests.
750
-
751
- **BREAKING** A new query method `getServiceByEntity` that is used to query for Services by either the `integrationKey` or `serviceId`
752
- annotation values if they are defined. The `integrationKey` value is preferred currently over `serviceId`. As such, the previous
753
- `getServiceByIntegrationKey` method has been removed.
754
-
755
- **BREAKING** The return values for each Client query method has been changed to return an object instead of raw values.
756
- For example, the `getIncidentsByServiceId` query method now returns an object in the shape of `{ incidents: Incident[] }`
757
- instead of just `Incident[]`.
758
- This same pattern goes for `getChangeEventsByServiceId` and `getOnCallByPolicyId` functions.
759
-
760
- **BREAKING** All public exported types that relate to entities within PagerDuty have been prefixed with `PagerDuty` (e.g. `ServicesResponse` is now `PagerDutyServicesResponse` and `User` is now `PagerDutyUser`)
761
-
762
- In addition, various enhancements/bug fixes were introduced:
763
-
764
- - The `PagerDutyCard` component now wraps error and loading messages with an `InfoCard` to contain errors/messages. This enforces a consistent experience on the EntityPage
765
- - If no service can be found for the provided integration key, a new Error Message Empty State component will be shown instead of an error alert
766
- - Introduces the `fetchApi` to replace standard `window.fetch`
767
- - ensures that Identity Authorization is respected and provided in API requests
768
-
769
- ### Patch Changes
770
-
771
- - Updated dependencies
772
- - @backstage/catalog-model@1.1.0-next.0
773
- - @backstage/core-components@0.9.6-next.0
774
- - @backstage/plugin-catalog-react@1.1.2-next.0
775
-
776
- ## 0.4.0
777
-
778
- ### Minor Changes
779
-
780
- - b157c2eb1c: **Breaking**: Use identityApi to provide auth token for pagerduty API calls.
781
-
782
- ### Patch Changes
783
-
784
- - 76bf6400fe: Fix alert that was not showing after creating an incident.
785
- - 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
786
- - Updated dependencies
787
- - @backstage/plugin-catalog-react@1.1.1
788
- - @backstage/core-components@0.9.5
789
- - @backstage/core-plugin-api@1.0.3
790
- - @backstage/catalog-model@1.0.3
791
-
792
- ## 0.4.0-next.2
793
-
794
- ### Minor Changes
795
-
796
- - b157c2eb1c: **Breaking**: Use identityApi to provide auth token for pagerduty API calls.
797
-
798
- ### Patch Changes
799
-
800
- - Updated dependencies
801
- - @backstage/core-components@0.9.5-next.2
802
-
803
- ## 0.3.33-next.1
804
-
805
- ### Patch Changes
806
-
807
- - 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
808
- - Updated dependencies
809
- - @backstage/core-components@0.9.5-next.1
810
- - @backstage/core-plugin-api@1.0.3-next.0
811
- - @backstage/catalog-model@1.0.3-next.0
812
- - @backstage/plugin-catalog-react@1.1.1-next.1
813
-
814
- ## 0.3.33-next.0
815
-
816
- ### Patch Changes
817
-
818
- - 76bf6400fe: Fix alert that was not showing after creating an incident.
819
- - Updated dependencies
820
- - @backstage/plugin-catalog-react@1.1.1-next.0
821
- - @backstage/core-components@0.9.5-next.0
822
-
823
- ## 0.3.32
824
-
825
- ### Patch Changes
826
-
827
- - Updated dependencies
828
- - @backstage/core-components@0.9.4
829
- - @backstage/core-plugin-api@1.0.2
830
- - @backstage/plugin-catalog-react@1.1.0
831
- - @backstage/catalog-model@1.0.2
832
-
833
- ## 0.3.32-next.2
834
-
835
- ### Patch Changes
836
-
837
- - Updated dependencies
838
- - @backstage/core-components@0.9.4-next.1
839
- - @backstage/plugin-catalog-react@1.1.0-next.2
840
- - @backstage/catalog-model@1.0.2-next.0
841
- - @backstage/core-plugin-api@1.0.2-next.1
842
-
843
- ## 0.3.32-next.1
844
-
845
- ### Patch Changes
846
-
847
- - Updated dependencies
848
- - @backstage/core-components@0.9.4-next.0
849
- - @backstage/core-plugin-api@1.0.2-next.0
850
- - @backstage/plugin-catalog-react@1.1.0-next.1
851
-
852
- ## 0.3.32-next.0
853
-
854
- ### Patch Changes
855
-
856
- - Updated dependencies
857
- - @backstage/plugin-catalog-react@1.1.0-next.0
858
-
859
- ## 0.3.31
860
-
861
- ### Patch Changes
862
-
863
- - 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
864
- - 230ad0826f: Bump to using `@types/node` v16
865
- - Updated dependencies
866
- - @backstage/plugin-catalog-react@1.0.1
867
- - @backstage/catalog-model@1.0.1
868
- - @backstage/core-components@0.9.3
869
- - @backstage/core-plugin-api@1.0.1
870
-
871
- ## 0.3.31-next.1
872
-
873
- ### Patch Changes
874
-
875
- - 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
876
- - 230ad0826f: Bump to using `@types/node` v16
877
- - Updated dependencies
878
- - @backstage/core-components@0.9.3-next.2
879
- - @backstage/core-plugin-api@1.0.1-next.0
880
- - @backstage/plugin-catalog-react@1.0.1-next.3
881
-
882
- ## 0.3.31-next.0
883
-
884
- ### Patch Changes
885
-
886
- - Updated dependencies
887
- - @backstage/catalog-model@1.0.1-next.0
888
- - @backstage/plugin-catalog-react@1.0.1-next.0
889
- - @backstage/core-components@0.9.3-next.0
890
-
891
- ## 0.3.30
892
-
893
- ### Patch Changes
894
-
895
- - a422d7ce5e: chore(deps): bump `@testing-library/react` from 11.2.6 to 12.1.3
896
- - Updated dependencies
897
- - @backstage/core-components@0.9.2
898
- - @backstage/core-plugin-api@1.0.0
899
- - @backstage/plugin-catalog-react@1.0.0
900
- - @backstage/catalog-model@1.0.0
901
-
902
- ## 0.3.29
903
-
904
- ### Patch Changes
905
-
906
- - Updated dependencies
907
- - @backstage/plugin-catalog-react@0.9.0
908
- - @backstage/core-components@0.9.1
909
- - @backstage/catalog-model@0.13.0
910
-
911
- ## 0.3.29-next.0
912
-
913
- ### Patch Changes
914
-
915
- - Updated dependencies
916
- - @backstage/plugin-catalog-react@0.9.0-next.0
917
- - @backstage/core-components@0.9.1-next.0
918
- - @backstage/catalog-model@0.13.0-next.0
919
-
920
- ## 0.3.28
921
-
922
- ### Patch Changes
923
-
924
- - Updated dependencies
925
- - @backstage/catalog-model@0.12.0
926
- - @backstage/core-components@0.9.0
927
- - @backstage/plugin-catalog-react@0.8.0
928
- - @backstage/core-plugin-api@0.8.0
929
-
930
- ## 0.3.27
931
-
932
- ### Patch Changes
933
-
934
- - Updated dependencies
935
- - @backstage/core-components@0.8.10
936
- - @backstage/plugin-catalog-react@0.7.0
937
- - @backstage/catalog-model@0.11.0
938
- - @backstage/core-plugin-api@0.7.0
939
-
940
- ## 0.3.26
941
-
942
- ### Patch Changes
943
-
944
- - 1ed305728b: Bump `node-fetch` to version 2.6.7 and `cross-fetch` to version 3.1.5
945
- - c77c5c7eb6: Added `backstage.role` to `package.json`
946
- - edeeac7e9d: Switch `luxon` dependency range to be `^2.0.2` rather than `2.0.2`.
947
- - 7aeb491394: Replace use of deprecated `ENTITY_DEFAULT_NAMESPACE` constant with `DEFAULT_NAMESPACE`.
948
- - Updated dependencies
949
- - @backstage/core-components@0.8.9
950
- - @backstage/core-plugin-api@0.6.1
951
- - @backstage/plugin-catalog-react@0.6.15
952
- - @backstage/catalog-model@0.10.0
953
- - @backstage/theme@0.2.15
954
-
955
- ## 0.3.25
956
-
957
- ### Patch Changes
958
-
959
- - Updated dependencies
960
- - @backstage/core-components@0.8.8
961
- - @backstage/plugin-catalog-react@0.6.14
962
-
963
- ## 0.3.25-next.0
964
-
965
- ### Patch Changes
966
-
967
- - Updated dependencies
968
- - @backstage/core-components@0.8.8-next.0
969
- - @backstage/plugin-catalog-react@0.6.14-next.0
970
-
971
- ## 0.3.24
972
-
973
- ### Patch Changes
974
-
975
- - 5a459626bc: Fix change events tab error when change events exist
976
- - Updated dependencies
977
- - @backstage/core-components@0.8.7
978
- - @backstage/plugin-catalog-react@0.6.13
979
-
980
- ## 0.3.24-next.0
981
-
982
- ### Patch Changes
983
-
984
- - 5a459626bc: Fix change events tab error when change events exist
985
- - Updated dependencies
986
- - @backstage/core-components@0.8.7-next.0
987
- - @backstage/plugin-catalog-react@0.6.13-next.0
988
-
989
- ## 0.3.23
990
-
991
- ### Patch Changes
992
-
993
- - 51fbedc445: Migrated usage of deprecated `IdentityApi` methods.
994
- - 013301e07b: Remove redundant `node-fetch` dependency
995
- - Updated dependencies
996
- - @backstage/core-components@0.8.5
997
- - @backstage/core-plugin-api@0.6.0
998
- - @backstage/plugin-catalog-react@0.6.12
999
- - @backstage/catalog-model@0.9.10
1000
-
1001
- ## 0.3.23-next.0
1002
-
1003
- ### Patch Changes
1004
-
1005
- - 51fbedc445: Migrated usage of deprecated `IdentityApi` methods.
1006
- - 013301e07b: Remove redundant `node-fetch` dependency
1007
- - Updated dependencies
1008
- - @backstage/core-components@0.8.5-next.0
1009
- - @backstage/core-plugin-api@0.6.0-next.0
1010
- - @backstage/plugin-catalog-react@0.6.12-next.0
1011
- - @backstage/catalog-model@0.9.10-next.0
1012
-
1013
- ## 0.3.22
1014
-
1015
- ### Patch Changes
1016
-
1017
- - 7612e2856b: Clean up emptystate.svg image, removing wrong white artifact from the background
1018
- - Updated dependencies
1019
- - @backstage/core-components@0.8.4
1020
- - @backstage/core-plugin-api@0.5.0
1021
- - @backstage/plugin-catalog-react@0.6.11
1022
- - @backstage/catalog-model@0.9.9
1023
-
1024
- ## 0.3.21
1025
-
1026
- ### Patch Changes
1027
-
1028
- - 4ce51ab0f1: Internal refactor of the `react-use` imports to use `react-use/lib/*` instead.
1029
- - Updated dependencies
1030
- - @backstage/core-plugin-api@0.4.1
1031
- - @backstage/plugin-catalog-react@0.6.10
1032
- - @backstage/core-components@0.8.3
1033
-
1034
- ## 0.3.20
1035
-
1036
- ### Patch Changes
1037
-
1038
- - Updated dependencies
1039
- - @backstage/core-plugin-api@0.4.0
1040
- - @backstage/plugin-catalog-react@0.6.8
1041
- - @backstage/core-components@0.8.2
1042
-
1043
- ## 0.3.19
1044
-
1045
- ### Patch Changes
1046
-
1047
- - cd450844f6: Moved React dependencies to `peerDependencies` and allow both React v16 and v17 to be used.
1048
- - dcd1a0c3f4: Minor improvement to the API reports, by not unpacking arguments directly
1049
- - Updated dependencies
1050
- - @backstage/core-components@0.8.0
1051
- - @backstage/core-plugin-api@0.3.0
1052
- - @backstage/plugin-catalog-react@0.6.5
1053
-
1054
- ## 0.3.18
1055
-
1056
- ### Patch Changes
1057
-
1058
- - a125278b81: Refactor out the deprecated path and icon from RouteRefs
1059
- - Updated dependencies
1060
- - @backstage/catalog-model@0.9.7
1061
- - @backstage/plugin-catalog-react@0.6.4
1062
- - @backstage/core-components@0.7.4
1063
- - @backstage/core-plugin-api@0.2.0
1064
-
1065
- ## 0.3.17
1066
-
1067
- ### Patch Changes
1068
-
1069
- - Updated dependencies
1070
- - @backstage/plugin-catalog-react@0.6.0
1071
- - @backstage/core-components@0.7.0
1072
- - @backstage/theme@0.2.11
1073
-
1074
- ## 0.3.16
1075
-
1076
- ### Patch Changes
1077
-
1078
- - 81a41ec249: Added a `name` key to all extensions in order to improve Analytics API metadata.
1079
- - Updated dependencies
1080
- - @backstage/core-components@0.6.1
1081
- - @backstage/core-plugin-api@0.1.10
1082
- - @backstage/plugin-catalog-react@0.5.2
1083
- - @backstage/catalog-model@0.9.4
1084
-
1085
- ## 0.3.15
1086
-
1087
- ### Patch Changes
1088
-
1089
- - Updated dependencies
1090
- - @backstage/core-plugin-api@0.1.9
1091
- - @backstage/core-components@0.6.0
1092
- - @backstage/plugin-catalog-react@0.5.1
1093
-
1094
- ## 0.3.14
1095
-
1096
- ### Patch Changes
1097
-
1098
- - Updated dependencies
1099
- - @backstage/core-components@0.5.0
1100
- - @backstage/plugin-catalog-react@0.5.0
1101
- - @backstage/catalog-model@0.9.3
1102
-
1103
- ## 0.3.13
1104
-
1105
- ### Patch Changes
1106
-
1107
- - 9f1362dcc1: Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
1108
- - Updated dependencies
1109
- - @backstage/core-components@0.4.2
1110
- - @backstage/plugin-catalog-react@0.4.6
1111
- - @backstage/core-plugin-api@0.1.8
1112
-
1113
- ## 0.3.12
1114
-
1115
- ### Patch Changes
1116
-
1117
- - Updated dependencies
1118
- - @backstage/plugin-catalog-react@0.4.5
1119
- - @backstage/core-components@0.4.0
1120
- - @backstage/catalog-model@0.9.1
1121
-
1122
- ## 0.3.11
1123
-
1124
- ### Patch Changes
1125
-
1126
- - 8bedb75ae: Update Luxon dependency to 2.x
1127
- - 56c773909: Switched `@types/react` dependency to request `*` rather than a specific version.
1128
- - Updated dependencies
1129
- - @backstage/core-components@0.3.1
1130
- - @backstage/core-plugin-api@0.1.6
1131
- - @backstage/plugin-catalog-react@0.4.2
1132
-
1133
- ## 0.3.10
1134
-
1135
- ### Patch Changes
1136
-
1137
- - 260c053b9: Fix All Material UI Warnings
1138
- - Updated dependencies
1139
- - @backstage/core-components@0.3.0
1140
- - @backstage/core-plugin-api@0.1.5
1141
- - @backstage/plugin-catalog-react@0.4.1
1142
-
1143
- ## 0.3.9
1144
-
1145
- ### Patch Changes
1146
-
1147
- - 9d40fcb1e: - Bumping `material-ui/core` version to at least `4.12.2` as they made some breaking changes in later versions which broke `Pagination` of the `Table`.
1148
- - Switching out `material-table` to `@material-table/core` for support for the later versions of `material-ui/core`
1149
- - This causes a minor API change to `@backstage/core-components` as the interface for `Table` re-exports the `prop` from the underlying `Table` components.
1150
- - `onChangeRowsPerPage` has been renamed to `onRowsPerPageChange`
1151
- - `onChangePage` has been renamed to `onPageChange`
1152
- - Migration guide is here: https://material-table-core.com/docs/breaking-changes
1153
- - Updated dependencies
1154
- - @backstage/core-components@0.2.0
1155
- - @backstage/plugin-catalog-react@0.4.0
1156
- - @backstage/core-plugin-api@0.1.4
1157
- - @backstage/theme@0.2.9
1158
-
1159
- ## 0.3.8
1160
-
1161
- ### Patch Changes
1162
-
1163
- - Updated dependencies
1164
- - @backstage/plugin-catalog-react@0.3.0
1165
-
1166
- ## 0.3.7
1167
-
1168
- ### Patch Changes
1169
-
1170
- - d1bd7bb82: Update README
1171
- - Updated dependencies
1172
- - @backstage/core-components@0.1.5
1173
- - @backstage/catalog-model@0.9.0
1174
- - @backstage/plugin-catalog-react@0.2.6
1175
-
1176
- ## 0.3.6
1177
-
1178
- ### Patch Changes
1179
-
1180
- - 48c9fcd33: Migrated to use the new `@backstage/core-*` packages rather than `@backstage/core`.
1181
- - Updated dependencies
1182
- - @backstage/core-plugin-api@0.1.3
1183
- - @backstage/catalog-model@0.8.4
1184
- - @backstage/plugin-catalog-react@0.2.4
1185
-
1186
- ## 0.3.5
1187
-
1188
- ### Patch Changes
1189
-
1190
- - Updated dependencies [add62a455]
1191
- - Updated dependencies [cc592248b]
1192
- - Updated dependencies [17c497b81]
1193
- - Updated dependencies [704875e26]
1194
- - @backstage/catalog-model@0.8.0
1195
- - @backstage/core@0.7.11
1196
- - @backstage/plugin-catalog-react@0.2.0
1197
-
1198
- ## 0.3.4
1199
-
1200
- ### Patch Changes
1201
-
1202
- - 062bbf90f: chore: bump `@testing-library/user-event` from 12.8.3 to 13.1.8
1203
- - 675a569a9: chore: bump `react-use` dependency in all packages
1204
- - Updated dependencies [062bbf90f]
1205
- - Updated dependencies [10c008a3a]
1206
- - Updated dependencies [889d89b6e]
1207
- - Updated dependencies [16be1d093]
1208
- - Updated dependencies [3f988cb63]
1209
- - Updated dependencies [675a569a9]
1210
- - @backstage/core@0.7.9
1211
- - @backstage/plugin-catalog-react@0.1.6
1212
- - @backstage/catalog-model@0.7.9
1213
-
1214
- ## 0.3.3
1215
-
1216
- ### Patch Changes
1217
-
1218
- - c614ede9a: Updated README to have up-to-date install instructions.
1219
- - Updated dependencies [9afcac5af]
1220
- - Updated dependencies [e0c9ed759]
1221
- - Updated dependencies [6eaecbd81]
1222
- - @backstage/core@0.7.7
1223
-
1224
- ## 0.3.2
1225
-
1226
- ### Patch Changes
1227
-
1228
- - 4c049a1a1: - Adds onClick and other props to IconLinkVertical;
1229
-
1230
- - Allows TriggerButton component to render when pager duty key is missing;
1231
- - Refactors TriggerButton and PagerDutyCard not to have shared state;
1232
- - Removes the `action` prop of the IconLinkVertical component while adding `onClick`.
1233
-
1234
- Instead of having an action including a button with onClick, now the whole component can be clickable making it easier to implement and having a better UX.
1235
-
1236
- Before:
1237
-
1238
- ```ts
1239
- const myLink: IconLinkVerticalProps = {
1240
- label: 'Click me',
1241
- action: <Button onClick={myAction} />,
1242
- icon: <MyIcon onClick={myAction} />,
1243
- };
1244
- ```
1245
-
1246
- After:
1247
-
1248
- ```ts
1249
- const myLink: IconLinkVerticalProps = {
1250
- label: 'Click me',
1251
- onClick: myAction,
1252
- icon: <MyIcon />,
1253
- };
1254
- ```
1255
-
1256
- - Updated dependencies [12d8f27a6]
1257
- - Updated dependencies [40c0fdbaa]
1258
- - Updated dependencies [2a271d89e]
1259
- - Updated dependencies [bece09057]
1260
- - Updated dependencies [169f48deb]
1261
- - Updated dependencies [8a1566719]
1262
- - Updated dependencies [9d455f69a]
1263
- - Updated dependencies [4c049a1a1]
1264
- - Updated dependencies [02816ecd7]
1265
- - @backstage/catalog-model@0.7.3
1266
- - @backstage/core@0.7.0
1267
- - @backstage/plugin-catalog-react@0.1.1
1268
-
1269
- ## 0.3.1
1270
-
1271
- ### Patch Changes
1272
-
1273
- - Updated dependencies [3a58084b6]
1274
- - Updated dependencies [e799e74d4]
1275
- - Updated dependencies [d0760ecdf]
1276
- - Updated dependencies [1407b34c6]
1277
- - Updated dependencies [88f1f1b60]
1278
- - Updated dependencies [bad21a085]
1279
- - Updated dependencies [9615e68fb]
1280
- - Updated dependencies [49f9b7346]
1281
- - Updated dependencies [5c2e2863f]
1282
- - Updated dependencies [3a58084b6]
1283
- - Updated dependencies [2c1f2a7c2]
1284
- - @backstage/core@0.6.3
1285
- - @backstage/plugin-catalog-react@0.1.0
1286
- - @backstage/catalog-model@0.7.2
1287
-
1288
- ## 0.3.0
1289
-
1290
- ### Minor Changes
1291
-
1292
- - 549a859ac: Improved the UI of the pagerduty plugin, and added a standalone TriggerButton
1293
-
1294
- ### Patch Changes
1295
-
1296
- - Updated dependencies [fd3f2a8c0]
1297
- - Updated dependencies [d34d26125]
1298
- - Updated dependencies [0af242b6d]
1299
- - Updated dependencies [f4c2bcf54]
1300
- - Updated dependencies [10a0124e0]
1301
- - Updated dependencies [07e226872]
1302
- - Updated dependencies [f62e7abe5]
1303
- - Updated dependencies [96f378d10]
1304
- - Updated dependencies [688b73110]
1305
- - @backstage/core@0.6.2
1306
- - @backstage/plugin-catalog-react@0.0.4
1307
-
1308
- ## 0.2.8
1309
-
1310
- ### Patch Changes
1311
-
1312
- - 29a138636: Use the Luxon Date Library to follow the recommendations of ADR010.
1313
- - b288a291e: Migrated to new composability API, exporting the plugin instance as `pagerDutyPlugin`, entity card as `EntityPagerDutyCard`, and entity conditional as `isPagerDutyAvailable`.
1314
- - Updated dependencies [19d354c78]
1315
- - Updated dependencies [b51ee6ece]
1316
- - @backstage/plugin-catalog-react@0.0.3
1317
- - @backstage/core@0.6.1
1318
-
1319
- ## 0.2.7
1320
-
1321
- ### Patch Changes
1322
-
1323
- - Updated dependencies [12ece98cd]
1324
- - Updated dependencies [d82246867]
1325
- - Updated dependencies [c810082ae]
1326
- - Updated dependencies [5fa3bdb55]
1327
- - Updated dependencies [6e612ce25]
1328
- - Updated dependencies [025e122c3]
1329
- - Updated dependencies [21e624ba9]
1330
- - Updated dependencies [da9f53c60]
1331
- - Updated dependencies [32c95605f]
1332
- - Updated dependencies [7881f2117]
1333
- - Updated dependencies [54c7d02f7]
1334
- - Updated dependencies [11cb5ef94]
1335
- - @backstage/core@0.6.0
1336
- - @backstage/theme@0.2.3
1337
- - @backstage/catalog-model@0.7.1
1338
-
1339
- ## 0.2.6
1340
-
1341
- ### Patch Changes
1342
-
1343
- - Updated dependencies [def2307f3]
1344
- - Updated dependencies [efd6ef753]
1345
- - Updated dependencies [a187b8ad0]
1346
- - Updated dependencies [a93f42213]
1347
- - @backstage/catalog-model@0.7.0
1348
- - @backstage/core@0.5.0
1349
-
1350
- ## 0.2.5
1351
-
1352
- ### Patch Changes
1353
-
1354
- - b7a124883: Optimize empty state image size.
1355
-
1356
- ## 0.2.4
1357
-
1358
- ### Patch Changes
1359
-
1360
- - 342270e4d: Create AboutCard in core and use it in pagerduty and catalog plugin
1361
- - Updated dependencies [1dc445e89]
1362
- - Updated dependencies [342270e4d]
1363
- - @backstage/core@0.4.2
1364
-
1365
- ## 0.2.3
1366
-
1367
- ### Patch Changes
1368
-
1369
- - 3b50f833d: Supporting Timezones
1370
- - Updated dependencies [c911061b7]
1371
- - Updated dependencies [8ef71ed32]
1372
- - Updated dependencies [0e6298f7e]
1373
- - Updated dependencies [ac3560b42]
1374
- - @backstage/catalog-model@0.6.0
1375
- - @backstage/core@0.4.1
1376
-
1377
- ## 0.2.2
1378
-
1379
- ### Patch Changes
1380
-
1381
- - 6011b7d3e: Added pagerduty plugin to example app
1382
- - Updated dependencies [2527628e1]
1383
- - Updated dependencies [1c69d4716]
1384
- - Updated dependencies [83b6e0c1f]
1385
- - Updated dependencies [1665ae8bb]
1386
- - Updated dependencies [04f26f88d]
1387
- - Updated dependencies [ff243ce96]
1388
- - @backstage/core@0.4.0
1389
- - @backstage/catalog-model@0.5.0
1390
- - @backstage/theme@0.2.2