Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 23, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@data-driven-forms/react-form-renderer (source) ~3.18.8 -> ~3.23.0 age adoption passing confidence

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
  • fix(pf4): fix multiple choices checkbox component

v3.23.4

Compare Source

3.23.4 (2024-09-26)
Bug fixes
@​data-driven-forms/react-form-renderer~3.23.4
  • fix(renderer): update the required validator to properly handle falsy numeric values

v3.23.3

Compare Source

3.23.3 (2024-07-30)
Bug fixes
@​data-driven-forms/react-form-renderer~3.23.3
  • fix(renderer): handle isEmpty for Date value

v3.23.2

Compare Source

3.23.2 (2024-07-18)
Bug fixes
@​data-driven-forms/pf4-component-mapper~3.23.2
  • fix(pf4): Use PF5 name for WizardBody no padding

v3.23.1

Compare Source

3.23.1 (2024-07-10)
Bug fixes
@​data-driven-forms/mui-component-mapper~3.23.1
  • fix(mui): add initialValue to list of excluded props multi select

v3.23.0

Compare Source

3.23.0 (2024-07-08)
Minor changes
@​data-driven-forms/common~3.23.0
  • feat(mui5):Update filter options to case insensitive
Bug fixes
@​data-driven-forms/mui-component-mapper~3.23.0
  • Fix folder name typo
@​data-driven-forms/react-renderer-demo~3.23.0
  • Fix documentation typo
  • Pin antd packages docs version to 4.x

v3.22.4

Compare Source

3.22.4 (2024-03-21)
Bug fixes
@​data-driven-forms/common~3.22.4
  • fix(common): lift compare values from select promises
  • fix(common): memoize initial select options value
  • fix(common): useSelect rendering loop
@​data-driven-forms/react-renderer-demo~3.22.4
  • Fix fielprovider typo
  • Update codesandbox code template

v3.22.3

Compare Source

3.22.3 (2024-01-24)
Bug fixes
@​data-driven-forms/ant-component-mapper~3.22.3
  • fix(all): replace defaultProps with inline function defaults
@​data-driven-forms/blueprint-component-mapper~3.22.3
  • fix(all): replace defaultProps with inline function defaults
@​data-driven-forms/carbon-component-mapper~3.22.3
  • fix(all): replace defaultProps with inline function defaults
@​data-driven-forms/common~3.22.3
  • fix(all): replace defaultProps with inline function defaults
@​data-driven-forms/mui-component-mapper~3.22.3
  • fix(all): replace defaultProps with inline function defaults
@​data-driven-forms/pf4-component-mapper~3.22.3
  • fix(all): replace defaultProps with inline function defaults
@​data-driven-forms/react-form-renderer~3.22.3
  • fix(all): replace defaultProps with inline function defaults
@​data-driven-forms/react-renderer-demo~3.22.3
  • fix(all): replace defaultProps with inline function defaults
@​data-driven-forms/suir-component-mapper~3.22.3
  • fix(all): replace defaultProps with inline function defaults

v3.22.2

Compare Source

3.22.2 (2024-01-08)
Bug fixes
@​data-driven-forms/pf4-component-mapper~3.22.2
  • fix(pf4): fix date and time picker change attributes order

v3.22.1

Compare Source

3.22.1 (2023-12-07)
Bug fixes
@​data-driven-forms/react-form-renderer~3.22.1
  • fix(renderer): add missing condition mapper attribute
  • fix(renderer): add mapped conditions to condition triggers
@​data-driven-forms/react-renderer-demo~3.22.1
  • Update number value documentation example

v3.22.0

Compare Source

3.22.0 (2023-11-10)
Minor changes
@​data-driven-forms/react-form-renderer~3.22.0
  • feat(renderer): allow condition mapping for when and is
@​data-driven-forms/react-renderer-demo~3.22.0
  • feat(renderer): allow condition mapping for when and is

v3.21.10

Compare Source

3.21.10 (2023-11-06)
Bug fixes
@​data-driven-forms/react-form-renderer~3.21.10
  • fix(renderer): pass field property to when in sequence and not

v3.21.9

Compare Source

