Releases: data-driven-forms/react-forms
Releases · data-driven-forms/react-forms
v3.21.2
v3.21.1
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
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
v3.20.12
v3.20.11
v3.20.10
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.