Skip to content

Releases: data-driven-forms/react-forms

v2.1.10

04 May 10:54
cb848f0

Choose a tag to compare

2.1.10 (2020-05-04)

Bug fixes

with-firebase-hosting~2.1.10

  • Add missing variable for active color

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

  • fix(pf4): use custom divs for dual list select

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

  • fix(renderer): useFieldApi do not return isEqual

v2.1.9

04 May 06:51
38ec9cc

Choose a tag to compare

2.1.9 (2020-05-04)

Bug fixes

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

  • Update tests for wizard MUI
  • Add docs for MUI wizard enhanced
  • fix(mui): add stepper to wizard
  • Add wizard schema to MUI demo

with-firebase-hosting~2.1.9

  • Add docs for MUI wizard enhanced
  • Add links to features list
  • Add text for mappers
  • Reorder navigation - start at Getting started
  • Update installation instructions
  • Redesign documentation landing page
  • Fix no notifications for demo
  • Align footer always to bottom
  • Make nav link closer to footer and consistent
  • Make footer different color and remove content padding bottom
  • Do not shrink right footer card
  • Fix width on mobile phones
  • Fix canReset use in getStarted

@data-driven-forms/common~2.1.9

  • Fix icons propTypes
  • Redesign documentation landing page
  • Make nav link closer to footer and consistent

v2.1.8

27 Apr 15:18
bfb52d5

Choose a tag to compare

2.1.8 (2020-04-27)

Bug fixes

@data-driven-forms/common~2.1.8

  • fix(all): fix proptypes accross all packages

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

  • fix(all): fix proptypes accross all packages

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

  • fix(all): fix proptypes accross all packages

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

  • fix(all): fix proptypes accross all packages

with-firebase-hosting~2.1.8

  • fix(all): fix proptypes accross all packages

v2.1.7

27 Apr 09:39
c2d3f79

Choose a tag to compare

2.1.7 (2020-04-27)

Bug fixes

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

  • fix(pf4): update patternfly core version

with-firebase-hosting~2.1.7

  • fix(pf4): update patternfly core version

v2.1.6

27 Apr 08:44
0f6c0fe

Choose a tag to compare

2.1.6 (2020-04-27)

Bug fixes

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

  • fix(pf4): Add disabled styles for select
  • fix(pf4): allow to set container in wizard

@data-driven-forms/common~2.1.6

  • fix(pf4): Add disabled styles for select

with-firebase-hosting~2.1.6

  • fix(pf4): allow to set container in wizard

v2.1.5

24 Apr 12:06
899f399

Choose a tag to compare

2.1.5 (2020-04-24)

Bug fixes

@data-driven-forms/common~2.1.5

  • exclude only pf3 and pf4 component mappers from SSR dedup build.
  • fix(pf4): use data toolbar from non-experimental package.

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

  • exclude only pf3 and pf4 component mappers from SSR dedup build.

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

  • exclude only pf3 and pf4 component mappers from SSR dedup build.

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

  • exclude only pf3 and pf4 component mappers from SSR dedup build.
  • fix(pf4): use data toolbar from non-experimental package.

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

  • exclude only pf3 and pf4 component mappers from SSR dedup build.

with-firebase-hosting~2.1.5

  • exclude only pf3 and pf4 component mappers from SSR dedup build.
  • use direct imports in schema validation example
  • Added cookies consent banner to docs.
  • Added gtag script.
  • Use react-github-buttons instead of outside script

v2.1.4

22 Apr 08:34
499f6a2

Choose a tag to compare

2.1.4 (2020-04-22)

Bug fixes

with-firebase-hosting~2.1.4

  • Added example of form level validation errors.
  • Added firebase analytics SDK for docs.
  • Fix notification panel filtering and sorting

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

  • fix(pf4): fixed radio not being checked.

v2.1.3

21 Apr 18:29
aa1a7f1

Choose a tag to compare

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

21 Apr 08:09
c4e4dd5

Choose a tag to compare

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

20 Apr 09:05
0f32950

Choose a tag to compare

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