Version Packages (orchestrator) #1907
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



Releases
@red-hat-developer-hub/backstage-plugin-orchestrator-form-react@2.5.0
Minor Changes
5771568: Add dynamic conditional visibility for ui:hidden
Conditional Hiding Feature:
HiddenConditiontype supporting boolean and condition objectsevaluateHiddenConditionutility for evaluating hide conditionswhen,is,isNot, andisEmptyoperatorsallOf(AND) andanyOf(OR) logicconfig.server.port)HiddenFieldTemplateto dynamically evaluate hide conditions based on form datagenerateReviewTableDatato respect conditional hiding in review pagesCondition Object Patterns:
{ when: "field", is: "value" }- Hide when field equals value{ when: "field", is: ["val1", "val2"] }- Hide when field equals any value (OR){ when: "field", isNot: "value" }- Hide when field does NOT equal value{ when: "field", isEmpty: true }- Hide when field is empty{ allOf: [...] }- Hide when ALL conditions are true (AND){ anyOf: [...] }- Hide when ANY condition is true (OR)Documentation:
orchestratorFormWidgets.mdwith comprehensive examples of conditional hidingTesting:
2be9dcc: Fix custom widgets not rendering in dependencies+oneOf (RHIDP-10952)
Widget Rendering Fix:
generateUiSchemato extractui:properties fromdependencies+oneOfbranchesForm Data Management:
pruneFormDatato correctly handle oneOf schemas with dependenciesPatch Changes
f030878: Fix validation errors incorrectly shown on wrong step when navigating back.
When using widgets with
validate:url, thegetExtraErrorscallback validates all fields across all steps and returns a nested error object. The previous logic had full error object when the current step had no errors, causing validation errors from other steps to appear on the wrong step.This fix:
extraErrorstoundefinedwhen current step has no errorsUpdated dependencies [d91ef65]
@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets@1.6.0
Minor Changes
5c9f044: Add object type support in ui:props for fetch:response:* properties (RHIDP-11054)
Type System Enhancement:
UiPropstype to acceptJsonValueinstead ofstringforfetch:response:*propertiesRuntime Safety:
useTemplateUnitEvaluatorto ensure selectors are strings when evaluated as JSONata expressionsDocumentation:
orchestratorFormWidgets.mdto document object type supportThis change allows users to reference object attributes more easily in ui:props while maintaining type safety and backward compatibility.
Patch Changes
@red-hat-developer-hub/backstage-plugin-orchestrator@5.3.1
Patch Changes
48fb7f2: Fix browser tab showing
[object Object]on workflow instance pageReplace
<Trans>component witht()function for page title to ensure a string is returned instead of an element, which was causing[object Object]to appear in the browser tab title.cc27a4b: Migrate from Moment.js to Luxon for date/time handling
Breaking Change: Removed deprecated Moment.js dependency
momentandreact-momentwithluxonfor all date/time operationsformatDurationutility function that mimics moment's.humanize()behaviorUpdated dependencies [5771568]
Updated dependencies [f030878]
Updated dependencies [2be9dcc]
Updated dependencies [d91ef65]
@red-hat-developer-hub/backstage-plugin-orchestrator-backend@8.5.1
Patch Changes
@types/expressto4.17.25.Updated dependency
@openapitools/openapi-generator-clito2.25.2.@red-hat-developer-hub/backstage-plugin-orchestrator-common@3.3.1
Patch Changes
@types/expressto4.17.25.Updated dependency
@openapitools/openapi-generator-clito2.25.2.@red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.4.1
Patch Changes
@red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator@1.3.1
Patch Changes