add changesets

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2023-01-23 10:21:13 +01:00
parent 8ce32c1ab8
commit 66e2aab4c4
3 changed files with 18 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/plugin-techdocs': patch
'@backstage/plugin-catalog': patch
'@backstage/plugin-explore': patch
'@backstage/plugin-search-react': patch
---
`*SearchResultListItems` now accept optional ´toggleModal´ prop that is used to toggle the search modal on result click.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Navigation items in mobile sidebar now have aria label.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-search': patch
---
Updated colors for each tab used on search modal, to improve color contrast. Aria label added to tabs wrapper component. `disableRipple` property on the `Tab` component removed to improve keyboard navigation indicator.