Releases: Oriflame/backstage-plugins
v0.2.3
v0.2.2
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
- Updated dependencies [35c2578]
- Updated dependencies [500e616]
- @oriflame/[email protected]
v0.2.1
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 propertyid: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
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
v0.1.18
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
- Updated dependencies [bd30933]
- @oriflame/[email protected]
v0.1.17
v0.1.16
Releases
@oriflame/[email protected]
Patch Changes
- bbcae3e: Propagate title, subtitle and ScoreCardTableProps to ScoreBoardPage
v0.1.15
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
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 toEntityScore
(and in a similar fashion all otherSystem*
components)systemEntityName
inEntityScore
is replaced byentityRef
- 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
- 398f28d: bump version for backstage core components to 1.8.3
- Updated dependencies [ec3991d]
- Updated dependencies [398f28d]
- @oriflame/[email protected]
[email protected]
Patch Changes
v0.1.13
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