Apply suggestions from code review

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-11-14 16:27:59 +01:00
committed by GitHub
parent 3a333afde5
commit 083265bd93
+2 -2
View File
@@ -22,11 +22,11 @@ Please reach out by [creating a GitHub issue](https://github.com/backstage/backs
### Scaffolder: `react-jsonschema-form@v5` + Design tweaks 💅
Its finally here. Weve shipped support for `react-jsonschema-form@v5` which **should** be a completely non-breaking change for end users. Weve also tweaked some of the designs for some of the new Scaffolder Pages. You can read more in the [upgrade to `@rjsf/*` v5 docs](https://backstage.io/docs/features/software-templates/migrating-to-rjsf-v5)
Its finally here. Weve shipped support for `react-jsonschema-form@v5` which **should** be a completely non-breaking change for end users. Weve also tweaked some of the designs for some of the new Scaffolder Pages. You can read more in the [relevant migration docs](https://backstage.io/docs/features/software-templates/migrating-to-rjsf-v5)
### Catalog Presentation API
The Catalog plugin now uses the `EntityPresentationApi` to decide how entities are rendered in the UI. This includes fetching entities in the background in order to show entities using their `metadata.title`. For more information, including how to customize the presentation, see [the PR](https://github.com/backstage/backstage/pull/17474), (documentation is in the works!).
The Catalog plugin now uses the `EntityPresentationApi` to decide how entities are rendered in the UI. This includes fetching catalog data in the background in order to show entities using their `metadata.title`. For more information, including how to customize the presentation, see [the PR](https://github.com/backstage/backstage/pull/17474), (documentation is in the works!).
## Security Fixes