Releases: data-driven-forms/react-forms
Releases · data-driven-forms/react-forms
v2.1.3
2.1.3 (2020-04-21)
Bug fixes
@data-driven-forms/react-form-renderer~2.1.3
- Convert useState to useReducer in useFieldApi
- Revert changes in demo
- Optimize useFieldApi
- breaking(renderer): FieldProvider use Component instead of component
- Store initialValue in state to keep references
- Fix when propTypes for condition
- Fix proptypes for pattern
- fix(renderer): move functionality from render to useField
@data-driven-forms/common~2.1.3
- Catch 'component' props in all non-fields components
- Removed the RawComponent from codebase.
- Added styling to the codesandbox link.
- Restyled expansion panned and added GH link.
@data-driven-forms/mui-component-mapper~2.1.3
- Catch 'component' props in all non-fields components
@data-driven-forms/pf3-component-mapper~2.1.3
- Catch 'component' props in all non-fields components
- fix(renderer): move functionality from render to useField
@data-driven-forms/pf4-component-mapper~2.1.3
- Catch 'component' props in all non-fields components
- fix(renderer): move functionality from render to useField
with-firebase-hosting~2.1.3
- Removed the RawComponent from codebase.
- Update validators docs examples.
- Updated schema validator docs example.
- Updated initialize mount docs example.
- Updated global component props docs example.
- Updated get started docs example.
- Updated field array docs example.
- Updated data types docs example.
- Update docs example for form template.
- Update conditions docs examples.
- Updated docs example for component mapping.
- Added the option to load additional imported files to codesandbox examples.
- breaking(renderer): FieldProvider use Component instead of component
- Update clear on unmount docs example.
- Added default fallback to pf4 in code-example.
- fix(renderer): move functionality from render to useField
- Update cleared value docs example.
- Add tooltips to code example actions.
- Added styling to the codesandbox link.
- Generate codesandbox from the component code.
- Add a button to generate code sandbox
- Restyled expansion panned and added GH link.
- Move docs examaples to next build scope.
v2.1.2
2.1.2 (2020-04-21)
Bug fixes
@data-driven-forms/mui-component-mapper~2.1.2
- Review fixes
- Allow to revert remove in mui field array
- fix(mui): add default field array
- Added example for renderer testing to docs.
with-firebase-hosting~2.1.2
- Review fixes
- Added API driven notifications panel.
- Add documentation for field arrays
- Added link to code example source.
- Fixed typos in the testing examples.
- Added example of tests outside of renderer.
- Added test example of custo component inside renderer.
- Added example for renderer testing to docs.
@data-driven-forms/examples~2.1.2
- Add documentation for field arrays
- Fixed typos in the testing examples.
- Added example of tests outside of renderer.
- Added test example of custo component inside renderer.
- Added new examples package with renderer test.
v2.1.1
2.1.1 (2020-04-20)
Bug fixes
@data-driven-forms/common~2.1.1
- Do not fail when clicking on the current step
@data-driven-forms/pf4-component-mapper~2.1.1
- Do not fail when clicking on the current step
- fix(pf4): refactor wizard, validating disable nav
v2.1.0
2.1.0 (2020-04-17)
Minor changes
@data-driven-forms/react-form-renderer~2.1.0
- feat(renderer): enhance conditions
- adds sequence condition
- adds then, else branches
- adds set action
- optimize condition to listen values changes
- feat(renderer): allow definition of global props in component mapper.
@data-driven-forms/mui-component-mapper~2.1.0
- feat(mui): allow passing props to composite components.
@data-driven-forms/common~2.1.0
- feat(mui): allow passing props to composite components.
Bug fixes
@data-driven-forms/react-form-renderer~2.1.0
- Use "@babel/plugin-transform-runtime" to enable generators
- fix(rendrer): remove clearOnUnmount from fieldApi clean props.
- Use useReducer instead of useState
- Fix initial render set by using setTimeout
- Add tests for condition
- Update default schema validator
- accepts sequence
- conditional actions
with-firebase-hosting~2.1.0
- Add sequence and conditional actions to demo
- Added docs for global props settings.
@data-driven-forms/parsers~2.1.0
- Update default schema validator
- accepts sequence
- conditional actions
@data-driven-forms/mui-component-mapper~2.1.0
- fix(mui): fixed missing rest spread on checkbox component.
- Added docs for global props settings.
@data-driven-forms/common~2.1.0
- fix(mui): fixed missing rest spread on checkbox component.
- Added docs for global props settings.
v2.0.8
2.0.8 (2020-04-14)
Bug fixes
@data-driven-forms/pf4-component-mapper~2.0.8
- fix(pf4): wizard disable button on validating
v2.0.7
2.0.7 (2020-04-14)
Bug fixes
@data-driven-forms/react-form-renderer~2.0.7
- fix(renderer): export validator mapper.
with-firebase-hosting~2.0.7
- Fix notificiation counter
- Add badges to landing page
- Add notification panel to demo
v2.0.6
2.0.6 (2020-04-06)
Bug fixes
@data-driven-forms/react-form-renderer~2.0.6
- fix(renderer): update final form deps
with-firebase-hosting~2.0.6
- Fix linting issues in docs.
- Enable linter in docs.
v2.0.5
2.0.5 (2020-03-31)
Bug fixes
@data-driven-forms/pf4-component-mapper~2.0.5
- fix(pf4): fixed radio having bool value instead of input value.
with-firebase-hosting~2.0.5
- Fix linting issues.
- Added form builder to docs.
- Fix NEXT vulnerability
v2.0.4
2.0.4 (2020-03-30)
Bug fixes
@data-driven-forms/mui-component-mapper~2.0.4
- fix(common): Export unconnected select components.
- fix(mui): fix Select prop type warnings.
@data-driven-forms/pf3-component-mapper~2.0.4
- fix(common): Export unconnected select components.
@data-driven-forms/pf4-component-mapper~2.0.4
- fix(common): Export unconnected select components.
@data-driven-forms/react-form-renderer~2.0.4
- fix(renderer): remove initialValue from useFieldApi return props.
@data-driven-forms/common~2.0.4
- fix(mui): fix Select prop type warnings.
- Add text to raw component
- Fix next/prev button on page previously without right nav
with-firebase-hosting~2.0.4
- Add conditions example
- Optimize condition example
- Add action mapper example
- Remove formGroup from componentsApi
and add plain-text
- Fix initiliazeOnMount demo
- Set JSX as default mode for the editor
v2.0.3
2.0.3 (2020-03-30)
Bug fixes
@data-driven-forms/mui-component-mapper~2.0.3
- fix(common): added missing files config for npm
@data-driven-forms/pf3-component-mapper~2.0.3
- fix(common): added missing files config for npm
@data-driven-forms/pf4-component-mapper~2.0.3
- fix(common): added missing files config for npm
@data-driven-forms/react-form-renderer~2.0.3
- fix(common): added missing files config for npm