@backstage/plugin-catalog-react 0.6.14-next.0 → 0.6.14
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 +13 -0
- package/dist/index.cjs.js +572 -10
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +13 -2
- package/dist/index.esm.js +571 -17
- package/dist/index.esm.js.map +1 -1
- package/package.json +7 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-react
|
|
2
2
|
|
|
3
|
+
## 0.6.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 680e7c7452: Updated `useEntityListProvider` and catalog pickers to respond to external changes to query parameters in the URL, such as two sidebar links that apply different catalog filters.
|
|
8
|
+
- f8633307c4: Added an "inspect" entry in the entity three-dots menu, for lower level catalog
|
|
9
|
+
insights and debugging.
|
|
10
|
+
- 19155e0939: Updated React component type declarations to avoid exporting exotic component types.
|
|
11
|
+
- 7bb1bde7f6: Minor API cleanups
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
- @backstage/catalog-client@0.6.0
|
|
14
|
+
- @backstage/core-components@0.8.8
|
|
15
|
+
|
|
3
16
|
## 0.6.14-next.0
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|