Skip to content

Commit fe173fe

Browse files
committed
Update changelog
1 parent 5bb409e commit fe173fe

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
# 1.2.8
1+
# 1.2.9
2+
3+
- Fixed #2: operator _short-circuiting_ caused only one error to be set when using `form.setErrors`.
4+
5+
# 1.2.8 (12/03/2021)
26

37
- Object constraint on form type parameter, string constraint on error type parameter. (`FormState<T extends object, State, Error extends string>`)
4-
- React 17 support
8+
- React 17 support (#1)
59
- `form.setErrors` should now be working correctly.
610
- Custom error types are now correctly inferred from `useForm`:
711

0 commit comments

Comments
 (0)