Apply suggestions from code review
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
'@backstage/frontend-plugin-api': minor
|
||||
---
|
||||
|
||||
new deprecation warning will be thrown by the framework `pluginId` should have letters, digits, and dashes, starting with a letter
|
||||
Plugin IDs that do not match the standard format are deprecated (letters, digits, and dashes only, starting with a letter). Plugin IDs that do no match this format will be rejected in a future release.
|
||||
|
||||
@@ -2,4 +2,6 @@
|
||||
'@backstage/backend-plugin-api': minor
|
||||
---
|
||||
|
||||
The backend will now throw an error if a plugin or a module doesn't have a valid ID
|
||||
Plugin IDs that do not match the standard format are deprecated (letters, digits, and dashes only, starting with a letter). Plugin IDs that do no match this format will be rejected in a future release.
|
||||
|
||||
In addition, plugin IDs that don't match the legacy pattern that also allows underscores, with be rejected.
|
||||
|
||||
Reference in New Issue
Block a user