Version 2.13.1
02 Dec, 2023
This release fixes an important bug in subschema (oneOf/anyOf) matching for initial form data.
Bugfixes
- #92 : Previously, the form ignored
oneOf
/anyOf
while syncing stale data with new schema. This caused the form to crash. This release fixes that.