Skip to content

Releases: data-driven-forms/react-forms

v2.3.1

11 May 07:16
f21694c

Choose a tag to compare

2.3.1 (2020-05-11)

Bug fixes

with-firebase-hosting~2.3.1

  • Returned back pf3/pf4 example texts to docs.
  • Disable constant navigation opening on route change.
  • Make the editor responsive.
  • Fixed invalid props passed to link in mapper tabs.
  • Fixed missing component name in code examples.
  • Enable mapper switching of component example in docs.
  • Fix linter errors in docs components.
  • Removed tests from demo code base

Webpack was compiling the test code and it was including all the
dependencies to the docs build. It was replaced with text in the MD
file.

  • Remove css import from component mapper examples.
  • Switch to lazy import in code examples

Fixed code duplication in all code examples. This was cause due to the
require context. It was forcing webpack to parse the whole directory.

  • Remove pf4 from docs.
  • Add mapper specific links to component example.
  • Modify example variants to show props.
  • Prepare component example to use embed stackblitz editor.
  • Remove the component specific demo generator and PF4.
  • Added component example generator to docs.
  • Fixed missing global modifier tag on generate code examples.
  • Add style overrides to docs layout components.
  • Added css swapping on mapper docs change.
  • Added mapper docs generator
  • Updated docs links to work with scoped mapper.
  • Removed PF4 and PF3 mappers from MUI examples.
  • Switched demo component mapper to MUI mapper.
  • Added resolve alias to code example.
  • Added resolve alias to list of contents.
  • Added script to copy mapper specific docs pages.
  • Fix links to original components

@data-driven-forms/common~2.3.1

  • Remove pf4 from docs.
  • Remove the component specific demo generator and PF4.
  • Updated docs links to work with scoped mapper.
  • Added resolve alias to list of contents.

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

  • fix(mui): Added spacing to the form template.

v2.3.0

06 May 12:24
a62e22a

Choose a tag to compare

2.3.0 (2020-05-06)

Minor changes

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

  • feat(pf4): add placeholder slider

with-firebase-hosting~2.3.0

  • feat(pf4): add placeholder slider

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

  • feat(pf3): add slider component

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

  • feat(mui): Add Slider component

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

  • feat(renderer): add slider type

Bug fixes

with-firebase-hosting~2.3.0

  • Add links to MUI components in the Slider decription
  • Hide input in PF3 slider demo
  • Add padding left to search bar
  • Do not open menu on small screens
  • Make menu on small screen temporary
  • Do not load PF3 slider on SSR
  • Add sliders to demo

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

  • Add sliders to demo

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

  • Add sliders to demo
  • fix(pf3): add grid to PF3 formTemplate to render each field on new line

v2.2.1

05 May 14:51
69c29a0

Choose a tag to compare

2.2.1 (2020-05-05)

Bug fixes

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

  • Use arrow icon instead of sort icon
  • Make from dual-list constant
  • fix(mui): Add missing dual list select component

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

  • Make from dual-list constant
  • Make PF4 duallist implementation common

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

  • Make from dual-list constant

with-firebase-hosting~2.2.1

  • Make from dual-list constant
  • Adds MUI dual list to documentation

@data-driven-forms/common~2.2.1

  • Make PF4 duallist implementation common

v2.2.0

04 May 11:42
d705b19

Choose a tag to compare

2.2.0 (2020-05-04)

Minor changes

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

  • feat(all): enable input type file

Bug fixes

with-firebase-hosting~2.2.0

  • Added validation to the file input example.
  • Added tests for file input handlers.
  • Added docs for file input.

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

  • Added tests for file input handlers.
  • fix(renderer): fixed submitting being stuck when enhancing onSubmit.

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

  • fix(renderer): fixed submitting being stuck when enhancing onSubmit.

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

  • fix(renderer): fixed submitting being stuck when enhancing onSubmit.
  • fix(pf4): dual-list, removed isEqual from div attributes.

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