Skip to content

Releases: data-driven-forms/react-forms

v2.4.0

22 May 08:55
038d90b

Choose a tag to compare

2.4.0 (2020-05-22)

Minor changes

@data-driven-forms/common~2.4.0

  • feat(common): Allow usage of common select API

React select was removed from the common select code. This allows using
custom select from component libraries with all the features of the data
driven forms select. Common select now requires the Select component as
a prop. It will also allow removing the react select dependency from
mappers with good support of the select component from component
library.

  • feat(suir): added initial semantic ui react mapper base.

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

  • feat(common): Allow usage of common select API

React select was removed from the common select code. This allows using
custom select from component libraries with all the features of the data
driven forms select. Common select now requires the Select component as
a prop. It will also allow removing the react select dependency from
mappers with good support of the select component from component
library.

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

  • feat(common): Allow usage of common select API

React select was removed from the common select code. This allows using
custom select from component libraries with all the features of the data
driven forms select. Common select now requires the Select component as
a prop. It will also allow removing the react select dependency from
mappers with good support of the select component from component
library.

@data-driven-forms/suir-component-mapper~2.4.0

  • feat(common): Allow usage of common select API

React select was removed from the common select code. This allows using
custom select from component libraries with all the features of the data
driven forms select. Common select now requires the Select component as
a prop. It will also allow removing the react select dependency from
mappers with good support of the select component from component
library.

  • feat(suir): cleaned field array from MUI components.
  • feat(suir): added initial semantic ui react mapper base.

Bug fixes

@data-driven-forms/common~2.4.0

  • Align react-versions across the repo
  • fix(common): make props to control deselection of values
  • Add imports for new components
  • fix(mui): use mui select instead of react select
  • Replace mapper logos with static assets.
  • Add missing logos to landing page
  • Update packages readme files.
  • Persist mapper query param in docs.
  • Clean up the demo project setup.
  • Use generated component examples texts
  • fix(suir): added sub components customization API
  • suir clean up
  • fix(suir): add transform imports plugin
  • Added tests for SUIR mapper
  • fix(suir): Enable DDF props on time picker
  • fix(suir): use suir select component
  • fix(pf4): allow usage of different plain text variants.
  • fix(suir): enable renderer props checkboxes
  • fix(suir): modify form field grid to accept helper text.
  • Translate blueprint import properly
  • fix(common): do not override className in buttongroup
  • Tree shake blueprint mapper
  • Add blueprint component mapper
  • Add mapper generator

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

  • Align react-versions across the repo
  • fix(mui): use mui select instead of react select
  • Update packages readme files.
  • Clean up the demo project setup.
  • Update mui packages
  • Replace react ace with prism
  • fix(mui): disabled HTMl form validation
  • Add mappers section to navigation

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

  • Align react-versions across the repo
  • Update packages readme files.

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

  • Align react-versions across the repo
  • fixed recursive symlink
  • esling ignore service worker
  • Add docs for blueprint dual list select
  • Added SUIR mapper page to docs.
  • Added public folder simlink to the docs repo
  • Replace mapper logos with static assets.
  • Add breakpoint to drawer open
  • Switch hidden implementation to css to allow SSR
  • Add missing logos to landing page
  • Update packages readme files.
  • Persist mapper query param in docs.
  • Add docs for missing components
  • Use CacheFirst strategy for docs sw.
  • Clean up the demo project setup.
  • Use generated component examples texts
  • Removed unnecessary dynamic imports.
  • Extracted component schema and variants to page.
  • Added mapper examples generator.
  • Added favicon to docs
  • Added PWA required assets to demo
  • Add service worker for docs offline mode.
  • Fix deprecated crossOrigin prop
  • Update mui packages
  • Replace react ace with prism
  • Preload docs static assets.
  • fixed wrong renderer import in templates
  • Added SUIR to docs.
  • Custom blueprint datepicker text
  • Add blueprint as a variant to component examples
  • Add mappers section to navigation
  • Add mapper generator

@data-driven-forms/suir-component-mapper~2.4.0

  • Align react-versions across the repo
  • Added SUIR mapper page to docs.
  • fix(mui): use mui select instead of react select
  • Update packages readme files.
  • fix(suir): fix typos in prop types
  • fix(suir): added sub components customization API
  • fix(suir): added dual list select component
  • fix(suir): add slider component
  • suir clean up
  • Added SUIR to docs.
  • fix(suir): add transform imports plugin
  • Added tests for SUIR mapper
  • fix(suir): properly assing value to select
  • fix(suir): wizard styling
  • fix(suir): Enable DDF props on time picker
  • fix(suir): Enable DDF props on textarea
  • suir(fix): Enable DDF props on switch component
  • fix(suir): use suir select component
  • fix(suir): enable error messages on radio component
  • fix(suir): enable plaintext variants.
  • fix(suir): added field array styling
  • fix(suir): enable renderer on datepicker
  • fix(suir): enable renderer props checkboxes
  • fix(suir): modify form field grid to accept helper text.
  • fix(suir): added suir to rollup externals.
  • fix(suir): Removed all MUI references from components.

@data-driven-forms/blueprint-component-mapper~2.4.0

  • Make duallist a column on small screens
  • Add tests for BJS dual list
  • fix(blueprint): add dual list
  • Update packages readme files.
  • Add docs for missing components
  • Update tests
  • fix(blueprint): add missing field array component
  • fix(blueprint): add missing wizard component
  • Clean up the demo project setup.
  • Replace react ace with prism
  • Updates according to PR review
  • Translate blueprint import properly
  • Add spaces to form buttons
  • Custom blueprint datepicker text
  • Export BlueprintContext in root
  • Add mappers section to navigation
  • Add tests for blueprint mapper
  • Tree shake blueprint mapper
  • Add blueprint component mapper

@data-driven-forms/parsers~2.4.0

  • Update packages readme files.

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

  • Update packages readme files.
  • Use CacheFirst strategy for docs sw.
  • fix(pf4): allow usage of different plain text variants.

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

  • Update packages readme files.
  • Clean up the demo project setup.
  • Replace react ace with prism
  • fix(pf4): allow usage of different plain text variants.
  • Add mappers section to navigation

v2.3.2

14 May 18:38
35b9d03

Choose a tag to compare

2.3.2 (2020-05-14)

Bug fixes

@data-driven-forms/common~2.3.2

  • fix(common): make props to control deselection of values

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

  • fix(common): make props to control deselection of values

with-firebase-hosting~2.3.2

  • fix(common): make props to control deselection of values

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