Skip to content

Releases: svecosystem/formsnap

v0.4.1

03 Nov 17:51
631f377
Compare
Choose a tag to compare

Patch Changes

  • Fix: Add missing attributes for SSR (#89)

v0.4.0

01 Nov 19:50
33199c1
Compare
Choose a tag to compare

Minor Changes

  • Feat: Controlled SuperForm usage (#83)

v0.3.1

31 Oct 18:50
d677854
Compare
Choose a tag to compare

Patch Changes

  • Fix (#79): Bug with the options prop of the <Form.Root /> component (#81)

v0.3.0

31 Oct 01:40
9b51e45
Compare
Choose a tag to compare

Minor Changes

  • New Component: <Form.Control /> (#75)

Patch Changes

  • Fix: Returned values (#78)

v0.2.1

30 Oct 18:29
b8821b9
Compare
Choose a tag to compare

Patch Changes

  • Fix lack of reactivity of data-fs-error (#66)

  • Fix the typing for tag (#67)

  • Fix: Reactivity (#72)

  • fix: export get-form-schema function in helpers/index.ts (#64)

v0.2.0

09 Oct 13:58
eb7cf7d
Compare
Choose a tag to compare

Minor Changes

    • Add utility function getFormSchema() (#62)

v0.1.4

29 Sep 02:07
aaea954
Compare
Choose a tag to compare

Patch Changes

  • Add FormValidation to Field.config.schema's type (#52)

v0.1.3

19 Sep 17:59
a50be6f
Compare
Choose a tag to compare

Patch Changes

  • Add data attributes for styling (#49)

  • Fix handling of refined zod schemas so as not to throw false type errors. (#47)

v0.1.2

12 Sep 15:36
a328224
Compare
Choose a tag to compare

Patch Changes

  • Forward for events to <Form.Root /> component (#38)

v0.1.1

12 Sep 15:12
c68922d
Compare
Choose a tag to compare

Patch Changes

  • b31af0f: Fix: Set Form Context for getForm