diff --git a/docs/releases/v1.20.0.md b/docs/releases/v1.20.0.md index 56d2ce0d08..921b8219fb 100644 --- a/docs/releases/v1.20.0.md +++ b/docs/releases/v1.20.0.md @@ -22,11 +22,11 @@ Please reach out by [creating a GitHub issue](https://github.com/backstage/backs ### Scaffolder: `react-jsonschema-form@v5` + Design tweaks 💅 -It’s finally here. We’ve shipped support for `react-jsonschema-form@v5` which **should** be a completely non-breaking change for end users. We’ve 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) +It’s finally here. We’ve shipped support for `react-jsonschema-form@v5` which **should** be a completely non-breaking change for end users. We’ve 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