react-jsonschema-form v1.8.0 Release Notes

Release Date: 2019-08-26 // over 4 years ago
  • ๐Ÿ†• New features

    • ๐Ÿ‘ Allow restriction of accepted filetypes in file widget (#1246)
    • ๐Ÿ‘Œ Support adding items to an array at any position, instead of always at the end (#1352)

    ๐Ÿ›  Fixes

    • ๐Ÿ”„ Change inclusion of lodash dependencies to fix errors when using Yarn (#1366)
    • ๐Ÿ›  Fix dependency defaults when using Form as an uncontrolled component (#1371)
    • ๐Ÿ‘• Reformat tests (#1372) and fix linting (#1373)
    • ๐Ÿ‘‰ Use the Monaco editor component in the playground instead of CodeMirror (#1374, #1379)
    • โž• Add missing space in playground (#1384)
    • โž• Add Bootstrap version to playground (#1386)
    • ๐Ÿ›  Fix bug with trying to enter numbers such as "0.1" (#1360)
    • ๐Ÿ›  Fix bug where user editing of additionalProperties names was erased (#1401)
    • Playground now records whether "live" was set (#1403)
    • ๐Ÿ›  Fix bug in omitData where data was always cast into an object, even if it should have remained an array (#1406)
    • ๐Ÿ‘Œ Support $ref in additionalProperties (#1402)
    • ๐Ÿ›  Fix bug where data was being omitted incorrectly (#1419)