data-driven-forms v2.11.0 Release Notes

Release Date: 2020-10-19 // over 3 years ago
  • 2.11.0 (2020-10-19)

    Minor changes

    ๐Ÿ“ฆ @data-driven-forms/react-form-renderer~2.11.0

    • โš  feat(renderer): add useWarnings functionality

    ๐Ÿ› Bug fixes

    ๐Ÿ“ฆ @data-driven-forms/react-form-renderer~2.11.0

    • โœ‚ Remove convertWarningToError function
    • โš  Create validate-warning only once
    • โž• Add warning to meta definition
    • โž• Add convertWarningToError option
    • โž• Add tests for validator warnings
    • ๐Ÿ‘ Allow to set object validators as warnings
    • ๐Ÿ”จ Refactor compose validators to be more readable

    ๐Ÿ“ฆ @data-driven-forms/react-renderer-demo~2.11.0

    • โœ‚ Remove convertWarningToError function
    • โšก๏ธ Update doc page
    • โž• Add docs for warnings
    • ๐Ÿ”จ Refactor example text

    • dynamically find example text for mapper > component, so there is no need to write imports manually and create switch statements

    • also clean redundant code