Skip to content

Releases: Oriflame/backstage-plugins

v0.2.3

03 Oct 18:23
1c844ea
Compare
Choose a tag to compare

Releases

@oriflame/[email protected]

Patch Changes

  • Fixing dependencies for React to fix #280

v0.2.2

26 Apr 20:58
e975c56
Compare
Choose a tag to compare

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@oriflame/[email protected]

Minor Changes

  • 35c2578: Alternative way to dynamically set location of JSON file through the annotations field of catalog-info.yaml. To achieve this, configuration of scorecard/jsonDataUrl alongside github.com/project-slug annotations is required within the catalog-info.yaml file.
  • 500e616: Added config options to customize reviewer and review date display behavior

[email protected]

Patch Changes

v0.2.1

22 Jan 20:36
fdc543e
Compare
Choose a tag to compare

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@oriflame/[email protected]

Minor Changes

  • 32cc2fb: Upgraded to Backstage core 1.22.1, support for React v18, Node 20, Cypress e2e test migrated to Playwright and more.

BREAKING CHANGES:

  • EntityScoreExtended new required property id:string added to fullfill the Material UI Table row ID needs. Fix your clients by providing e.g. stringifyEntityRef(score.entityRef) as a value for the id.

v0.1.19

09 Dec 15:59
2010346
Compare
Choose a tag to compare

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@oriflame/[email protected]

Patch Changes

  • 7b37b37: Added a configuration option to fetch all entities from the catalog to avoid "414 Request-URI Too Large" error (fix #184)

v0.1.18

24 Apr 06:56
e0448cb
Compare
Choose a tag to compare

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@oriflame/[email protected]

Minor Changes

  • bd30933: wikiLinkTemplate is now optionnal

[email protected]

Patch Changes

v0.1.17

13 Mar 15:11
f93e307
Compare
Choose a tag to compare

Releases

@oriflame/[email protected]

Patch Changes

  • e8c6214: Bumped backstage core libs from 1.8.3 to 1.10.1

v0.1.16

23 Jan 13:18
0f031af
Compare
Choose a tag to compare

Releases

@oriflame/[email protected]

Patch Changes

  • bbcae3e: Propagate title, subtitle and ScoreCardTableProps to ScoreBoardPage

v0.1.15

11 Jan 17:51
0795ea3
Compare
Choose a tag to compare

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@oriflame/[email protected]

Patch Changes

  • d434c7d: Add property to filter scores by entity kind.

v0.1.14

10 Jan 12:34
d99e94d
Compare
Choose a tag to compare

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@oriflame/[email protected]

Minor Changes

  • ec3991d: Allow any entity to be scored.

    BREAKING CHANGES:

    • SystemScore is renamed to EntityScore (and in a similar fashion all other System* components)
    • systemEntityName in EntityScore is replaced by entityRef
    • URL path to json files is changed from {jsonDataUrl}/{systemEntityName}.json to {jsonDataUrl}/{entity-namespace}/{entity-kind}/{entity-name}.json

Patch Changes

  • 398f28d: bump version for backstage core components to 1.8.3

[email protected]

Patch Changes

[email protected]

Patch Changes

v0.1.13

06 Dec 22:01
6a67e1c
Compare
Choose a tag to compare

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@oriflame/[email protected]

Patch Changes

  • 111a8c1: Fix ScoreCardTable export and update its documentation