data-driven-forms v2.3.1 Release Notes

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