Version Packages
This commit is contained in:
@@ -1,5 +1,27 @@
|
||||
# @backstage/plugin-home
|
||||
|
||||
## 0.4.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 1ed305728b: Bump `node-fetch` to version 2.6.7 and `cross-fetch` to version 3.1.5
|
||||
- c77c5c7eb6: Added `backstage.role` to `package.json`
|
||||
- 651b919dbb: Add Renderer support for the HomePageToolkit component.
|
||||
|
||||
Previously `<HomePageToolkit Renderer={ComponentAccordion} Tools={[]} />` would
|
||||
result in the error `can't access property "map", props.tools is undefined`.
|
||||
This change adds a context that can pass props down to the HomePageToolkit.
|
||||
Also introduced is an `expanded` prop on the `ComponentAccordion` to setting
|
||||
the default expanded state. See `In Accordian` story for details.
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.8.9
|
||||
- @backstage/core-plugin-api@0.6.1
|
||||
- @backstage/plugin-catalog-react@0.6.15
|
||||
- @backstage/plugin-search@0.7.0
|
||||
- @backstage/catalog-model@0.10.0
|
||||
- @backstage/theme@0.2.15
|
||||
|
||||
## 0.4.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
+11
-11
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-home",
|
||||
"description": "A Backstage plugin that helps you build a home page",
|
||||
"version": "0.4.14",
|
||||
"version": "0.4.15",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -34,12 +34,12 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^0.9.10",
|
||||
"@backstage/core-components": "^0.8.8",
|
||||
"@backstage/core-plugin-api": "^0.6.0",
|
||||
"@backstage/plugin-catalog-react": "^0.6.14",
|
||||
"@backstage/plugin-search": "^0.6.2",
|
||||
"@backstage/theme": "^0.2.14",
|
||||
"@backstage/catalog-model": "^0.10.0",
|
||||
"@backstage/core-components": "^0.8.9",
|
||||
"@backstage/core-plugin-api": "^0.6.1",
|
||||
"@backstage/plugin-catalog-react": "^0.6.15",
|
||||
"@backstage/plugin-search": "^0.7.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "4.0.0-alpha.57",
|
||||
@@ -52,10 +52,10 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.13.2",
|
||||
"@backstage/core-app-api": "^0.5.2",
|
||||
"@backstage/dev-utils": "^0.2.21",
|
||||
"@backstage/test-utils": "^0.2.4",
|
||||
"@backstage/cli": "^0.14.0",
|
||||
"@backstage/core-app-api": "^0.5.3",
|
||||
"@backstage/dev-utils": "^0.2.22",
|
||||
"@backstage/test-utils": "^0.2.5",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^11.2.5",
|
||||
"@testing-library/user-event": "^13.1.8",
|
||||
|
||||
Reference in New Issue
Block a user