All notable changes to this project will be documented in this file.
- Editing a field on an object that doesn't exist will now create that field.
- Better null handling
- Fix bug from 3.1.2
- Support touch-enabled errors for nested fields.
- Add
canSubmitWithErrorsoption
- TypeScript 5.0+ support without a deprecation message.
- Add
alwaysShowErrors
- Fix typing bug when using with Kea 3.0 non-alpha versions. Thanks @jacobwgillespie
- Add values
${form}ManualErrors,${form}AllErrors - Add actions
set${from}ManualErrors - Add
preSubmitthat can be used to get/set errors.submitwill only be called if there are no errors inallError - Add
errorstosubmit${form}Failure
- Kea 3.0.0 support
- Support nested form fields
- First version