Skip to content

Releases: Oriflame/backstage-plugins

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/backstage-plugin-score-card@0.9.0

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

app@0.5.1

Patch Changes

  • Updated dependencies [35c2578]
  • Updated dependencies [500e616]
    • @oriflame/backstage-plugin-score-card@0.9.0

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/backstage-plugin-score-card@0.8.0

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/backstage-plugin-score-card@0.7.1

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/backstage-plugin-score-card@0.7.0

Minor Changes

  • bd30933: wikiLinkTemplate is now optionnal

app@0.4.7

Patch Changes

  • Updated dependencies [bd30933]
    • @oriflame/backstage-plugin-score-card@0.7.0

v0.1.17

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

Releases

@oriflame/backstage-plugin-score-card@0.6.3

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/backstage-plugin-score-card@0.6.2

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/backstage-plugin-score-card@0.6.1

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/backstage-plugin-score-card@0.6.0

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

app@0.4.5

Patch Changes

  • 398f28d: bump version for backstage core components to 1.8.3
  • Updated dependencies [ec3991d]
  • Updated dependencies [398f28d]
    • @oriflame/backstage-plugin-score-card@0.6.0

backend@1.0.16

Patch Changes

  • 398f28d: bump version for backstage core components to 1.8.3
  • Updated dependencies [398f28d]
    • app@0.4.5

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/backstage-plugin-score-card@0.5.7

Patch Changes

  • 111a8c1: Fix ScoreCardTable export and update its documentation

v0.1.12

06 Dec 19:01
f02d5e5
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/backstage-plugin-score-card@0.5.6

Patch Changes

  • 3a2f7b5: Expose ScoreCardTable for usage outside ScoreBoardPage