github rjsf-team/react-jsonschema-form v5.16.0
5.16.0

latest releases: 5.21.1, v5.21.1, 5.21.0...
8 months ago

New Features

  • dateElementProps utility functions and file deletion support in the FileWidget

@rjsf/core

  • Pass indexed title from array into its items, adding enhancement asked in #3983
  • Removed dateElementProps function implementation, and replaced it with getDateElementProps from @rjsf/utils.
  • Modify submit method to make it a public method, fixing #4015
  • Support file deletion for format: "data-url" in FileWidget, fixing #3957.

@rjsf/antd

  • Removed dateElementProps function implementation, and replaced it with getDateElementProps from @rjsf/utils.

@rjsf/chakra-ui

  • Removed dateElementProps function implementation, and replaced it with getDateElementProps from @rjsf/utils.

@rjsf/mui

  • Updated the FieldErrorTemplate and FieldHelpTemplate to support html-based errors that cause <xxxx> cannot appear as a descendant of <p> browser warnings, fixing #4031

@rjsf/utils

  • Added getDateElementProps() to refactor duplicate function in core, antd & chakra-ui AltDateWidget's source code. The same function, implements the feature requested in #297

Dev / docs / playground

  • Updated docs and playground with the implementation guide of newly added date re-order feature.

Don't miss a new react-jsonschema-form release

NewReleases is sending notifications on new releases.