update changesets

Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com>
This commit is contained in:
Jonathan Roebuck
2024-12-12 16:09:43 +00:00
parent b18fe46435
commit 4b264730f4
2 changed files with 1 additions and 6 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': minor
---
Introduces a new core component, Autocomplete, which enhances the MUI Autocomplete component with custom input styling, improved popper animation, and better label positioning. This addition will standardize Autocomplete implementations across Backstage and ensure seamless integration with other core components such as Select.
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-catalog-react': patch
---
Uses new Autocomplete component from core-components that aligns with Select component UI for consistent a dropdown UI for all catalog filters.
Creates new CatalogAutocomplete component in catalog-react that aligns with Select component UI for consistent a dropdown UI for all catalog filters.