@backstage-community/plugin-entity-feedback 0.11.1 → 0.13.0
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 +22 -0
- package/dist/alpha.d.ts +6 -6
- package/dist/package.json.esm.js +12 -12
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @backstage-community/plugin-entity-feedback
|
|
2
2
|
|
|
3
|
+
## 0.13.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 8f9b3b0: Backstage version bump to v1.45.3
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [8f9b3b0]
|
|
12
|
+
- @backstage-community/plugin-entity-feedback-common@0.11.0
|
|
13
|
+
|
|
14
|
+
## 0.12.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- 3e1695b: Backstage version bump to v1.44.0
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [3e1695b]
|
|
23
|
+
- @backstage-community/plugin-entity-feedback-common@0.10.0
|
|
24
|
+
|
|
3
25
|
## 0.11.1
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api'
|
|
|
11
11
|
declare const entityFeedbackPlugin: _backstage_frontend_plugin_api.OverridableFrontendPlugin<{
|
|
12
12
|
root: _backstage_frontend_plugin_api.RouteRef<undefined>;
|
|
13
13
|
}, {}, {
|
|
14
|
-
"api:entity-feedback": _backstage_frontend_plugin_api.
|
|
14
|
+
"api:entity-feedback": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
15
15
|
kind: "api";
|
|
16
16
|
name: undefined;
|
|
17
17
|
config: {};
|
|
@@ -22,7 +22,7 @@ declare const entityFeedbackPlugin: _backstage_frontend_plugin_api.OverridableFr
|
|
|
22
22
|
[x: string]: unknown;
|
|
23
23
|
}>(params: _backstage_core_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_core_plugin_api.AnyApiFactory>;
|
|
24
24
|
}>;
|
|
25
|
-
"entity-card:entity-feedback/ratings-buttons": _backstage_frontend_plugin_api.
|
|
25
|
+
"entity-card:entity-feedback/ratings-buttons": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
26
26
|
config: {
|
|
27
27
|
title: string;
|
|
28
28
|
variant: "starred" | "like-dislike";
|
|
@@ -60,8 +60,8 @@ declare const entityFeedbackPlugin: _backstage_frontend_plugin_api.OverridableFr
|
|
|
60
60
|
[x: string]: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.ExtensionDataRef<unknown, string, {
|
|
61
61
|
optional?: true | undefined;
|
|
62
62
|
}>, {
|
|
63
|
-
optional: boolean;
|
|
64
63
|
singleton: boolean;
|
|
64
|
+
optional: boolean;
|
|
65
65
|
}>;
|
|
66
66
|
};
|
|
67
67
|
kind: "entity-card";
|
|
@@ -72,7 +72,7 @@ declare const entityFeedbackPlugin: _backstage_frontend_plugin_api.OverridableFr
|
|
|
72
72
|
type?: _backstage_plugin_catalog_react_alpha.EntityCardType | undefined;
|
|
73
73
|
};
|
|
74
74
|
}>;
|
|
75
|
-
"entity-card:entity-feedback/ratings-table": _backstage_frontend_plugin_api.
|
|
75
|
+
"entity-card:entity-feedback/ratings-table": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
76
76
|
config: {
|
|
77
77
|
title: string | undefined;
|
|
78
78
|
allEntities: boolean | undefined;
|
|
@@ -100,8 +100,8 @@ declare const entityFeedbackPlugin: _backstage_frontend_plugin_api.OverridableFr
|
|
|
100
100
|
[x: string]: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.ExtensionDataRef<unknown, string, {
|
|
101
101
|
optional?: true | undefined;
|
|
102
102
|
}>, {
|
|
103
|
-
optional: boolean;
|
|
104
103
|
singleton: boolean;
|
|
104
|
+
optional: boolean;
|
|
105
105
|
}>;
|
|
106
106
|
};
|
|
107
107
|
kind: "entity-card";
|
|
@@ -112,7 +112,7 @@ declare const entityFeedbackPlugin: _backstage_frontend_plugin_api.OverridableFr
|
|
|
112
112
|
type?: _backstage_plugin_catalog_react_alpha.EntityCardType | undefined;
|
|
113
113
|
};
|
|
114
114
|
}>;
|
|
115
|
-
"entity-content:entity-feedback": _backstage_frontend_plugin_api.
|
|
115
|
+
"entity-content:entity-feedback": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
116
116
|
kind: "entity-content";
|
|
117
117
|
name: undefined;
|
|
118
118
|
config: {
|
package/dist/package.json.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var name = "@backstage-community/plugin-entity-feedback";
|
|
2
|
-
var version = "0.
|
|
2
|
+
var version = "0.13.0";
|
|
3
3
|
var backstage = {
|
|
4
4
|
role: "frontend-plugin",
|
|
5
5
|
pluginId: "entity-feedback",
|
|
@@ -52,24 +52,24 @@ var scripts = {
|
|
|
52
52
|
};
|
|
53
53
|
var dependencies = {
|
|
54
54
|
"@backstage-community/plugin-entity-feedback-common": "workspace:^",
|
|
55
|
-
"@backstage/catalog-model": "^1.7.
|
|
56
|
-
"@backstage/core-compat-api": "^0.5.
|
|
57
|
-
"@backstage/core-components": "^0.18.
|
|
58
|
-
"@backstage/core-plugin-api": "^1.
|
|
55
|
+
"@backstage/catalog-model": "^1.7.6",
|
|
56
|
+
"@backstage/core-compat-api": "^0.5.4",
|
|
57
|
+
"@backstage/core-components": "^0.18.3",
|
|
58
|
+
"@backstage/core-plugin-api": "^1.12.0",
|
|
59
59
|
"@backstage/errors": "^1.2.7",
|
|
60
|
-
"@backstage/frontend-plugin-api": "^0.
|
|
61
|
-
"@backstage/plugin-catalog-react": "^1.21.
|
|
60
|
+
"@backstage/frontend-plugin-api": "^0.13.1",
|
|
61
|
+
"@backstage/plugin-catalog-react": "^1.21.3",
|
|
62
62
|
"@material-ui/core": "^4.9.13",
|
|
63
63
|
"@material-ui/icons": "^4.9.1",
|
|
64
64
|
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
65
65
|
"react-use": "^17.2.4"
|
|
66
66
|
};
|
|
67
67
|
var devDependencies = {
|
|
68
|
-
"@backstage/cli": "
|
|
69
|
-
"@backstage/dev-utils": "^1.1.
|
|
70
|
-
"@backstage/frontend-defaults": "^0.3.
|
|
71
|
-
"@backstage/plugin-catalog": "^1.
|
|
72
|
-
"@backstage/test-utils": "^1.7.
|
|
68
|
+
"@backstage/cli": "^0.34.5",
|
|
69
|
+
"@backstage/dev-utils": "^1.1.17",
|
|
70
|
+
"@backstage/frontend-defaults": "^0.3.3",
|
|
71
|
+
"@backstage/plugin-catalog": "^1.32.0",
|
|
72
|
+
"@backstage/test-utils": "^1.7.13",
|
|
73
73
|
"@testing-library/dom": "^10.0.0",
|
|
74
74
|
"@testing-library/jest-dom": "^6.0.0",
|
|
75
75
|
"@testing-library/react": "^15.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage-community/plugin-entity-feedback",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.0",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "frontend-plugin",
|
|
6
6
|
"pluginId": "entity-feedback",
|
|
@@ -64,25 +64,25 @@
|
|
|
64
64
|
"test": "backstage-cli package test"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@backstage-community/plugin-entity-feedback-common": "^0.
|
|
68
|
-
"@backstage/catalog-model": "^1.7.
|
|
69
|
-
"@backstage/core-compat-api": "^0.5.
|
|
70
|
-
"@backstage/core-components": "^0.18.
|
|
71
|
-
"@backstage/core-plugin-api": "^1.
|
|
67
|
+
"@backstage-community/plugin-entity-feedback-common": "^0.11.0",
|
|
68
|
+
"@backstage/catalog-model": "^1.7.6",
|
|
69
|
+
"@backstage/core-compat-api": "^0.5.4",
|
|
70
|
+
"@backstage/core-components": "^0.18.3",
|
|
71
|
+
"@backstage/core-plugin-api": "^1.12.0",
|
|
72
72
|
"@backstage/errors": "^1.2.7",
|
|
73
|
-
"@backstage/frontend-plugin-api": "^0.
|
|
74
|
-
"@backstage/plugin-catalog-react": "^1.21.
|
|
73
|
+
"@backstage/frontend-plugin-api": "^0.13.1",
|
|
74
|
+
"@backstage/plugin-catalog-react": "^1.21.3",
|
|
75
75
|
"@material-ui/core": "^4.9.13",
|
|
76
76
|
"@material-ui/icons": "^4.9.1",
|
|
77
77
|
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
78
78
|
"react-use": "^17.2.4"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"@backstage/cli": "
|
|
82
|
-
"@backstage/dev-utils": "^1.1.
|
|
83
|
-
"@backstage/frontend-defaults": "^0.3.
|
|
84
|
-
"@backstage/plugin-catalog": "^1.
|
|
85
|
-
"@backstage/test-utils": "^1.7.
|
|
81
|
+
"@backstage/cli": "^0.34.5",
|
|
82
|
+
"@backstage/dev-utils": "^1.1.17",
|
|
83
|
+
"@backstage/frontend-defaults": "^0.3.3",
|
|
84
|
+
"@backstage/plugin-catalog": "^1.32.0",
|
|
85
|
+
"@backstage/test-utils": "^1.7.13",
|
|
86
86
|
"@testing-library/dom": "^10.0.0",
|
|
87
87
|
"@testing-library/jest-dom": "^6.0.0",
|
|
88
88
|
"@testing-library/react": "^15.0.0",
|