Skip to content

v2.1.0

Compare
Choose a tag to compare
@Hyperkid123 Hyperkid123 released this 17 Apr 08:27
· 2106 commits to master since this release
7641bff

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.