Skip to content

v1.0.0

Compare
Choose a tag to compare
@glasserc glasserc released this 24 Oct 01:48
· 1158 commits to main since this release
525cddd

This version we move to v1.0.0 as an admission that lots of developers appear to be using the project and that we should be taking backwards compatibility seriously.

Breaking changes

  • Switch to the ajv validator (#711). This will hopefully allow us to be smarter about marking fields as errors.

New features

  • Allow the developer to mark some enum values as disabled (#708).
  • Introduce the JSON Schema concept of dependencies (#659).

Bug fixes

  • Fix typos in README.md (#717).
  • Fix customObject sample (#711).
  • Add some philosophical descriptions of rjsf (#707).
  • Fix #622 - correctly parse JSON date into local date (#715).
  • Update dependencies (#722).
  • Update conditional field example (#734).
  • Changed peerDependency of React to allow v16 (#729).