New features
- Better support for
$schema
to let you control the metaschema to validate against (#1130). - Better handling of decimal points and trailing zeroes in numbers (#1183).
- Submit events on
Form
now provide the event as the second argument (#1172). - Infer types for schemas defined using
const
(#1174).
Bug fixes
- Fix multiple bugs related to switching between options in
anyOf
/oneOf
(#1169). - Fix a bug causing rjsf to put an empty
select
item inenums
which shouldn't have any (#1163). - Fix documentation build and remove dependency on
toctoc
(#1189). - Clean up HTML removing unnecessary wrapper elements (#1158).
- Don't add
required
oncheckbox
inputs in cases where it doesn't make sense (#1194).