Skip to content

v5.0.0 – Custom Search Input Rendering

Latest
Compare
Choose a tag to compare
@CarstenWickner CarstenWickner released this 08 Oct 20:20
· 5 commits to master since this release

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 multiple oneOf and/or anyOf entries