Merge pull request #12870 from kuangp/feat/playlists

feat(playlists): implement playlist plugin
This commit is contained in:
Patrik Oldsberg
2022-09-19 16:49:44 +02:00
committed by GitHub
118 changed files with 9232 additions and 34 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Export `HeaderActionMenu` and expose default `Table` icons via `Table.icons`
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-playlist': minor
'@backstage/plugin-playlist-backend': minor
'@backstage/plugin-playlist-common': minor
---
Implement playlist plugin, check out the `README.md` for more details!
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-search-react': patch
---
Reset page cursor on search filter change