3.21.9 (2023-11-06)
Bug fixes
@​data-driven-forms/mui-component-mapper~3.21.9
  • fix(mui): Correctly use onBlur and onFocus for MUIDatePicker and MUITimepicker

v3.21.8

Compare Source

3.21.8 (2023-10-24)
Bug fixes
@​data-driven-forms/pf4-component-mapper~3.21.8
  • fix(pf): bug in wizard navbar

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
  • fix(pf4): fix bug in wizard navigation toolbar

In Patternfly 4, the WizardNavItem component step prop is "the step
passed 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 being
dropped. 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
  • fix(common): Allow comparing select option value non primitives
@​data-driven-forms/pf4-component-mapper~3.21.6
  • fix(common): Allow comparing select option value non primitives
@​data-driven-forms/react-renderer-demo~3.21.6
  • fix(common): Allow comparing select option value non primitives

v3.21.5

Compare Source

3.21.5 (2023-09-14)
Bug fixes
@​data-driven-forms/mui-component-mapper~3.21.5
  • fix(mui): Move date pickers to peer dependencies.

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
  • fix(renderer): remove duplicated file

v3.21.3

Compare Source

3.21.3 (2023-08-31)
Bug fixes
@​data-driven-forms/pf4-component-mapper~3.21.3
  • fix(pf4): clean up errors and functional issues noticed on pf demo page

v3.21.2

Compare Source

3.21.2 (2023-08-29)
Bug fixes
@​data-driven-forms/pf4-component-mapper~3.21.2
  • fix(pf4): use form classname of inModal wizard

v3.21.1

Compare Source

3.21.1 (2023-08-29)
Bug fixes
@​data-driven-forms/pf4-component-mapper~3.21.1
  • fix(pf4): Add modal form class for PF4 wizard.
@​data-driven-forms/react-renderer-demo~3.21.1
  • Fix mui date picker and time picker examples

specify stackblitz dependency on @mui/x-date-pickers for latest release of major version 5 instead of using latest which used incompatible version 6

v3.21.0

Compare Source

3.21.0 (2023-08-01)
Minor changes
@​data-driven-forms/common~3.21.0
  • feat(pf4): Upgrade to pf4v5 dependency

Update Babel to use PF4 dynamic import paths.

@​data-driven-forms/pf4-component-mapper~3.21.0
  • feat(pf4): Upgrade to pf4v5 dependency

Update Babel to use PF4 dynamic import paths.

@​data-driven-forms/react-renderer-demo~3.21.0
  • feat(pf4): Upgrade to pf4v5 dependency

Update Babel to use PF4 dynamic import paths.

Bug fixes
@​data-driven-forms/react-renderer-demo~3.21.0
  • adding url to each sibling url
  • adding more logs to collect preview link
  • adding loggers to see vercel env variables
  • fix: copy complete link from # button
  • fix: eslint codebase issues
  • fixing colors for links and buttons
@​data-driven-forms/common~3.21.0
  • fix: eslint codebase issues
  • fixing colors for links and buttons

v3.20.13

Compare Source

3.20.13 (2023-06-29)
Bug fixes
@​data-driven-forms/react-form-renderer~3.20.13
  • fix(condition): Remove useMemo and parse condition on change

v3.20.12

Compare Source

3.20.12 (2023-06-05)
Bug fixes
@​data-driven-forms/react-form-renderer~3.20.12
  • fix(renderer): nested condition based on form initial values

v3.20.11

Compare Source

3.20.11 (2023-06-03)
Bug fixes
@​data-driven-forms/react-form-renderer~3.20.11
  • fix(react-form-renderer): Add subscription to 'initial' in ConditionTriggerDetector
  • fix(react-form-renderer): Add subscription to 'initial' in ConditionTriggerDetector

v3.20.10

Compare Source

3.20.10 (2023-06-03)
Bug fixes
@​data-driven-forms/react-form-renderer~3.20.10
  • lint fixes
  • fix(react-form-renderer): Fix data type validation message for numeric in case of custom message

v3.20.9

Compare Source

3.20.9 (2023-05-26)
Bug fixes
@​data-driven-forms/react-form-renderer~3.20.9
  • Added strict equality check
  • fix(react-form-renderer): fix numeric validator

