Skip to content

Releases: jcoreio/zod-forms

v1.2.1

24 Oct 23:49
Compare
Choose a tag to compare

1.2.1 (2024-10-24)

Bug Fixes

  • bug where ConditionalValidator can't be inverted (354bdfd)

v1.2.0

22 Oct 19:31
Compare
Choose a tag to compare

1.2.0 (2024-10-22)

Bug Fixes

  • fix inferred subschema for subpaths of passthrough objects (8185ddd)
  • fix inferred subschema for subpaths of zod pipelines (2586faa)

Features

  • add conditionalValidate API (105f9cf)

v1.1.3

17 Sep 21:29
Compare
Choose a tag to compare

1.1.3 (2024-09-17)

Bug Fixes

  • error when getting field path inside of discriminated union (b5ab1b4)

v1.1.2

29 Jul 22:31
Compare
Choose a tag to compare

1.1.2 (2024-07-29)

Bug Fixes

  • get input side of ZodPipeline in FieldPath subfields (07c9a03)
  • make pristine require both values and rawValues to be equal (f41aa5c)

v1.1.1

25 Jul 21:13
Compare
Choose a tag to compare

1.1.1 (2024-07-25)

Bug Fixes

  • add missing error to useArrayField return value (eaa780d)

v1.1.0

24 Jul 23:52
Compare
Choose a tag to compare

1.1.0 (2024-07-24)

Features

  • export UseHtmlFieldOptions (aa82740)

v1.0.4

22 Jul 02:26
Compare
Choose a tag to compare

1.0.4 (2024-07-22)

Bug Fixes

  • add hints in ZodBranded to more type parameters (ec4b2ef)

v1.0.3

22 Jul 02:19
Compare
Choose a tag to compare

1.0.3 (2024-07-22)

Bug Fixes

  • better error behavior when needed type parameters aren't passed (d70c6ad)

v1.0.2

21 Jul 23:48
Compare
Choose a tag to compare

1.0.2 (2024-07-21)

Bug Fixes

  • useHtmlField: only setRawValue on blur if normalizing (5e9e3ff)

v1.0.1

21 Jul 23:42
Compare
Choose a tag to compare

1.0.1 (2024-07-21)

Bug Fixes

  • useHtmlField: fix event target (d1a3d84)