@backstage-community/plugin-entity-feedback 0.2.18
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 +821 -0
- package/README.md +140 -0
- package/dist/esm/FeedbackRatingsTable-O2SrWgAE.esm.js +99 -0
- package/dist/esm/FeedbackRatingsTable-O2SrWgAE.esm.js.map +1 -0
- package/dist/esm/FeedbackResponseDialog-FxuGsr7u.esm.js +112 -0
- package/dist/esm/FeedbackResponseDialog-FxuGsr7u.esm.js.map +1 -0
- package/dist/esm/LikeDislikeButtons-D7M8hiAk.esm.js +109 -0
- package/dist/esm/LikeDislikeButtons-D7M8hiAk.esm.js.map +1 -0
- package/dist/esm/StarredRatingButtons-7kGQPIqk.esm.js +112 -0
- package/dist/esm/StarredRatingButtons-7kGQPIqk.esm.js.map +1 -0
- package/dist/esm/index-6WuZOQ2W.esm.js +51 -0
- package/dist/esm/index-6WuZOQ2W.esm.js.map +1 -0
- package/dist/esm/index-BNjpfNYP.esm.js +30 -0
- package/dist/esm/index-BNjpfNYP.esm.js.map +1 -0
- package/dist/esm/index-CV29yHQA.esm.js +33 -0
- package/dist/esm/index-CV29yHQA.esm.js.map +1 -0
- package/dist/esm/index-DKWcikxI.esm.js +25 -0
- package/dist/esm/index-DKWcikxI.esm.js.map +1 -0
- package/dist/esm/index-iIL-rmvF.esm.js +46 -0
- package/dist/esm/index-iIL-rmvF.esm.js.map +1 -0
- package/dist/esm/index-xB2VxWp7.esm.js +83 -0
- package/dist/esm/index-xB2VxWp7.esm.js.map +1 -0
- package/dist/index.d.ts +152 -0
- package/dist/index.esm.js +257 -0
- package/dist/index.esm.js.map +1 -0
- package/package.json +66 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,821 @@
|
|
|
1
|
+
# @backstage-community/plugin-entity-feedback
|
|
2
|
+
|
|
3
|
+
## 0.2.18
|
|
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-entity-feedback-common@0.1.4
|
|
10
|
+
|
|
11
|
+
## 0.2.17
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- abfbcfc: Updated dependency `@testing-library/react` to `^15.0.0`.
|
|
16
|
+
- cb1e3b0: Updated dependency `@testing-library/dom` to `^10.0.0`.
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @backstage/plugin-catalog-react@1.11.3
|
|
19
|
+
- @backstage/core-components@0.14.4
|
|
20
|
+
- @backstage/core-plugin-api@1.9.2
|
|
21
|
+
- @backstage/catalog-model@1.4.5
|
|
22
|
+
- @backstage/errors@1.2.4
|
|
23
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
24
|
+
|
|
25
|
+
## 0.2.17-next.1
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- Updated dependencies
|
|
30
|
+
- @backstage/catalog-model@1.4.5
|
|
31
|
+
- @backstage/core-components@0.14.4-next.0
|
|
32
|
+
- @backstage/core-plugin-api@1.9.1
|
|
33
|
+
- @backstage/errors@1.2.4
|
|
34
|
+
- @backstage/plugin-catalog-react@1.11.3-next.1
|
|
35
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
36
|
+
|
|
37
|
+
## 0.2.17-next.0
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- Updated dependencies
|
|
42
|
+
- @backstage/core-components@0.14.4-next.0
|
|
43
|
+
- @backstage/catalog-model@1.4.5
|
|
44
|
+
- @backstage/core-plugin-api@1.9.1
|
|
45
|
+
- @backstage/errors@1.2.4
|
|
46
|
+
- @backstage/plugin-catalog-react@1.11.3-next.0
|
|
47
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
48
|
+
|
|
49
|
+
## 0.2.16
|
|
50
|
+
|
|
51
|
+
### Patch Changes
|
|
52
|
+
|
|
53
|
+
- 12610b4: Added ESLint rule `no-top-level-material-ui-4-imports` in the `entity-feedback` plugin to migrate the Material UI imports.
|
|
54
|
+
- e8f026a: Use ESM exports of react-use library
|
|
55
|
+
- Updated dependencies
|
|
56
|
+
- @backstage/core-components@0.14.3
|
|
57
|
+
- @backstage/plugin-catalog-react@1.11.2
|
|
58
|
+
- @backstage/core-plugin-api@1.9.1
|
|
59
|
+
- @backstage/catalog-model@1.4.5
|
|
60
|
+
- @backstage/errors@1.2.4
|
|
61
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
62
|
+
|
|
63
|
+
## 0.2.15
|
|
64
|
+
|
|
65
|
+
### Patch Changes
|
|
66
|
+
|
|
67
|
+
- 12610b4: Added ESLint rule `no-top-level-material-ui-4-imports` in the `entity-feedback` plugin to migrate the Material UI imports.
|
|
68
|
+
- e8f026a: Use ESM exports of react-use library
|
|
69
|
+
- Updated dependencies
|
|
70
|
+
- @backstage/core-components@0.14.2
|
|
71
|
+
- @backstage/plugin-catalog-react@1.11.1
|
|
72
|
+
- @backstage/core-plugin-api@1.9.1
|
|
73
|
+
- @backstage/catalog-model@1.4.5
|
|
74
|
+
- @backstage/errors@1.2.4
|
|
75
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
76
|
+
|
|
77
|
+
## 0.2.14
|
|
78
|
+
|
|
79
|
+
### Patch Changes
|
|
80
|
+
|
|
81
|
+
- 96adf78: Remove empty Chip in `FeedbackResponseTable.tsx` when there is no response, and fix typo in Feedback Dialog Box.
|
|
82
|
+
- Updated dependencies
|
|
83
|
+
- @backstage/core-components@0.14.1
|
|
84
|
+
- @backstage/errors@1.2.4
|
|
85
|
+
- @backstage/plugin-catalog-react@1.11.0
|
|
86
|
+
- @backstage/catalog-model@1.4.5
|
|
87
|
+
- @backstage/core-plugin-api@1.9.1
|
|
88
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
89
|
+
|
|
90
|
+
## 0.2.14-next.2
|
|
91
|
+
|
|
92
|
+
### Patch Changes
|
|
93
|
+
|
|
94
|
+
- Updated dependencies
|
|
95
|
+
- @backstage/core-components@0.14.1-next.2
|
|
96
|
+
- @backstage/plugin-catalog-react@1.11.0-next.2
|
|
97
|
+
- @backstage/catalog-model@1.4.5-next.0
|
|
98
|
+
- @backstage/core-plugin-api@1.9.1-next.1
|
|
99
|
+
- @backstage/errors@1.2.4-next.0
|
|
100
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
101
|
+
|
|
102
|
+
## 0.2.14-next.1
|
|
103
|
+
|
|
104
|
+
### Patch Changes
|
|
105
|
+
|
|
106
|
+
- 96adf78: Remove empty Chip in `FeedbackResponseTable.tsx` when there is no response, and fix typo in Feedback Dialog Box.
|
|
107
|
+
- Updated dependencies
|
|
108
|
+
- @backstage/core-components@0.14.1-next.1
|
|
109
|
+
- @backstage/plugin-catalog-react@1.10.1-next.1
|
|
110
|
+
- @backstage/core-plugin-api@1.9.1-next.1
|
|
111
|
+
- @backstage/catalog-model@1.4.5-next.0
|
|
112
|
+
- @backstage/errors@1.2.4-next.0
|
|
113
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
114
|
+
|
|
115
|
+
## 0.2.14-next.0
|
|
116
|
+
|
|
117
|
+
### Patch Changes
|
|
118
|
+
|
|
119
|
+
- Updated dependencies
|
|
120
|
+
- @backstage/errors@1.2.4-next.0
|
|
121
|
+
- @backstage/core-components@0.14.1-next.0
|
|
122
|
+
- @backstage/plugin-catalog-react@1.10.1-next.0
|
|
123
|
+
- @backstage/catalog-model@1.4.5-next.0
|
|
124
|
+
- @backstage/core-plugin-api@1.9.1-next.0
|
|
125
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
126
|
+
|
|
127
|
+
## 0.2.13
|
|
128
|
+
|
|
129
|
+
### Patch Changes
|
|
130
|
+
|
|
131
|
+
- 8fe56a8: Widen `@types/react` dependency range to include version 18.
|
|
132
|
+
- Updated dependencies
|
|
133
|
+
- @backstage/plugin-catalog-react@1.10.0
|
|
134
|
+
- @backstage/core-components@0.14.0
|
|
135
|
+
- @backstage/catalog-model@1.4.4
|
|
136
|
+
- @backstage/core-plugin-api@1.9.0
|
|
137
|
+
- @backstage/errors@1.2.3
|
|
138
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
139
|
+
|
|
140
|
+
## 0.2.13-next.3
|
|
141
|
+
|
|
142
|
+
### Patch Changes
|
|
143
|
+
|
|
144
|
+
- Updated dependencies
|
|
145
|
+
- @backstage/core-components@0.14.0-next.2
|
|
146
|
+
- @backstage/plugin-catalog-react@1.10.0-next.3
|
|
147
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
148
|
+
- @backstage/core-plugin-api@1.9.0-next.1
|
|
149
|
+
- @backstage/errors@1.2.3
|
|
150
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
151
|
+
|
|
152
|
+
## 0.2.13-next.2
|
|
153
|
+
|
|
154
|
+
### Patch Changes
|
|
155
|
+
|
|
156
|
+
- 8fe56a8: Widen `@types/react` dependency range to include version 18.
|
|
157
|
+
- Updated dependencies
|
|
158
|
+
- @backstage/core-components@0.14.0-next.1
|
|
159
|
+
- @backstage/core-plugin-api@1.9.0-next.1
|
|
160
|
+
- @backstage/plugin-catalog-react@1.10.0-next.2
|
|
161
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
162
|
+
- @backstage/errors@1.2.3
|
|
163
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
164
|
+
|
|
165
|
+
## 0.2.13-next.1
|
|
166
|
+
|
|
167
|
+
### Patch Changes
|
|
168
|
+
|
|
169
|
+
- Updated dependencies
|
|
170
|
+
- @backstage/core-components@0.14.0-next.0
|
|
171
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
172
|
+
- @backstage/core-plugin-api@1.8.3-next.0
|
|
173
|
+
- @backstage/plugin-catalog-react@1.9.4-next.1
|
|
174
|
+
- @backstage/errors@1.2.3
|
|
175
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
176
|
+
|
|
177
|
+
## 0.2.13-next.0
|
|
178
|
+
|
|
179
|
+
### Patch Changes
|
|
180
|
+
|
|
181
|
+
- Updated dependencies
|
|
182
|
+
- @backstage/plugin-catalog-react@1.9.4-next.0
|
|
183
|
+
- @backstage/core-components@0.13.10
|
|
184
|
+
- @backstage/catalog-model@1.4.3
|
|
185
|
+
- @backstage/core-plugin-api@1.8.2
|
|
186
|
+
- @backstage/errors@1.2.3
|
|
187
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
188
|
+
|
|
189
|
+
## 0.2.12
|
|
190
|
+
|
|
191
|
+
### Patch Changes
|
|
192
|
+
|
|
193
|
+
- 4016f21: Remove some unused dependencies
|
|
194
|
+
- Updated dependencies
|
|
195
|
+
- @backstage/core-components@0.13.10
|
|
196
|
+
- @backstage/core-plugin-api@1.8.2
|
|
197
|
+
- @backstage/plugin-catalog-react@1.9.3
|
|
198
|
+
- @backstage/catalog-model@1.4.3
|
|
199
|
+
- @backstage/errors@1.2.3
|
|
200
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
201
|
+
|
|
202
|
+
## 0.2.12-next.2
|
|
203
|
+
|
|
204
|
+
### Patch Changes
|
|
205
|
+
|
|
206
|
+
- Updated dependencies
|
|
207
|
+
- @backstage/plugin-catalog-react@1.9.3-next.2
|
|
208
|
+
|
|
209
|
+
## 0.2.12-next.1
|
|
210
|
+
|
|
211
|
+
### Patch Changes
|
|
212
|
+
|
|
213
|
+
- Updated dependencies
|
|
214
|
+
- @backstage/core-plugin-api@1.8.2-next.0
|
|
215
|
+
- @backstage/core-components@0.13.10-next.1
|
|
216
|
+
- @backstage/plugin-catalog-react@1.9.3-next.1
|
|
217
|
+
- @backstage/catalog-model@1.4.3
|
|
218
|
+
- @backstage/errors@1.2.3
|
|
219
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
220
|
+
|
|
221
|
+
## 0.2.12-next.0
|
|
222
|
+
|
|
223
|
+
### Patch Changes
|
|
224
|
+
|
|
225
|
+
- 4016f21: Remove some unused dependencies
|
|
226
|
+
- Updated dependencies
|
|
227
|
+
- @backstage/core-components@0.13.10-next.0
|
|
228
|
+
- @backstage/plugin-catalog-react@1.9.3-next.0
|
|
229
|
+
- @backstage/catalog-model@1.4.3
|
|
230
|
+
- @backstage/core-plugin-api@1.8.1
|
|
231
|
+
- @backstage/errors@1.2.3
|
|
232
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
233
|
+
|
|
234
|
+
## 0.2.11
|
|
235
|
+
|
|
236
|
+
### Patch Changes
|
|
237
|
+
|
|
238
|
+
- Updated dependencies
|
|
239
|
+
- @backstage/core-plugin-api@1.8.1
|
|
240
|
+
- @backstage/plugin-catalog-react@1.9.2
|
|
241
|
+
- @backstage/core-components@0.13.9
|
|
242
|
+
- @backstage/theme@0.5.0
|
|
243
|
+
- @backstage/catalog-model@1.4.3
|
|
244
|
+
- @backstage/errors@1.2.3
|
|
245
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
246
|
+
|
|
247
|
+
## 0.2.11-next.3
|
|
248
|
+
|
|
249
|
+
### Patch Changes
|
|
250
|
+
|
|
251
|
+
- Updated dependencies
|
|
252
|
+
- @backstage/core-components@0.13.9-next.3
|
|
253
|
+
- @backstage/catalog-model@1.4.3
|
|
254
|
+
- @backstage/core-plugin-api@1.8.1-next.1
|
|
255
|
+
- @backstage/errors@1.2.3
|
|
256
|
+
- @backstage/theme@0.5.0-next.1
|
|
257
|
+
- @backstage/plugin-catalog-react@1.9.2-next.3
|
|
258
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
259
|
+
|
|
260
|
+
## 0.2.11-next.2
|
|
261
|
+
|
|
262
|
+
### Patch Changes
|
|
263
|
+
|
|
264
|
+
- Updated dependencies
|
|
265
|
+
- @backstage/theme@0.5.0-next.1
|
|
266
|
+
- @backstage/plugin-catalog-react@1.9.2-next.2
|
|
267
|
+
- @backstage/catalog-model@1.4.3
|
|
268
|
+
- @backstage/core-components@0.13.9-next.2
|
|
269
|
+
- @backstage/core-plugin-api@1.8.1-next.1
|
|
270
|
+
- @backstage/errors@1.2.3
|
|
271
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
272
|
+
|
|
273
|
+
## 0.2.11-next.1
|
|
274
|
+
|
|
275
|
+
### Patch Changes
|
|
276
|
+
|
|
277
|
+
- Updated dependencies
|
|
278
|
+
- @backstage/core-components@0.13.9-next.1
|
|
279
|
+
- @backstage/core-plugin-api@1.8.1-next.1
|
|
280
|
+
- @backstage/plugin-catalog-react@1.9.2-next.1
|
|
281
|
+
- @backstage/catalog-model@1.4.3
|
|
282
|
+
- @backstage/errors@1.2.3
|
|
283
|
+
- @backstage/theme@0.5.0-next.0
|
|
284
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
285
|
+
|
|
286
|
+
## 0.2.11-next.0
|
|
287
|
+
|
|
288
|
+
### Patch Changes
|
|
289
|
+
|
|
290
|
+
- Updated dependencies
|
|
291
|
+
- @backstage/core-plugin-api@1.8.1-next.0
|
|
292
|
+
- @backstage/plugin-catalog-react@1.9.2-next.0
|
|
293
|
+
- @backstage/core-components@0.13.9-next.0
|
|
294
|
+
- @backstage/theme@0.5.0-next.0
|
|
295
|
+
- @backstage/catalog-model@1.4.3
|
|
296
|
+
- @backstage/errors@1.2.3
|
|
297
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
298
|
+
|
|
299
|
+
## 0.2.9
|
|
300
|
+
|
|
301
|
+
### Patch Changes
|
|
302
|
+
|
|
303
|
+
- 6c2b872153: Add official support for React 18.
|
|
304
|
+
- Updated dependencies
|
|
305
|
+
- @backstage/plugin-catalog-react@1.9.0
|
|
306
|
+
- @backstage/core-components@0.13.8
|
|
307
|
+
- @backstage/core-plugin-api@1.8.0
|
|
308
|
+
- @backstage/theme@0.4.4
|
|
309
|
+
- @backstage/catalog-model@1.4.3
|
|
310
|
+
- @backstage/errors@1.2.3
|
|
311
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
312
|
+
|
|
313
|
+
## 0.2.9-next.2
|
|
314
|
+
|
|
315
|
+
### Patch Changes
|
|
316
|
+
|
|
317
|
+
- Updated dependencies
|
|
318
|
+
- @backstage/core-components@0.13.8-next.2
|
|
319
|
+
- @backstage/plugin-catalog-react@1.9.0-next.2
|
|
320
|
+
|
|
321
|
+
## 0.2.9-next.1
|
|
322
|
+
|
|
323
|
+
### Patch Changes
|
|
324
|
+
|
|
325
|
+
- Updated dependencies
|
|
326
|
+
- @backstage/plugin-catalog-react@1.9.0-next.1
|
|
327
|
+
- @backstage/core-components@0.13.8-next.1
|
|
328
|
+
- @backstage/catalog-model@1.4.3
|
|
329
|
+
- @backstage/core-plugin-api@1.8.0-next.0
|
|
330
|
+
- @backstage/errors@1.2.3
|
|
331
|
+
- @backstage/theme@0.4.4-next.0
|
|
332
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
333
|
+
|
|
334
|
+
## 0.2.9-next.0
|
|
335
|
+
|
|
336
|
+
### Patch Changes
|
|
337
|
+
|
|
338
|
+
- 6c2b872153: Add official support for React 18.
|
|
339
|
+
- Updated dependencies
|
|
340
|
+
- @backstage/core-components@0.13.7-next.0
|
|
341
|
+
- @backstage/plugin-catalog-react@1.9.0-next.0
|
|
342
|
+
- @backstage/core-plugin-api@1.8.0-next.0
|
|
343
|
+
- @backstage/theme@0.4.4-next.0
|
|
344
|
+
- @backstage/catalog-model@1.4.3
|
|
345
|
+
- @backstage/errors@1.2.3
|
|
346
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
347
|
+
|
|
348
|
+
## 0.2.8
|
|
349
|
+
|
|
350
|
+
### Patch Changes
|
|
351
|
+
|
|
352
|
+
- 48c8b93e98: Added tooltip to like dislike buttons
|
|
353
|
+
- 9a1fce352e: Updated dependency `@testing-library/jest-dom` to `^6.0.0`.
|
|
354
|
+
- f95af4e540: Updated dependency `@testing-library/dom` to `^9.0.0`.
|
|
355
|
+
- Updated dependencies
|
|
356
|
+
- @backstage/plugin-catalog-react@1.8.5
|
|
357
|
+
- @backstage/core-plugin-api@1.7.0
|
|
358
|
+
- @backstage/core-components@0.13.6
|
|
359
|
+
- @backstage/catalog-model@1.4.3
|
|
360
|
+
- @backstage/errors@1.2.3
|
|
361
|
+
- @backstage/theme@0.4.3
|
|
362
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
363
|
+
|
|
364
|
+
## 0.2.8-next.2
|
|
365
|
+
|
|
366
|
+
### Patch Changes
|
|
367
|
+
|
|
368
|
+
- Updated dependencies
|
|
369
|
+
- @backstage/core-components@0.13.6-next.2
|
|
370
|
+
- @backstage/core-plugin-api@1.7.0-next.1
|
|
371
|
+
- @backstage/catalog-model@1.4.3-next.0
|
|
372
|
+
- @backstage/plugin-catalog-react@1.8.5-next.2
|
|
373
|
+
- @backstage/errors@1.2.3-next.0
|
|
374
|
+
- @backstage/theme@0.4.3-next.0
|
|
375
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
376
|
+
|
|
377
|
+
## 0.2.8-next.1
|
|
378
|
+
|
|
379
|
+
### Patch Changes
|
|
380
|
+
|
|
381
|
+
- Updated dependencies
|
|
382
|
+
- @backstage/core-components@0.13.6-next.1
|
|
383
|
+
- @backstage/plugin-catalog-react@1.8.5-next.1
|
|
384
|
+
- @backstage/core-plugin-api@1.7.0-next.0
|
|
385
|
+
- @backstage/catalog-model@1.4.2
|
|
386
|
+
- @backstage/errors@1.2.2
|
|
387
|
+
- @backstage/theme@0.4.2
|
|
388
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
389
|
+
|
|
390
|
+
## 0.2.8-next.0
|
|
391
|
+
|
|
392
|
+
### Patch Changes
|
|
393
|
+
|
|
394
|
+
- Updated dependencies
|
|
395
|
+
- @backstage/plugin-catalog-react@1.8.5-next.0
|
|
396
|
+
- @backstage/core-plugin-api@1.7.0-next.0
|
|
397
|
+
- @backstage/core-components@0.13.6-next.0
|
|
398
|
+
- @backstage/catalog-model@1.4.2
|
|
399
|
+
- @backstage/errors@1.2.2
|
|
400
|
+
- @backstage/theme@0.4.2
|
|
401
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
402
|
+
|
|
403
|
+
## 0.2.7
|
|
404
|
+
|
|
405
|
+
### Patch Changes
|
|
406
|
+
|
|
407
|
+
- 5e2e06db747a: Improve README to note that Backstage identity is required to be configured
|
|
408
|
+
- 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
|
|
409
|
+
- 8cec7664e146: Removed `@types/node` dependency
|
|
410
|
+
- Updated dependencies
|
|
411
|
+
- @backstage/plugin-catalog-react@1.8.4
|
|
412
|
+
- @backstage/core-components@0.13.5
|
|
413
|
+
- @backstage/catalog-model@1.4.2
|
|
414
|
+
- @backstage/core-plugin-api@1.6.0
|
|
415
|
+
- @backstage/errors@1.2.2
|
|
416
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3
|
|
417
|
+
- @backstage/theme@0.4.2
|
|
418
|
+
|
|
419
|
+
## 0.2.7-next.3
|
|
420
|
+
|
|
421
|
+
### Patch Changes
|
|
422
|
+
|
|
423
|
+
- 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
|
|
424
|
+
- Updated dependencies
|
|
425
|
+
- @backstage/catalog-model@1.4.2-next.2
|
|
426
|
+
- @backstage/core-components@0.13.5-next.3
|
|
427
|
+
- @backstage/core-plugin-api@1.6.0-next.3
|
|
428
|
+
- @backstage/errors@1.2.2-next.0
|
|
429
|
+
- @backstage/plugin-catalog-react@1.8.4-next.3
|
|
430
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.3-next.0
|
|
431
|
+
- @backstage/theme@0.4.2-next.0
|
|
432
|
+
|
|
433
|
+
## 0.2.7-next.2
|
|
434
|
+
|
|
435
|
+
### Patch Changes
|
|
436
|
+
|
|
437
|
+
- 8cec7664e146: Removed `@types/node` dependency
|
|
438
|
+
- Updated dependencies
|
|
439
|
+
- @backstage/core-components@0.13.5-next.2
|
|
440
|
+
- @backstage/core-plugin-api@1.6.0-next.2
|
|
441
|
+
- @backstage/plugin-catalog-react@1.8.4-next.2
|
|
442
|
+
- @backstage/catalog-model@1.4.2-next.1
|
|
443
|
+
- @backstage/errors@1.2.1
|
|
444
|
+
- @backstage/theme@0.4.1
|
|
445
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.2
|
|
446
|
+
|
|
447
|
+
## 0.2.7-next.1
|
|
448
|
+
|
|
449
|
+
### Patch Changes
|
|
450
|
+
|
|
451
|
+
- Updated dependencies
|
|
452
|
+
- @backstage/plugin-catalog-react@1.8.4-next.1
|
|
453
|
+
- @backstage/core-components@0.13.5-next.1
|
|
454
|
+
- @backstage/catalog-model@1.4.2-next.0
|
|
455
|
+
- @backstage/core-plugin-api@1.6.0-next.1
|
|
456
|
+
- @backstage/errors@1.2.1
|
|
457
|
+
- @backstage/theme@0.4.1
|
|
458
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.2
|
|
459
|
+
|
|
460
|
+
## 0.2.6-next.0
|
|
461
|
+
|
|
462
|
+
### Patch Changes
|
|
463
|
+
|
|
464
|
+
- 5e2e06db747a: Improve README to note that Backstage identity is required to be configured
|
|
465
|
+
- Updated dependencies
|
|
466
|
+
- @backstage/core-plugin-api@1.6.0-next.0
|
|
467
|
+
- @backstage/core-components@0.13.5-next.0
|
|
468
|
+
- @backstage/catalog-model@1.4.1
|
|
469
|
+
- @backstage/errors@1.2.1
|
|
470
|
+
- @backstage/theme@0.4.1
|
|
471
|
+
- @backstage/plugin-catalog-react@1.8.3-next.0
|
|
472
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.2
|
|
473
|
+
|
|
474
|
+
## 0.2.4
|
|
475
|
+
|
|
476
|
+
### Patch Changes
|
|
477
|
+
|
|
478
|
+
- 12a8c94eda8d: Add package repository and homepage metadata
|
|
479
|
+
- Updated dependencies
|
|
480
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.2
|
|
481
|
+
- @backstage/core-components@0.13.4
|
|
482
|
+
- @backstage/plugin-catalog-react@1.8.1
|
|
483
|
+
- @backstage/core-plugin-api@1.5.3
|
|
484
|
+
- @backstage/catalog-model@1.4.1
|
|
485
|
+
- @backstage/errors@1.2.1
|
|
486
|
+
- @backstage/theme@0.4.1
|
|
487
|
+
|
|
488
|
+
## 0.2.4-next.2
|
|
489
|
+
|
|
490
|
+
### Patch Changes
|
|
491
|
+
|
|
492
|
+
- Updated dependencies
|
|
493
|
+
- @backstage/plugin-catalog-react@1.8.1-next.1
|
|
494
|
+
|
|
495
|
+
## 0.2.4-next.1
|
|
496
|
+
|
|
497
|
+
### Patch Changes
|
|
498
|
+
|
|
499
|
+
- 12a8c94eda8d: Add package repository and homepage metadata
|
|
500
|
+
- Updated dependencies
|
|
501
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.2-next.0
|
|
502
|
+
- @backstage/catalog-model@1.4.1
|
|
503
|
+
- @backstage/core-components@0.13.4-next.0
|
|
504
|
+
- @backstage/core-plugin-api@1.5.3
|
|
505
|
+
- @backstage/errors@1.2.1
|
|
506
|
+
- @backstage/theme@0.4.1
|
|
507
|
+
- @backstage/plugin-catalog-react@1.8.1-next.0
|
|
508
|
+
|
|
509
|
+
## 0.2.4-next.0
|
|
510
|
+
|
|
511
|
+
### Patch Changes
|
|
512
|
+
|
|
513
|
+
- Updated dependencies
|
|
514
|
+
- @backstage/core-components@0.13.4-next.0
|
|
515
|
+
- @backstage/core-plugin-api@1.5.3
|
|
516
|
+
- @backstage/plugin-catalog-react@1.8.1-next.0
|
|
517
|
+
- @backstage/catalog-model@1.4.1
|
|
518
|
+
- @backstage/errors@1.2.1
|
|
519
|
+
- @backstage/theme@0.4.1
|
|
520
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.1
|
|
521
|
+
|
|
522
|
+
## 0.2.3
|
|
523
|
+
|
|
524
|
+
### Patch Changes
|
|
525
|
+
|
|
526
|
+
- Updated dependencies
|
|
527
|
+
- @backstage/theme@0.4.1
|
|
528
|
+
- @backstage/errors@1.2.1
|
|
529
|
+
- @backstage/plugin-catalog-react@1.8.0
|
|
530
|
+
- @backstage/core-components@0.13.3
|
|
531
|
+
- @backstage/core-plugin-api@1.5.3
|
|
532
|
+
- @backstage/catalog-model@1.4.1
|
|
533
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.1
|
|
534
|
+
|
|
535
|
+
## 0.2.3-next.2
|
|
536
|
+
|
|
537
|
+
### Patch Changes
|
|
538
|
+
|
|
539
|
+
- Updated dependencies
|
|
540
|
+
- @backstage/plugin-catalog-react@1.8.0-next.2
|
|
541
|
+
- @backstage/theme@0.4.1-next.1
|
|
542
|
+
- @backstage/core-plugin-api@1.5.3-next.1
|
|
543
|
+
- @backstage/core-components@0.13.3-next.2
|
|
544
|
+
- @backstage/catalog-model@1.4.1-next.0
|
|
545
|
+
- @backstage/errors@1.2.1-next.0
|
|
546
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.1
|
|
547
|
+
|
|
548
|
+
## 0.2.3-next.1
|
|
549
|
+
|
|
550
|
+
### Patch Changes
|
|
551
|
+
|
|
552
|
+
- Updated dependencies
|
|
553
|
+
- @backstage/theme@0.4.1-next.0
|
|
554
|
+
- @backstage/core-components@0.13.3-next.1
|
|
555
|
+
- @backstage/core-plugin-api@1.5.3-next.0
|
|
556
|
+
- @backstage/plugin-catalog-react@1.7.1-next.1
|
|
557
|
+
|
|
558
|
+
## 0.2.3-next.0
|
|
559
|
+
|
|
560
|
+
### Patch Changes
|
|
561
|
+
|
|
562
|
+
- Updated dependencies
|
|
563
|
+
- @backstage/errors@1.2.1-next.0
|
|
564
|
+
- @backstage/core-components@0.13.3-next.0
|
|
565
|
+
- @backstage/catalog-model@1.4.1-next.0
|
|
566
|
+
- @backstage/core-plugin-api@1.5.2
|
|
567
|
+
- @backstage/theme@0.4.0
|
|
568
|
+
- @backstage/plugin-catalog-react@1.7.1-next.0
|
|
569
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.1
|
|
570
|
+
|
|
571
|
+
## 0.2.2
|
|
572
|
+
|
|
573
|
+
### Patch Changes
|
|
574
|
+
|
|
575
|
+
- 5c0f095c7660: Show user in feedback response table as link
|
|
576
|
+
- Updated dependencies
|
|
577
|
+
- @backstage/core-plugin-api@1.5.2
|
|
578
|
+
- @backstage/core-components@0.13.2
|
|
579
|
+
- @backstage/theme@0.4.0
|
|
580
|
+
- @backstage/plugin-catalog-react@1.7.0
|
|
581
|
+
- @backstage/catalog-model@1.4.0
|
|
582
|
+
- @backstage/errors@1.2.0
|
|
583
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.1
|
|
584
|
+
|
|
585
|
+
## 0.2.2-next.3
|
|
586
|
+
|
|
587
|
+
### Patch Changes
|
|
588
|
+
|
|
589
|
+
- Updated dependencies
|
|
590
|
+
- @backstage/core-components@0.13.2-next.3
|
|
591
|
+
- @backstage/catalog-model@1.4.0-next.1
|
|
592
|
+
- @backstage/core-plugin-api@1.5.2-next.0
|
|
593
|
+
- @backstage/errors@1.2.0-next.0
|
|
594
|
+
- @backstage/theme@0.4.0-next.1
|
|
595
|
+
- @backstage/plugin-catalog-react@1.7.0-next.3
|
|
596
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.1
|
|
597
|
+
|
|
598
|
+
## 0.2.2-next.2
|
|
599
|
+
|
|
600
|
+
### Patch Changes
|
|
601
|
+
|
|
602
|
+
- Updated dependencies
|
|
603
|
+
- @backstage/theme@0.4.0-next.1
|
|
604
|
+
- @backstage/plugin-catalog-react@1.7.0-next.2
|
|
605
|
+
- @backstage/core-components@0.13.2-next.2
|
|
606
|
+
- @backstage/core-plugin-api@1.5.2-next.0
|
|
607
|
+
|
|
608
|
+
## 0.2.2-next.1
|
|
609
|
+
|
|
610
|
+
### Patch Changes
|
|
611
|
+
|
|
612
|
+
- Updated dependencies
|
|
613
|
+
- @backstage/errors@1.2.0-next.0
|
|
614
|
+
- @backstage/core-components@0.13.2-next.1
|
|
615
|
+
- @backstage/plugin-catalog-react@1.7.0-next.1
|
|
616
|
+
- @backstage/catalog-model@1.4.0-next.0
|
|
617
|
+
- @backstage/core-plugin-api@1.5.2-next.0
|
|
618
|
+
- @backstage/theme@0.4.0-next.0
|
|
619
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.1
|
|
620
|
+
|
|
621
|
+
## 0.2.2-next.0
|
|
622
|
+
|
|
623
|
+
### Patch Changes
|
|
624
|
+
|
|
625
|
+
- Updated dependencies
|
|
626
|
+
- @backstage/plugin-catalog-react@1.7.0-next.0
|
|
627
|
+
- @backstage/theme@0.4.0-next.0
|
|
628
|
+
- @backstage/core-components@0.13.2-next.0
|
|
629
|
+
- @backstage/core-plugin-api@1.5.1
|
|
630
|
+
- @backstage/catalog-model@1.3.0
|
|
631
|
+
- @backstage/errors@1.1.5
|
|
632
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.1
|
|
633
|
+
|
|
634
|
+
## 0.2.1
|
|
635
|
+
|
|
636
|
+
### Patch Changes
|
|
637
|
+
|
|
638
|
+
- Updated dependencies
|
|
639
|
+
- @backstage/theme@0.3.0
|
|
640
|
+
- @backstage/plugin-catalog-react@1.6.0
|
|
641
|
+
- @backstage/core-components@0.13.1
|
|
642
|
+
- @backstage/catalog-model@1.3.0
|
|
643
|
+
- @backstage/core-plugin-api@1.5.1
|
|
644
|
+
- @backstage/errors@1.1.5
|
|
645
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.1
|
|
646
|
+
|
|
647
|
+
## 0.2.1-next.2
|
|
648
|
+
|
|
649
|
+
### Patch Changes
|
|
650
|
+
|
|
651
|
+
- Updated dependencies
|
|
652
|
+
- @backstage/theme@0.3.0-next.0
|
|
653
|
+
- @backstage/core-components@0.13.1-next.1
|
|
654
|
+
- @backstage/plugin-catalog-react@1.6.0-next.2
|
|
655
|
+
- @backstage/core-plugin-api@1.5.1
|
|
656
|
+
|
|
657
|
+
## 0.2.1-next.1
|
|
658
|
+
|
|
659
|
+
### Patch Changes
|
|
660
|
+
|
|
661
|
+
- Updated dependencies
|
|
662
|
+
- @backstage/core-components@0.13.1-next.0
|
|
663
|
+
- @backstage/core-plugin-api@1.5.1
|
|
664
|
+
- @backstage/plugin-catalog-react@1.6.0-next.1
|
|
665
|
+
|
|
666
|
+
## 0.2.1-next.0
|
|
667
|
+
|
|
668
|
+
### Patch Changes
|
|
669
|
+
|
|
670
|
+
- Updated dependencies
|
|
671
|
+
- @backstage/plugin-catalog-react@1.6.0-next.0
|
|
672
|
+
- @backstage/core-components@0.13.0
|
|
673
|
+
- @backstage/core-plugin-api@1.5.1
|
|
674
|
+
- @backstage/catalog-model@1.3.0
|
|
675
|
+
- @backstage/errors@1.1.5
|
|
676
|
+
- @backstage/theme@0.2.19
|
|
677
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.1
|
|
678
|
+
|
|
679
|
+
## 0.2.0
|
|
680
|
+
|
|
681
|
+
### Minor Changes
|
|
682
|
+
|
|
683
|
+
- 7eba760e6f6: Added an endpoint to fetch anonymous aggregated results from an entity
|
|
684
|
+
|
|
685
|
+
### Patch Changes
|
|
686
|
+
|
|
687
|
+
- 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
|
|
688
|
+
- e0c6e8b9c3c: Update peer dependencies
|
|
689
|
+
- Updated dependencies
|
|
690
|
+
- @backstage/core-components@0.13.0
|
|
691
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.1
|
|
692
|
+
- @backstage/plugin-catalog-react@1.5.0
|
|
693
|
+
- @backstage/theme@0.2.19
|
|
694
|
+
- @backstage/core-plugin-api@1.5.1
|
|
695
|
+
- @backstage/catalog-model@1.3.0
|
|
696
|
+
- @backstage/errors@1.1.5
|
|
697
|
+
|
|
698
|
+
## 0.2.0-next.3
|
|
699
|
+
|
|
700
|
+
### Patch Changes
|
|
701
|
+
|
|
702
|
+
- Updated dependencies
|
|
703
|
+
- @backstage/plugin-catalog-react@1.5.0-next.3
|
|
704
|
+
- @backstage/catalog-model@1.3.0-next.0
|
|
705
|
+
- @backstage/core-components@0.13.0-next.3
|
|
706
|
+
- @backstage/core-plugin-api@1.5.1-next.1
|
|
707
|
+
- @backstage/errors@1.1.5
|
|
708
|
+
- @backstage/theme@0.2.19-next.0
|
|
709
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.1-next.0
|
|
710
|
+
|
|
711
|
+
## 0.2.0-next.2
|
|
712
|
+
|
|
713
|
+
### Patch Changes
|
|
714
|
+
|
|
715
|
+
- Updated dependencies
|
|
716
|
+
- @backstage/core-components@0.12.6-next.2
|
|
717
|
+
- @backstage/plugin-catalog-react@1.4.1-next.2
|
|
718
|
+
- @backstage/core-plugin-api@1.5.1-next.1
|
|
719
|
+
- @backstage/catalog-model@1.2.1
|
|
720
|
+
- @backstage/errors@1.1.5
|
|
721
|
+
- @backstage/theme@0.2.19-next.0
|
|
722
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.1-next.0
|
|
723
|
+
|
|
724
|
+
## 0.2.0-next.1
|
|
725
|
+
|
|
726
|
+
### Patch Changes
|
|
727
|
+
|
|
728
|
+
- e0c6e8b9c3c: Update peer dependencies
|
|
729
|
+
- Updated dependencies
|
|
730
|
+
- @backstage/core-components@0.12.6-next.1
|
|
731
|
+
- @backstage/core-plugin-api@1.5.1-next.0
|
|
732
|
+
- @backstage/plugin-catalog-react@1.4.1-next.1
|
|
733
|
+
- @backstage/theme@0.2.19-next.0
|
|
734
|
+
- @backstage/catalog-model@1.2.1
|
|
735
|
+
- @backstage/errors@1.1.5
|
|
736
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.1-next.0
|
|
737
|
+
|
|
738
|
+
## 0.2.0-next.0
|
|
739
|
+
|
|
740
|
+
### Minor Changes
|
|
741
|
+
|
|
742
|
+
- 7eba760e6f6: Added an endpoint to fetch anonymous aggregated results from an entity
|
|
743
|
+
|
|
744
|
+
### Patch Changes
|
|
745
|
+
|
|
746
|
+
- 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
|
|
747
|
+
- Updated dependencies
|
|
748
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.1-next.0
|
|
749
|
+
- @backstage/core-components@0.12.6-next.0
|
|
750
|
+
- @backstage/plugin-catalog-react@1.4.1-next.0
|
|
751
|
+
- @backstage/core-plugin-api@1.5.0
|
|
752
|
+
- @backstage/catalog-model@1.2.1
|
|
753
|
+
- @backstage/errors@1.1.5
|
|
754
|
+
- @backstage/theme@0.2.18
|
|
755
|
+
|
|
756
|
+
## 0.1.1
|
|
757
|
+
|
|
758
|
+
### Patch Changes
|
|
759
|
+
|
|
760
|
+
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
|
|
761
|
+
- Updated dependencies
|
|
762
|
+
- @backstage/core-components@0.12.5
|
|
763
|
+
- @backstage/plugin-catalog-react@1.4.0
|
|
764
|
+
- @backstage/errors@1.1.5
|
|
765
|
+
- @backstage/core-plugin-api@1.5.0
|
|
766
|
+
- @backstage/catalog-model@1.2.1
|
|
767
|
+
- @backstage/theme@0.2.18
|
|
768
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.0
|
|
769
|
+
|
|
770
|
+
## 0.1.1-next.2
|
|
771
|
+
|
|
772
|
+
### Patch Changes
|
|
773
|
+
|
|
774
|
+
- Updated dependencies
|
|
775
|
+
- @backstage/core-components@0.12.5-next.2
|
|
776
|
+
- @backstage/plugin-catalog-react@1.4.0-next.2
|
|
777
|
+
- @backstage/core-plugin-api@1.5.0-next.2
|
|
778
|
+
|
|
779
|
+
## 0.1.1-next.1
|
|
780
|
+
|
|
781
|
+
### Patch Changes
|
|
782
|
+
|
|
783
|
+
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
|
|
784
|
+
- Updated dependencies
|
|
785
|
+
- @backstage/core-components@0.12.5-next.1
|
|
786
|
+
- @backstage/errors@1.1.5-next.0
|
|
787
|
+
- @backstage/core-plugin-api@1.4.1-next.1
|
|
788
|
+
- @backstage/theme@0.2.18-next.0
|
|
789
|
+
- @backstage/plugin-catalog-react@1.4.0-next.1
|
|
790
|
+
- @backstage/catalog-model@1.2.1-next.1
|
|
791
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.0
|
|
792
|
+
|
|
793
|
+
## 0.1.1-next.0
|
|
794
|
+
|
|
795
|
+
### Patch Changes
|
|
796
|
+
|
|
797
|
+
- Updated dependencies
|
|
798
|
+
- @backstage/plugin-catalog-react@1.4.0-next.0
|
|
799
|
+
- @backstage/core-plugin-api@1.4.1-next.0
|
|
800
|
+
- @backstage/catalog-model@1.2.1-next.0
|
|
801
|
+
- @backstage/core-components@0.12.5-next.0
|
|
802
|
+
- @backstage/errors@1.1.4
|
|
803
|
+
- @backstage/theme@0.2.17
|
|
804
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.0
|
|
805
|
+
|
|
806
|
+
## 0.1.0
|
|
807
|
+
|
|
808
|
+
### Minor Changes
|
|
809
|
+
|
|
810
|
+
- a3c86a7ed2: Implement entity feedback plugin, check out the `README.md` for more details!
|
|
811
|
+
|
|
812
|
+
### Patch Changes
|
|
813
|
+
|
|
814
|
+
- Updated dependencies
|
|
815
|
+
- @backstage/core-components@0.12.4
|
|
816
|
+
- @backstage-community/plugin-entity-feedback-common@0.1.0
|
|
817
|
+
- @backstage/catalog-model@1.2.0
|
|
818
|
+
- @backstage/theme@0.2.17
|
|
819
|
+
- @backstage/core-plugin-api@1.4.0
|
|
820
|
+
- @backstage/plugin-catalog-react@1.3.0
|
|
821
|
+
- @backstage/errors@1.1.4
|