Update dependency @data-driven-forms/react-form-renderer to ~3.23.0 #9589
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.
This PR contains the following updates:
~3.18.8
->~3.23.0
Release Notes
data-driven-forms/react-forms (@data-driven-forms/react-form-renderer)
v3.23.5
Compare Source
3.23.5 (2024-11-25)
Bug fixes
@data-driven-forms/pf4-component-mapper~3.23.5
v3.23.4
Compare Source
3.23.4 (2024-09-26)
Bug fixes
@data-driven-forms/react-form-renderer~3.23.4
v3.23.3
Compare Source
3.23.3 (2024-07-30)
Bug fixes
@data-driven-forms/react-form-renderer~3.23.3
v3.23.2
Compare Source
3.23.2 (2024-07-18)
Bug fixes
@data-driven-forms/pf4-component-mapper~3.23.2
v3.23.1
Compare Source
3.23.1 (2024-07-10)
Bug fixes
@data-driven-forms/mui-component-mapper~3.23.1
v3.23.0
Compare Source
3.23.0 (2024-07-08)
Minor changes
@data-driven-forms/common~3.23.0
Bug fixes
@data-driven-forms/mui-component-mapper~3.23.0
@data-driven-forms/react-renderer-demo~3.23.0
v3.22.4
Compare Source
3.22.4 (2024-03-21)
Bug fixes
@data-driven-forms/common~3.22.4
@data-driven-forms/react-renderer-demo~3.22.4
v3.22.3
Compare Source
3.22.3 (2024-01-24)
Bug fixes
@data-driven-forms/ant-component-mapper~3.22.3
@data-driven-forms/blueprint-component-mapper~3.22.3
@data-driven-forms/carbon-component-mapper~3.22.3
@data-driven-forms/common~3.22.3
@data-driven-forms/mui-component-mapper~3.22.3
@data-driven-forms/pf4-component-mapper~3.22.3
@data-driven-forms/react-form-renderer~3.22.3
@data-driven-forms/react-renderer-demo~3.22.3
@data-driven-forms/suir-component-mapper~3.22.3
v3.22.2
Compare Source
3.22.2 (2024-01-08)
Bug fixes
@data-driven-forms/pf4-component-mapper~3.22.2
v3.22.1
Compare Source
3.22.1 (2023-12-07)
Bug fixes
@data-driven-forms/react-form-renderer~3.22.1
@data-driven-forms/react-renderer-demo~3.22.1
v3.22.0
Compare Source
3.22.0 (2023-11-10)
Minor changes
@data-driven-forms/react-form-renderer~3.22.0
@data-driven-forms/react-renderer-demo~3.22.0
v3.21.10
Compare Source
3.21.10 (2023-11-06)
Bug fixes
@data-driven-forms/react-form-renderer~3.21.10
v3.21.9
Compare Source
3.21.9 (2023-11-06)
Bug fixes
@data-driven-forms/mui-component-mapper~3.21.9
v3.21.8
Compare Source
3.21.8 (2023-10-24)
Bug fixes
@data-driven-forms/pf4-component-mapper~3.21.8
The wizard navigation should only contain one WizardNav component. Wrapping the WizardNavItems
in two WizardNav components is causing all steps to be treated as substeps and therefore don't
have step numbers. The fix is to remove one of the WizardNav wrappers.
v3.21.7
Compare Source
3.21.7 (2023-10-16)
Bug fixes
@data-driven-forms/pf4-component-mapper~3.21.7
In Patternfly 4, the WizardNavItem component
step
prop is "the steppassed into the onNavItemClick callback".
http://v4-archive.patternfly.org/v4/components/wizard#wizardnavitem
In Patternfly 5, onNavItemClick no longer exists. Instead, there is an
onClick callback which expects the index of the step to be navigated to.
https://www.patternfly.org/components/wizard/#wizardnavitem
However, filtering the navSchema like so:
.filter((field) => field.primary)
results in substeps with field.primary===false beingdropped. Practically, this means the 2nd substep and those following it.
Therefore, the index provided by
.map((step, ind) => ...
is incorrect.The correct index can still be found from
step.index
.v3.21.6
Compare Source
3.21.6 (2023-09-18)
Bug fixes
@data-driven-forms/common~3.21.6
@data-driven-forms/pf4-component-mapper~3.21.6
@data-driven-forms/react-renderer-demo~3.21.6
v3.21.5
Compare Source
3.21.5 (2023-09-14)
Bug fixes
@data-driven-forms/mui-component-mapper~3.21.5
Resolves issues with duplicate dependencies on yarn and relaxes the
restriction of the package version.
Fixes: #1409
v3.21.4
Compare Source
3.21.4 (2023-09-04)
Bug fixes
@data-driven-forms/react-form-renderer~3.21.4
v3.21.3
Compare Source
3.21.3 (2023-08-31)
Bug fixes
@data-driven-forms/pf4-component-mapper~3.21.3
v3.21.2
Compare Source
3.21.2 (2023-08-29)
Bug fixes
@data-driven-forms/pf4-component-mapper~3.21.2
v3.21.1
Compare Source
3.21.1 (2023-08-29)
Bug fixes
@data-driven-forms/pf4-component-mapper~3.21.1
@data-driven-forms/react-renderer-demo~3.21.1
specify stackblitz dependency on
@mui/x-date-pickers
for latest release of major version 5 instead of usinglatest
which used incompatible version 6v3.21.0
Compare Source
3.21.0 (2023-08-01)
Minor changes
@data-driven-forms/common~3.21.0
Update Babel to use PF4 dynamic import paths.
@data-driven-forms/pf4-component-mapper~3.21.0
Update Babel to use PF4 dynamic import paths.
@data-driven-forms/react-renderer-demo~3.21.0
Update Babel to use PF4 dynamic import paths.
Bug fixes
@data-driven-forms/react-renderer-demo~3.21.0
@data-driven-forms/common~3.21.0
v3.20.13
Compare Source
3.20.13 (2023-06-29)
Bug fixes
@data-driven-forms/react-form-renderer~3.20.13
v3.20.12
Compare Source
3.20.12 (2023-06-05)
Bug fixes
@data-driven-forms/react-form-renderer~3.20.12
v3.20.11
Compare Source
3.20.11 (2023-06-03)
Bug fixes
@data-driven-forms/react-form-renderer~3.20.11
v3.20.10
Compare Source
3.20.10 (2023-06-03)
Bug fixes
@data-driven-forms/react-form-renderer~3.20.10
v3.20.9
Compare Source
3.20.9 (2023-05-26)
Bug fixes
@data-driven-forms/react-form-renderer~3.20.9
v3.20.8
Compare Source
3.20.8 (2023-04-28)
Bug fixes
@data-driven-forms/mui-component-mapper~3.20.8
In the current code, the SwitchProps are not being applied to the Switch component. We should apply these SwitchProps so that users can customize the behavior of the component as this was the original intent.
v3.20.7
Compare Source
3.20.7 (2023-04-25)
Bug fixes
@data-driven-forms/react-form-renderer~3.20.7
v3.20.6
Compare Source
3.20.6 (2023-04-17)
Bug fixes
@data-driven-forms/pf4-component-mapper~3.20.6
@data-driven-forms/react-renderer-demo~3.20.6
v3.20.5
Compare Source
3.20.5 (2023-04-11)
Bug fixes
@data-driven-forms/react-form-renderer~3.20.5
v3.20.4
Compare Source
3.20.4 (2023-03-22)
Bug fixes
@data-driven-forms/common~3.20.4
@data-driven-forms/react-form-renderer~3.20.4
v3.20.3
Compare Source
3.20.3 (2023-03-20)
Bug fixes
@data-driven-forms/common~3.20.3
@data-driven-forms/react-form-renderer~3.20.3
@data-driven-forms/react-renderer-demo~3.20.3
v3.20.2
Compare Source
3.20.2 (2023-02-20)
Bug fixes
@data-driven-forms/common~3.20.2
@data-driven-forms/mui-component-mapper~3.20.2
v3.20.1
Compare Source
3.20.1 (2023-02-17)
Bug fixes
@data-driven-forms/ant-component-mapper~3.20.1
@data-driven-forms/react-renderer-demo~3.20.1
v3.20.0
Compare Source
3.20.0 (2023-02-06)
Minor changes
@data-driven-forms/common~3.20.0
Bug fixes
@data-driven-forms/react-form-renderer~3.20.0
v3.19.3
Compare Source
3.19.3 (2023-01-25)
Bug fixes
@data-driven-forms/pf4-component-mapper~3.19.3
Tabbable only in modal
fix(pf4): Fixed problem with ESC button on wizard
v3.19.2
Compare Source
3.19.2 (2023-01-17)
Bug fixes
@data-driven-forms/ant-component-mapper~3.19.2
v3.19.1
Compare Source
3.19.1 (2023-01-10)
Bug fixes
@data-driven-forms/ant-component-mapper~3.19.1
@data-driven-forms/react-renderer-demo~3.19.1
@data-driven-forms/common~3.19.1
v3.19.0
Compare Source
3.19.0 (2022-10-18)
Minor changes
@data-driven-forms/react-form-renderer~3.19.0
@data-driven-forms/react-renderer-demo~3.19.0
Bug fixes
@data-driven-forms/react-renderer-demo~3.19.0
@data-driven-forms/common~3.19.0
@data-driven-forms/react-form-renderer~3.19.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.