Gustaf Räntilä
Gustaf Räntilä
## Fix backstage-cli for certain yarn.lock situations The `backstage-cli versions:check` (`--fix`) command fails when the package is part of a joint section in `yarn.lock`, e.g.: `"@backstage/backend-common@npm:^0.21.3, @backstage/backend-common@npm:^0.21.6":` with the error...
# [PRFC] Adaptable components * "Extendable" renamed "Adaptable" ## TL;DR How to make an adaptable component: ```tsx const { componentRef, MyComponent } = createAdaptableComponent({ Provider() { /* Prepare data, maybe...
## Allow logical conditions on scorecards This PR adds the optional prop `filter` to `EntityTechInsightsScorecardContent` and `EntityTechInsightsScorecardCard` which works in conjunction with `checkIds`. `checkIds` has the drawback of needing to...
## Add the TechDocs search bar to the "Docs" entity page tab This PR fixes the issue #23004. The search bar inside TechDocs is only rendered when viewing docs in...
### Through which path are you seeking to become an organization member? 1. I have been contributing for at least 3 months and wish to become a standalone org-member ###...