Skip to content

Releases: data-driven-forms/react-forms

v3.20.11

Choose a tag to compare

@rvsia rvsia released this 03 Jun 08:47

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

Choose a tag to compare

@rvsia rvsia released this 03 Jun 08:36

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

Choose a tag to compare

@rvsia rvsia released this 26 May 08:00

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

Choose a tag to compare

@rvsia rvsia released this 28 Apr 15:15

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

Choose a tag to compare

@rvsia rvsia released this 25 Apr 10:50

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

Choose a tag to compare

@rvsia rvsia released this 17 Apr 10:57

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

Choose a tag to compare

@rvsia rvsia released this 11 Apr 12:13

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

Choose a tag to compare

@rvsia rvsia released this 22 Mar 07:59

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

Choose a tag to compare

@rvsia rvsia released this 20 Mar 09:09

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

Choose a tag to compare

@rvsia rvsia released this 20 Feb 14:24

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