Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

5 changes: 0 additions & 5 deletions workspaces/orchestrator/.changeset/new-books-matter.md

This file was deleted.

10 changes: 0 additions & 10 deletions workspaces/orchestrator/.changeset/sharp-dots-sing.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @red-hat-developer-hub/backstage-plugin-orchestrator-form-react

## 2.5.8

### Patch Changes

- 1d7ac98: fix: avoid Review step crash when form data is empty (for example display-only `ActiveText` with no submitted values). `generateReviewTableData` returns `{}` instead of undefined, and `NestedReviewTable` handles missing data.
- 1d7ac98: Fix multi-step workflow forms dropping or misplacing async validation errors and deep nested field paths.
- @red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets: Fix safeSet deep paths and sequential async validation in getExtraErrors.
- @red-hat-developer-hub/backstage-plugin-orchestrator-form-react: Wrap extraErrors with the active step key so RJSF matches the root schema.

## 2.5.7

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-react",
"description": "Web library for the orchestrator-form plugin",
"version": "2.5.7",
"version": "2.5.8",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets

## 1.6.8

### Patch Changes

- 1d7ac98: Fix multi-step workflow forms dropping or misplacing async validation errors and deep nested field paths.
- @red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets: Fix safeSet deep paths and sequential async validation in getExtraErrors.
- @red-hat-developer-hub/backstage-plugin-orchestrator-form-react: Wrap extraErrors with the active step key so RJSF matches the root schema.

## 1.6.7

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets",
"version": "1.6.7",
"version": "1.6.8",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
9 changes: 9 additions & 0 deletions workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @red-hat-developer-hub/backstage-plugin-orchestrator

## 5.4.7

### Patch Changes

- 1d7ac98: Fix UI styling issues in worfkflow results page
- Updated dependencies [1d7ac98]
- Updated dependencies [1d7ac98]
- @red-hat-developer-hub/backstage-plugin-orchestrator-form-react@2.5.8

## 5.4.6

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator",
"version": "5.4.6",
"version": "5.4.7",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
Loading