mirror of
https://github.com/withastro/astro.git
synced 2025-03-03 22:57:08 -05:00
* feat: support effects on form validators * feat: support object passthrough on form input * feat: support infinitely nested effects with simplified types * feat(test): ensure arbitrary schemas work with form data * chore: changeset * fix: support zod pipe()
5 lines
127 B
Markdown
5 lines
127 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Fixes usage of `.transform()`, `.refine()`, `.passthrough()`, and other effects on Action form inputs.
|