Releases: iway1/react-ts-form
Releases · iway1/react-ts-form
v1.2.0
v1.1.3
v1.1.2
What's Changed
- docs: add resolver import by @florian-lefebvre in #44
- Allows setting values to undefined by @iway1 in #46
New Contributors
- @florian-lefebvre made their first contribution in #44
Full Changelog: 1.1.1...1.1.2
v1.1.1
v1.1.0
v1.0.9
v1.0.8
Fix typo in error message link.
See https://github.com/iway1/react-ts-form/releases/tag/1.0.7 for recent changes
v1.0.7
Deprecated enums because:
- They didn't handle all usecases people were likely to try and use them in leading to confusing situations
- z.string() and z.number() plus react props can be used to cover all those use cases in a more straightforward way.
What's Changed
- adds deprecation warnings to enum, updates docs by @iway1 in #13
- now checks for array equality correctly by @iway1 in #14
Full Changelog: 1.0.6...1.0.7
v1.0.6
Change output / main to .cjs
to avoid issues w/ next.js etc
What's Changed
- Added the missing type of the missing zod schema in missing type error by @olivier-deschenes in #1
- changes output to .cjs by @iway1 in #5
New Contributors
- @olivier-deschenes made their first contribution in #1
- @iway1 made their first contribution in #5
Full Changelog: 1.0.5...1.0.6