Skip to content

Releases: drodil/backstage-plugin-toolbox

v1.33.1

26 Sep 12:48
9f0176f

Choose a tag to compare

fix: repo fix

v1.33.0

23 Sep 10:13
f384f73

Choose a tag to compare

New frontend system support has been improved to support custom tools via ToolboxToolBlueprint. See docs for more information!

v1.32.0

19 Sep 11:13
17eca69

Choose a tag to compare

toolbox-backend now exposes most of the toolbox tools through actions registry. This allows using toolbox tools via MCP server and in the scaffolder templates. toolbox.enabledActions config can be used to filter actions that are registered.

v1.31.0

16 Sep 17:36
e976044

Choose a tag to compare

Updated to Backstage 1.43.0

v1.30.0

27 Aug 10:02
2ec5684

Choose a tag to compare

  • Fixed diff tool clearing
  • Changed JWT tool to decode by default, thanks to @nick1699

v1.29.5

20 Aug 06:57
c35af5f

Choose a tag to compare

Updated to Backstage 1.42.0 and added support for the new frontend system (alpha export)

v1.29.0

31 Jul 07:33
cbbcfbf

Choose a tag to compare

  • URL encoding can be done without special characters
  • Updated to Backstage 1.41.1

v1.28.0

04 Jul 19:34
af140e6

Choose a tag to compare

Regex validator tool added, thanks to @MiPo0815

v1.27.0

28 May 08:26
3e658cb

Choose a tag to compare

Features:

  • Use catalog api for entity validation instead roadie entity validator library

Bug Fixes

  • Dropdown menus now work properly in MUI5, thanks to @choshsh
  • Use virtualized list for entity describer to prevent UI hanging #136

v1.26.1

21 May 05:28
b381bbd

Choose a tag to compare

  • Update to Backstage 1.39.0
  • Bump React to 18, remove 17 support