Version Packages (next)
This commit is contained in:
@@ -1,5 +1,21 @@
|
||||
# @backstage/plugin-tech-insights
|
||||
|
||||
## 0.3.10-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 22963209d23: Added the possibility to customize the check description in the scorecard component.
|
||||
|
||||
- The `CheckResultRenderer` type now exposes an optional `description` method that allows to overwrite the description with a different string or a React component for a provided check result.
|
||||
|
||||
Until now only the `BooleanCheck` element could be overridden, but from now on it's also possible to override the description for a check.
|
||||
As an example, the description could change depending on the check result. Refer to the [README](https://github.com/backstage/backstage/blob/master/plugins/tech-insights/README.md#adding-custom-rendering-components) file for more details
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.13.1-next.0
|
||||
- @backstage/core-plugin-api@1.5.1
|
||||
- @backstage/plugin-catalog-react@1.6.0-next.1
|
||||
|
||||
## 0.3.10-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-tech-insights",
|
||||
"version": "0.3.10-next.0",
|
||||
"version": "0.3.10-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user