Skip to content

v2.1.3

Compare
Choose a tag to compare
@Hyperkid123 Hyperkid123 released this 21 Apr 18:29
· 2054 commits to master since this release
aa1a7f1

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.