This repo attempts to follow semantic versioning.
- none
- Fix solid-forms-react's
useControlStatehook.
- Fix solid-forms-react build.
- Breaking: update to React 18 and remove
withControl().
- Only call dispose on unmount in
solid-forms-reactuseControl().
- Loosened the typing of
useControlState()insolid-forms-reactpackage.
- Loosened the typing of
useControl()insolid-forms-reactpackage.
- Workaround for a seemingly upstream issue with
solid-js/storethat would prevent subscribers from being informed when nested data changed. The fix was to useproduce()instead of the standardsetStatefunction that a store returns.
- Fixed a bug in
IAbstractControlContainerBasethat could result in an abstract control container (i.e. a FormGroup or FormArray) have an incorrectchildren.errorsand, as a consequence,errorsproperties.