| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 6.8.0 source code.tar.gz | 2026-08-14 | 5.5 MB | |
| 6.8.0 source code.zip | 2026-08-14 | 6.2 MB | |
| README.md | 2026-08-14 | 1.9 kB | |
| Totals: 3 Items | 11.7 MB | 0 | |
New validator added
The new @rjsf/validator-cfworker was added, see the documentation for the limitations that this validator has.
@rjsf/core
- Fixed
TimeWidgetto respect schemamultipleOftime precision, preserving second-precision values while keeping minute-precision native inputs synchronized with their displayed value (#5174)
@rjsf/utils
- Fixed an issue in
sortedJSONStringifywith regards to handling arrays containingnullandundefinedvalues.
@rjsf/validator-ata
- Raised the
ata-validatorrequirement to^1.3.0, which fixes a$refthat could not be resolved being treated as vacuous rather than reported as an error (#5181) - Raised the
ata-validatorrequirement to^1.6.0, so that validation runs correctly wherenew Functionis refused, such as a page under a strict Content-Security-Policy (#5184) - Raised the
ata-validatorrequirement to^1.6.1, which stops a$refinto another document from silently dropping the constraints behind it (#5186)
@rjsf/validator-cfworker
- Added an eval-free, draft-2020-12 validator package backed by
@cfworker/json-schema, including undefined form-data normalization and per-schema-id caching, fixing #3269 and contributing to #4923
Dev / docs / playground
- Added
@rjsf/validator-cfworkerto the playground validator selector and API documentation