Skip to content

Releases: data-driven-forms/react-forms

v2.11.1

20 Oct 07:46
Compare
Choose a tag to compare

2.11.1 (2020-10-20)

Bug fixes

@data-driven-forms/pf3-component-mapper~2.11.1

  • fix(pf3): downgrade version of react day picker

@data-driven-forms/react-renderer-demo~2.11.1

  • Fix MUI imports in demo

v2.11.0

19 Oct 12:07
Compare
Choose a tag to compare

2.11.0 (2020-10-19)

Minor changes

@data-driven-forms/react-form-renderer~2.11.0

  • feat(renderer): add useWarnings functionality

Bug fixes

@data-driven-forms/react-form-renderer~2.11.0

  • Remove convertWarningToError function
  • Create validate-warning only once
  • Add warning to meta definition
  • Add convertWarningToError option
  • Add tests for validator warnings
  • Allow to set object validators as warnings
  • Refactor compose validators to be more readable

@data-driven-forms/react-renderer-demo~2.11.0

  • Remove convertWarningToError function
  • Update doc page
  • Add docs for warnings
  • Refactor example text
  • dynamically find example text for mapper > component, so there is no need to write imports manually and create switch statements
  • also clean redundant code

v2.10.3

13 Oct 11:21
Compare
Choose a tag to compare

2.10.3 (2020-10-13)

Bug fixes

@data-driven-forms/mui-component-mapper~2.10.3

  • fix(mui): allow to customize subform

@data-driven-forms/react-renderer-demo~2.10.3

  • fix(mui): allow to customize subform

v2.10.2

13 Oct 07:02
Compare
Choose a tag to compare

2.10.2 (2020-10-13)

Bug fixes

@data-driven-forms/pf4-component-mapper~2.10.2

  • fix(pf4): dual-list-select mobile styling

@data-driven-forms/react-renderer-demo~2.10.2

  • Refactor component example component
  • Limit max width for content on documentation

@data-driven-forms/common~2.10.2

  • Limit max width for content on documentation

v2.10.1

12 Oct 06:36
Compare
Choose a tag to compare

2.10.1 (2020-10-12)

Bug fixes

@data-driven-forms/carbon-component-mapper~2.10.1

  • fix(carbon): fix styles for wizard/subform/tabs

@data-driven-forms/react-renderer-demo~2.10.1

  • fix(carbon): fix styles for wizard/subform/tabs
  • Update codeExample heading and url to github
  • Add FAQ page to demo
  • Update useFieldApi page to make it seachable
  • Fix wrong link on the landing page
  • Update docs, make them more intersting and searchable

v2.10.0

05 Oct 14:07
Compare
Choose a tag to compare

2.10.0 (2020-10-05)

Minor changes

@data-driven-forms/pf3-component-mapper~2.10.0

  • feat(renderer): dynamic when attribute
  • when in condition can be a function that gets the current field as the first argument

@data-driven-forms/pf4-component-mapper~2.10.0

  • feat(renderer): dynamic when attribute
  • when in condition can be a function that gets the current field as the first argument

@data-driven-forms/react-form-renderer~2.10.0

  • feat(renderer): dynamic when attribute
  • when in condition can be a function that gets the current field as the first argument

@data-driven-forms/parsers~2.10.0

  • feat(renderer): dynamic when attribute
  • when in condition can be a function that gets the current field as the first argument

@data-driven-forms/react-renderer-demo~2.10.0

  • feat(renderer): dynamic when attribute
  • when in condition can be a function that gets the current field as the first argument

v2.9.1

05 Oct 07:22
Compare
Choose a tag to compare

2.9.1 (2020-10-05)

Bug fixes

@data-driven-forms/carbon-component-mapper~2.9.1

  • fix(carbon): add seperate transformation for progressStep/structuredList

@data-driven-forms/common~2.9.1

  • fix(carbon): add seperate transformation for progressStep/structuredList

v2.9.0

29 Sep 12:06
Compare
Choose a tag to compare

2.9.0 (2020-09-29)

Minor changes

@data-driven-forms/carbon-component-mapper~2.9.0

  • feat(carbon): add AM/PM, timezones into carbon timepicker
  • feat(carbon): wizard component
  • feat(carbon): add field array component
  • feat(carbon): add dual list component
  • feat(carbon): introduce carbon mapper

@data-driven-forms/common~2.9.0

  • feat(carbon): introduce carbon mapper

Bug fixes

@data-driven-forms/carbon-component-mapper~2.9.0

  • fix(carbon): allow to pass props to wrapper div
  • Update readme for Carbon
  • Update Carbon docs
  • fix(carbon): add helper text/errors where missing
  • Update carbon packages to remove warnings in console
  • Add tests for carbon time-picker
  • fix(carbon): fix spacing for form template
  • fix(carbon): introduce validateOnMount
  • fix(carbon): add ts for wizard and tests
  • fix(carbon): Add typescript definitions for field array
  • Return demo to normal
  • fix(carbon): merge custom classnames in field array
  • fix(carbon): add customization and tests for field array
  • Rotate icons in carbon dual list select
  • Update carbon dual list
  • Add tests for carbon dual list select
  • Clear typescript proptypes for carbon
  • Use definitelytyped for carbon components
  • Add carbon files to documentation
  • Add tests for carbon mapper components
  • Add multiselects
  • Add single select
  • Clear optional value leftovers
  • Add buttons to FormTemplate
  • Simplify code and extract shared pieces

@data-driven-forms/react-renderer-demo~2.9.0

  • Update docs for Carbon time-picker
  • Add texts for Cabon components
  • Add carbon files to documentation

@data-driven-forms/common~2.9.0

  • Update tests for FormTemplate.Header
  • fix(carbon): fix spacing for form template
  • Add progressstep into babel carbon mapper
  • Treeshake Carbon React icons
  • Treeshake carbon components
  • Simplify code and extract shared pieces

@data-driven-forms/pf3-component-mapper~2.9.0

  • Update tests for FormTemplate.Header

@data-driven-forms/pf4-component-mapper~2.9.0

  • Update tests for FormTemplate.Header

v2.8.23

17 Sep 10:32
Compare
Choose a tag to compare

2.8.23 (2020-09-17)

Bug fixes

@data-driven-forms/react-form-renderer~2.8.23

  • fix(renderer): export validator mapper in index.js

v2.8.22

16 Sep 07:46
Compare
Choose a tag to compare

2.8.22 (2020-09-16)

Bug fixes

@data-driven-forms/react-form-renderer~2.8.22

  • fix(renderer): export parse condition function