data-driven-forms v2.4.0 Release Notes

Release Date: 2020-05-22 // almost 4 years ago
  • 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