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