Releases
v1.3.0
Compare
Sorry, something went wrong.
No results found
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 in enums
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
on checkbox
inputs in cases where it doesn't make sense (#1194 ).
Internal changes
Code coverage reports are now generated using nyc
(#1170 ).
Add a bunch of files to .gitignore (#1171 ).
Add full sourcemaps by default for development (#1208 ).
You can’t perform that action at this time.