react-jsonschema-form v1.3.0 Release Notes

Release Date: 2019-03-06 // about 5 years ago
  • ๐Ÿ†• New features

    • ๐Ÿ‘ Better support for $schema to let you control the metaschema to validate against (#1130).
    • ๐Ÿ‘ Better handling of decimal points and trailing zeroes in numbers (#1183).
    • Submit events on Form now provide the event as the second argument (#1172).
    • Infer types for schemas defined using const (#1174).

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix multiple bugs related to switching between options in anyOf/oneOf (#1169).
    • ๐Ÿ›  Fix a bug causing rjsf to put an empty select item in enums which shouldn't have any (#1163).
    • ๐Ÿ›  Fix documentation build and remove dependency on toctoc (#1189).
    • Clean up HTML removing unnecessary wrapper elements (#1158).
    • Don't add required on checkbox inputs in cases where it doesn't make sense (#1194).

    Internal changes

    • Code coverage reports are now generated using nyc (#1170).
    • โž• Add a bunch of files to .gitignore (#1171).
    • โž• Add full sourcemaps by default for development (#1208).