react-jsonschema-form v1.8.0 Release Notes
Release Date: 2019-08-26 // 4 months 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
inadditionalProperties
(#1402) - 🛠 Fix bug where data was being omitted incorrectly (#1419)