Releases: jcoreio/zod-forms
Releases · jcoreio/zod-forms
v1.2.1
1.2.1 (2024-10-24)
Bug Fixes
- bug where ConditionalValidator can't be inverted (354bdfd)
v1.2.0
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
1.1.3 (2024-09-17)
Bug Fixes
- error when getting field path inside of discriminated union (b5ab1b4)
v1.1.2
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
1.1.1 (2024-07-25)
Bug Fixes
- add missing error to useArrayField return value (eaa780d)
v1.1.0
1.1.0 (2024-07-24)
Features
- export UseHtmlFieldOptions (aa82740)
v1.0.4
1.0.4 (2024-07-22)
Bug Fixes
- add hints in ZodBranded to more type parameters (ec4b2ef)
v1.0.3
1.0.3 (2024-07-22)
Bug Fixes
- better error behavior when needed type parameters aren't passed (d70c6ad)
v1.0.2
1.0.2 (2024-07-21)
Bug Fixes
- useHtmlField: only setRawValue on blur if normalizing (5e9e3ff)
v1.0.1
1.0.1 (2024-07-21)
Bug Fixes
- useHtmlField: fix event target (d1a3d84)