Merge pull request #13570 from backstage/freben-dschwank/user-settings-backend
feat: add user-settings-backend and related frontend store
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/plugin-user-settings-backend': minor
|
||||
---
|
||||
|
||||
Added new plugin `@backstage/plugin-user-settings-backend` to store user related
|
||||
settings in the database.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
'@backstage/plugin-user-settings': patch
|
||||
---
|
||||
|
||||
Added a `UserSettingsStorage` implementation of the `StorageApi` for use as
|
||||
drop-in replacement for the `WebStorage`, in conjunction with the newly created
|
||||
`@backstage/plugin-user-settings-backend`.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-shortcuts': patch
|
||||
---
|
||||
|
||||
Ensure that a stable observable is used in the shortcuts API
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-app-api': patch
|
||||
---
|
||||
|
||||
Clarify that the `WebStorage` observable returns `JsonValue` items.
|
||||
Reference in New Issue
Block a user