Skip to content

Commit c4324f7

Browse files
Version Packages
1 parent 1f5de5a commit c4324f7

13 files changed

Lines changed: 42 additions & 32 deletions

File tree

workspaces/orchestrator/.changeset/honor-schema-defaults.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

workspaces/orchestrator/.changeset/schema-updater-scope-fix.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

workspaces/orchestrator/.changeset/scope-async-validation-to-step.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/orchestrator/.changeset/tall-games-fail.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/orchestrator/.changeset/unlucky-poems-drum.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @red-hat-developer-hub/backstage-plugin-orchestrator-form-api
22

3+
## 2.4.5
4+
5+
### Patch Changes
6+
7+
- 1f5de5a: Scope SchemaUpdater replacements to the originating step and improve scope resolution.
8+
39
## 2.4.4
410

511
### Patch Changes

workspaces/orchestrator/plugins/orchestrator-form-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-api",
33
"description": "library for orchestrator form api, enabling creating a factory to extend the workflow execution form",
4-
"version": "2.4.4",
4+
"version": "2.4.5",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @red-hat-developer-hub/backstage-plugin-orchestrator-form-react
22

3+
## 2.5.4
4+
5+
### Patch Changes
6+
7+
- 1f5de5a: Include JSON Schema `default` values when computing initial form data so
8+
template expressions can resolve defaults before widgets render.
9+
- 1f5de5a: Scope async validate:url calls to the active step in multi-step forms.
10+
- 1f5de5a: Fix `extractUiSchema` so `ui:*` directives on object schemas that define `properties` (for example `ui:hidden` on a `workflowParams` object) are copied into the generated UI schema.
11+
- Updated dependencies [1f5de5a]
12+
- @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.4.5
13+
314
## 2.5.3
415

516
### Patch Changes

workspaces/orchestrator/plugins/orchestrator-form-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-react",
33
"description": "Web library for the orchestrator-form plugin",
4-
"version": "2.5.3",
4+
"version": "2.5.4",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets
22

3+
## 1.6.4
4+
5+
### Patch Changes
6+
7+
- 1f5de5a: Scope SchemaUpdater replacements to the originating step and improve scope resolution.
8+
- Updated dependencies [1f5de5a]
9+
- @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.4.5
10+
311
## 1.6.3
412

513
### Patch Changes

0 commit comments

Comments
 (0)