Skip to content

Releases: airjp73/rvf

remix-validated-form-v4.6.4

08 Nov 17:44
Compare
Choose a tag to compare

remix-validated-form-v4.6.3

08 Nov 00:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: remix-validated-form-v4.6.0...remix-validated-form-v4.6.3

remix-validated-form-v4.6.0

27 Oct 03:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: remix-validated-form-v4.5.7...remix-validated-form-v4.6.0

remix-validated-form-v4.5.7

01 Oct 15:44
Compare
Choose a tag to compare

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

25 Sep 16:55
Compare
Choose a tag to compare

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

Full Changelog: remix-vaidated-form-v4.5.4...remix-validated-form-v4.5.6

remix-vaidated-form-v4.5.4

02 Aug 01:40
Compare
Choose a tag to compare

Last release I cut was 4.5.0, so these changes are since then. First time using auto-generated release notes.

What's Changed

New Contributors

Full Changelog: remix-validated-form-v4.5.0...remix-vaidated-form-v4.5.4

Remix Validated Form v4.5.0

24 May 03:28
Compare
Choose a tag to compare

New Features

Issues

Fixes #114
Fixes #111
Fixes #109

Remix Validated Form v4.4.0

30 Apr 03:03
Compare
Choose a tag to compare

New Features

Adds 3 new helpers to useFormContext.

Bug fixes

Fixes #100

Remix Validated Form v4.3.0

09 Apr 18:06
Compare
Choose a tag to compare

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.

Zod Form Data 1.2.0

20 Feb 16:32
Compare
Choose a tag to compare

New helper zfd.json

Useful for situations where you're putting a JSON string in a hidden input.

Doc