Skip to content

Releases: data-driven-forms/react-forms

v3.23.1

Choose a tag to compare

@rvsia rvsia released this 10 Jul 10:53

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

Choose a tag to compare

@rvsia rvsia released this 08 Jul 12:43

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

Choose a tag to compare

@rvsia rvsia released this 21 Mar 12:15

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

Choose a tag to compare

@rvsia rvsia released this 24 Jan 08:31

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

Choose a tag to compare

@rvsia rvsia released this 08 Jan 09:28

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

Choose a tag to compare

@rvsia rvsia released this 07 Dec 08:15

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

Choose a tag to compare

@rvsia rvsia released this 10 Nov 08:38

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

Choose a tag to compare

@rvsia rvsia released this 06 Nov 14:35

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

Choose a tag to compare

@rvsia rvsia released this 06 Nov 07:56

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

Choose a tag to compare

@rvsia rvsia released this 24 Oct 07:51

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.