Version Packages
This commit is contained in:
@@ -1,5 +1,24 @@
|
||||
# @backstage/plugin-devtools
|
||||
|
||||
## 0.1.37
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- afabb37: Fixed URL encoding of task IDs for the trigger feature (tasks that contained a "/" in their ID were not triggered)
|
||||
- f80195e: Added `cancelScheduledTask` to the DevTools API and a cancel button to the scheduled tasks UI.
|
||||
- 538c985: Updated installation documentation to use feature discovery as the default.
|
||||
- aa29b50: New frontend system pages now use the default plugin header together with `HeaderPage` instead of the legacy core page header pattern.
|
||||
- 3f36ce1: Updated alpha plugin icons to follow the new frontend icon sizing rules when rendered in plugin and navigation surfaces.
|
||||
- f4a1edd: Removed the deprecated `DevToolsContentBlueprint` from `@backstage/plugin-devtools-react`. DevTools pages in the new frontend system now use `SubPageBlueprint` tabs instead, and the catalog unprocessed entities alpha extension now attaches to DevTools as a subpage.
|
||||
- Updated dependencies
|
||||
- @backstage/ui@0.13.0
|
||||
- @backstage/core-compat-api@0.5.9
|
||||
- @backstage/core-plugin-api@1.12.4
|
||||
- @backstage/core-components@0.18.8
|
||||
- @backstage/frontend-plugin-api@0.15.0
|
||||
- @backstage/plugin-devtools-common@0.1.23
|
||||
- @backstage/plugin-permission-react@0.4.41
|
||||
|
||||
## 0.1.37-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-devtools",
|
||||
"version": "0.1.37-next.2",
|
||||
"version": "0.1.37",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
"pluginId": "devtools",
|
||||
|
||||
Reference in New Issue
Block a user