Releases: data-driven-forms/react-forms
Releases · data-driven-forms/react-forms
v3.20.9
v3.20.8
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
v3.20.6
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
v3.20.4
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
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
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
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
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