split out core component changeset

Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com>
This commit is contained in:
Jonathan Roebuck
2024-11-18 11:30:21 +00:00
parent 9e4eb5fc55
commit 50ec481ebe
2 changed files with 6 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@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 -2
View File
@@ -1,6 +1,5 @@
---
'@backstage/core-components': minor
'@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
Uses new Autocomplete component from core-components that aligns with Select component UI for consistent a dropdown UI for all catalog filters.