v3.20.8

Compare Source

3.20.8 (2023-04-28)
Bug fixes
@​data-driven-forms/mui-component-mapper~3.20.8
  • fix(mui): apply SwitchProps to Switch component

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
  • fix(renderer): fix proptypes for is function

v3.20.6

Compare Source

3.20.6 (2023-04-17)
Bug fixes
@​data-driven-forms/pf4-component-mapper~3.20.6
  • fix(pf4): Add ModalProps to pf4 wizard.
@​data-driven-forms/react-renderer-demo~3.20.6
  • fix(pf4): Add ModalProps to pf4 wizard.

v3.20.5

Compare Source

3.20.5 (2023-04-11)
Bug fixes
@​data-driven-forms/react-form-renderer~3.20.5
  • fix(renderer): take condition and hideField also from action mapper

v3.20.4

Compare Source

3.20.4 (2023-03-22)
Bug fixes
@​data-driven-forms/common~3.20.4
  • fix(TS): no-index type to exclude [otherProp: string]: any;
@​data-driven-forms/react-form-renderer~3.20.4
  • fix(TS): no-index type to exclude [otherProp: string]: any;

v3.20.3

Compare Source

3.20.3 (2023-03-20)
Bug fixes
@​data-driven-forms/common~3.20.3
  • fix(TS): better generic types for field, FormRenderer and hooks
@​data-driven-forms/react-form-renderer~3.20.3
  • fix(TS): better generic types for field, FormRenderer and hooks
@​data-driven-forms/react-renderer-demo~3.20.3
  • Remove obsolete firebase deployment.

v3.20.2

Compare Source

3.20.2 (2023-02-20)
Bug fixes
@​data-driven-forms/common~3.20.2
  • fix(mui): isMulti async search reseting input value
@​data-driven-forms/mui-component-mapper~3.20.2
  • fix(mui): isMulti async search reseting input value

v3.20.1

Compare Source

3.20.1 (2023-02-17)
Bug fixes
@​data-driven-forms/ant-component-mapper~3.20.1
  • fix(atn): fix wizard onCancel typo
@​data-driven-forms/react-renderer-demo~3.20.1
  • Remove docs node engines check.

v3.20.0

Compare Source

3.20.0 (2023-02-06)
Minor changes
@​data-driven-forms/common~3.20.0
  • feat(common): separate functionality from common select
Bug fixes
@​data-driven-forms/react-form-renderer~3.20.0
  • Fix error in validator by proper awaiting

v3.19.3

Compare Source

3.19.3 (2023-01-25)
Bug fixes
@​data-driven-forms/pf4-component-mapper~3.19.3
  • fix(pf4): Fixed problem with ESC button on wizard

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
  • fix(ant): use htmlFor and id instead of Form.item name
  • form.item name includes Ant form functionality we do not want to initialize

v3.19.1

Compare Source

3.19.1 (2023-01-10)
Bug fixes
@​data-driven-forms/ant-component-mapper~3.19.1
  • fix(ant): pass name to Form.Item
@​data-driven-forms/react-renderer-demo~3.19.1
  • Upgrade to nextjs 13
  • Remove live-editor link and redirect old page to new page
@​data-driven-forms/common~3.19.1
  • Upgrade to nextjs 13

v3.19.0

Compare Source

3.19.0 (2022-10-18)
Minor changes
@​data-driven-forms/react-form-renderer~3.19.0
  • feat(renderer): enable condition set as a function
@​data-driven-forms/react-renderer-demo~3.19.0
  • feat(renderer): enable condition set as a function
Bug fixes
@​data-driven-forms/react-renderer-demo~3.19.0
  • Fix docs examples display names.
@​data-driven-forms/common~3.19.0
  • fix renderer dev server
@​data-driven-forms/react-form-renderer~3.19.0
  • fix renderer dev server

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner August 23, 2025 06:47
@renovate renovate bot force-pushed the renovate/data-driven-forms-react-form-renderer-3.x branch from 59e309c to 43abd6c Compare August 31, 2025 11:55
@GilbertCherrie
Copy link
Member

This pr breaks the provider form. It is breaking the required validation for the validation fields, allowing users to save the form without the credential validation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant