@backstage/plugin-catalog-react 0.6.1 → 0.6.5
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 +49 -0
- package/dist/index.cjs.js +167 -168
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +35 -3
- package/dist/index.esm.js +75 -76
- package/dist/index.esm.js.map +1 -1
- package/package.json +18 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,54 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-react
|
|
2
2
|
|
|
3
|
+
## 0.6.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- cd450844f6: Moved React dependencies to `peerDependencies` and allow both React v16 and v17 to be used.
|
|
8
|
+
- 69034b4419: Fix typo in catalog-react package.json
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/core-components@0.8.0
|
|
11
|
+
- @backstage/core-plugin-api@0.3.0
|
|
12
|
+
- @backstage/core-app-api@0.2.0
|
|
13
|
+
- @backstage/version-bridge@0.1.1
|
|
14
|
+
|
|
15
|
+
## 0.6.4
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- a125278b81: Refactor out the deprecated path and icon from RouteRefs
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @backstage/catalog-client@0.5.2
|
|
22
|
+
- @backstage/catalog-model@0.9.7
|
|
23
|
+
- @backstage/core-components@0.7.4
|
|
24
|
+
- @backstage/core-plugin-api@0.2.0
|
|
25
|
+
- @backstage/core-app-api@0.1.21
|
|
26
|
+
|
|
27
|
+
## 0.6.3
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- 03b47a476d: export `loadIdentityOwnerRefs` and `loadCatalogOwnerRefs` all the way
|
|
32
|
+
- Updated dependencies
|
|
33
|
+
- @backstage/core-components@0.7.3
|
|
34
|
+
- @backstage/catalog-client@0.5.1
|
|
35
|
+
- @backstage/core-plugin-api@0.1.13
|
|
36
|
+
- @backstage/core-app-api@0.1.20
|
|
37
|
+
|
|
38
|
+
## 0.6.2
|
|
39
|
+
|
|
40
|
+
### Patch Changes
|
|
41
|
+
|
|
42
|
+
- f9cc2509f8: EntityTypePicker can be hidden and have an initial filter value set, similar to EntityKindPicker
|
|
43
|
+
- 10615525f3: Switch to use the json and observable types from `@backstage/types`
|
|
44
|
+
- Updated dependencies
|
|
45
|
+
- @backstage/errors@0.1.4
|
|
46
|
+
- @backstage/integration@0.6.9
|
|
47
|
+
- @backstage/core-components@0.7.2
|
|
48
|
+
- @backstage/catalog-model@0.9.6
|
|
49
|
+
- @backstage/core-app-api@0.1.19
|
|
50
|
+
- @backstage/core-plugin-api@0.1.12
|
|
51
|
+
|
|
3
52
|
## 0.6.1
|
|
4
53
|
|
|
5
54
|
### Patch Changes
|