Skip to content

Releases: janus-idp/backstage-plugins

@janus-idp/[email protected]

02 Dec 19:41
3185a16
Compare
Choose a tag to compare

Patch Changes

  • 318af8b: fix(cli): adjust embedded module searching. The CLI attempts a require call to detect built embedded packages, this change adjusts the directory this require is attempted from to be at the level of discovered package instead of the dynamic plugin package.

@janus-idp/[email protected]

28 Nov 10:31
abad314
Compare
Choose a tag to compare

Patch Changes

@janus-idp/[email protected]

28 Nov 10:31
abad314
Compare
Choose a tag to compare

Patch Changes

  • 39ea6c4: multiple bug fixes related to execution form

@janus-idp/[email protected]

27 Nov 23:40
86fb3cd
Compare
Choose a tag to compare

Patch Changes

  • abd9dec: This change adds two new flags to handle native module dependencies.

    • --allow-native-package [package-name...]: flag to selectively allow native packages when exporting a dynamic plugin and allowing it's installation into the exported dynamic plugin.
    • --suppress-native-package [package-name..]: flag which replaces the native package with an empty package during export, preventing the native package's inclusion into the exported dynamic plugin's private dependencies.

@janus-idp/[email protected]

25 Nov 19:24
b05d144
Compare
Choose a tag to compare

Patch Changes

  • 3343893: bump jsonpath-plus to v10.2.0

@janus-idp/[email protected]

25 Nov 19:25
b05d144
Compare
Choose a tag to compare

Patch Changes

@janus-idp/[email protected]

25 Nov 19:25
b05d144
Compare
Choose a tag to compare

Patch Changes

@janus-idp/[email protected]

25 Nov 19:24
b05d144
Compare
Choose a tag to compare

Patch Changes

  • 0f745c2: pass also initial form data to custom decorator

@janus-idp/[email protected]

25 Nov 19:24
b05d144
Compare
Choose a tag to compare

Patch Changes

  • 9f20ced: The parent assessment link is shown again thanks to fixing passing of the businessKey when "execute" action is trigerred.

Bug Fixes

  • orchestrator: remove default pagination on v2 endpoints (#1983) (5e30274)

@janus-idp/[email protected]

25 Nov 19:24
b05d144
Compare
Choose a tag to compare

Patch Changes

  • 9f20ced: The parent assessment link is shown again thanks to fixing passing of the businessKey when "execute" action is trigerred.
  • Updated dependencies [9f20ced]