From 1237e7642cc9c7e93942c0d4e3269f66892757fb Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Tue, 18 Jun 2024 11:32:07 +0200 Subject: [PATCH] changesets cleanup Signed-off-by: Vincenzo Scamporlino --- .changeset/honest-pandas-chew.md | 2 +- .changeset/late-students-live.md | 2 +- .changeset/slimy-fans-raise.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.changeset/honest-pandas-chew.md b/.changeset/honest-pandas-chew.md index d5ae9e8cea..5da5f16045 100644 --- a/.changeset/honest-pandas-chew.md +++ b/.changeset/honest-pandas-chew.md @@ -2,4 +2,4 @@ '@backstage/core-plugin-api': patch --- -Added a new `defaultTarget` option to `createExternalRouteRef`. I lets you specify a default target of the route by name, for example `'catalog.catalogIndex'`, which will be used if the target route is present in the app and there is no explicit route binding. +A new `defaultTarget` option has been added to `createExternalRouteRef`. This allows one to specify a default target of the route by name, for example `'catalog.catalogIndex'`, which will be used if the target route is present in the app and there is no explicit route binding. diff --git a/.changeset/late-students-live.md b/.changeset/late-students-live.md index 6a7c203e9e..576dfa22cb 100644 --- a/.changeset/late-students-live.md +++ b/.changeset/late-students-live.md @@ -2,4 +2,4 @@ '@backstage/plugin-techdocs': patch --- -Fixed bug in CopyToClipboardButton component where positioning of the "Copy to clipboard" button in techdocs code snippets was broken in some cases +Fixed bug in `CopyToClipboardButton` component where positioning of the "Copy to clipboard" button in techdocs code snippets was broken in some cases. diff --git a/.changeset/slimy-fans-raise.md b/.changeset/slimy-fans-raise.md index 782ef4bc82..6d84b2f34f 100644 --- a/.changeset/slimy-fans-raise.md +++ b/.changeset/slimy-fans-raise.md @@ -2,4 +2,4 @@ '@backstage/plugin-techdocs': patch --- -Fix weird opening behaviour of the component. +Fixed an issue preventing the `TechDocsSearchBar` component from opening when clicking on the arrow icon.