react-jsonschema-form v2.3.0 Release Notes

Release Date: 2020-08-08 // over 3 years ago
  • We're releasing a new theme, @rjsf/bootstrap-4. Thanks @anikethsaha and @Xtremilicious for their work on this new theme through the MLH Fellowship!

    @rjsf/core

    • ๐Ÿ›  Fix type of parameter widget in getWidget and hasWidget functions (#1949)
    • โœ‚ Remove Error type from toConstant (#1950)

    @rjsf/bootstrap-4 theme

    • โž• Add Bootstrap 4 Theme support (#1938, #1978)

    ๐Ÿ’ป @rjsf/material-ui theme

    • โœ‚ Remove undefined "name" parameter for material-ui (60fdcad)

    ๐Ÿ’ป @rjsf/semantic-ui theme

    • โž• Add semantic ui-specific documentation (#1907)

    ๐Ÿ“„ Dev / docs / CI