Skip to content

v2.3.1

Compare
Choose a tag to compare
@Hyperkid123 Hyperkid123 released this 11 May 07:16
· 1944 commits to master since this release
f21694c

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.