Releases: svecosystem/formsnap
Releases · svecosystem/formsnap
v0.4.1
Patch Changes
- Fix: Add missing attributes for SSR (#89)
v0.4.0
Minor Changes
- Feat: Controlled
SuperForm
usage (#83)
v0.3.1
Patch Changes
- Fix (#79): Bug with the
options
prop of the <Form.Root />
component (#81)
v0.3.0
Minor Changes
- New Component:
<Form.Control />
(#75)
Patch Changes
- Fix: Returned values (#78)
v0.2.1
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
Minor Changes
-
- Add utility function
getFormSchema()
(#62)
v0.1.4
Patch Changes
- Add FormValidation to Field.config.schema's type (#52)
v0.1.2
Patch Changes
- Forward for events to
<Form.Root />
component (#38)
v0.1.1
Patch Changes
- b31af0f: Fix: Set Form Context for
getForm