Releases: airjp73/rvf
remix-validated-form-v4.6.4
Fixed #203
Full Changelog: remix-validated-form-v4.6.3...remix-validated-form-v4.6.4
remix-validated-form-v4.6.3
remix-validated-form-v4.6.0
What's Changed
- Add test case for setting controlled field value on mount by @danecando in #130
- Various fixes by @airjp73 in #181
- Fieldarray by @airjp73 in #192
Full Changelog: remix-validated-form-v4.5.7...remix-validated-form-v4.6.0
remix-validated-form-v4.5.7
Also releases zod-form-data v1.2.2
What's Changed
New Contributors
Full Changelog: remix-validated-form-v4.5.6...remix-validated-form-v4.5.7
remix-validated-form-v4.5.6 & with-zod-v2.0.2
What's Changed
- Fix docs zod-form-data by @abenhamdine in #159
- Add ZodTypeDef type bound for TS 4.8.x compatibility by @fnimick in #176
- Allow passing custom errorMap to withZod by @Mattinton in #175
- Fixed #177
New Contributors
- @abenhamdine made their first contribution in #159
- @fnimick made their first contribution in #176
- @Mattinton made their first contribution in #175
Full Changelog: remix-vaidated-form-v4.5.4...remix-validated-form-v4.5.6
remix-vaidated-form-v4.5.4
Last release I cut was 4.5.0, so these changes are since then. First time using auto-generated release notes.
What's Changed
- docs: adds ResponseInit arg to validationError api doc by @danecando in #119
- Docs Zod string.nonempty() → string.min(1) by @LukasMurdock in #124
- fix: support different formmethod on submitter button by @nrako in #127
- Textarea focus by @michaeldebetaz in #128
- Update useUpdateControlledField documentation by @uhoh-itsmaciek in #132
- feat: getValues helper by @danecando in #136
- #133 fix array of objects by @JeffBeltran in #135
- Fix Docs missing closing bracket by @moishinetzer in #137
- feat: support remix v1.6.5
TypeResponse
by @chungweileong94 in #142 - Fix
file-input
cypress test by @chungweileong94 in #147 - fix: fix getValues and add test cases by @danecando in #150
New Contributors
- @LukasMurdock made their first contribution in #124
- @nrako made their first contribution in #127
- @michaeldebetaz made their first contribution in #128
- @uhoh-itsmaciek made their first contribution in #132
- @JeffBeltran made their first contribution in #135
- @moishinetzer made their first contribution in #137
- @chungweileong94 made their first contribution in #142
Full Changelog: remix-validated-form-v4.5.0...remix-vaidated-form-v4.5.4
Remix Validated Form v4.5.0
New Features
- Return the validation result from
validate
convenience function. - New
submit
convenience function.
Issues
Remix Validated Form v4.4.0
Remix Validated Form v4.3.0
New Feature
useControlField
A hook for managing field value state! This has been asked for a few times. It's usage is similar to tracking a controlled input with useState
, but it does some things for you automatically and can be accessed & modified globally. See the docs here for more details.