Added
- allow for custom rendering of the search input field via a new
renderSearchInput
prop
Changed
- Updating a number of dev dependencies including TypeScript (resulting in slight changes in type definitions)
- BREAKING CHANGE: Dropping support for JSON Schema Draft 4 (mainly ignoring
"id"
properties in favour of"$id"
)
Fixed
- Handling of
allOf
containing multipleoneOf
and/oranyOf
entries