Commit Graph

10 Commits

Author SHA1 Message Date
Tanner Linsley
0c88ee82f1 release: v0.9.0 2023-11-05 14:29:49 +00:00
Tanner Linsley
90bd06ff56 release: v0.8.1 2023-11-05 14:02:10 +00:00
Tanner Linsley
0982e3fe6c release: v0.8.0 2023-11-05 13:16:34 +00:00
Tanner Linsley
5d3f0fd946 release: v0.7.2 2023-11-05 11:40:02 +00:00
Tanner Linsley
fd19453188 release: v0.7.1 2023-11-03 19:35:09 +00:00
Tanner Linsley
665894708c release: v0.7.0 2023-11-01 02:25:38 +00:00
Aadit Olkar
986268476b feat: mount method on FormApi (#496)
* feat: mount method on FormApi

* fix solid-form test case

* fix: added form.mount() to tests
2023-10-31 19:23:17 -07:00
Tanner Linsley
84e257f310 release: v0.6.1 2023-10-30 07:48:01 +00:00
Tanner Linsley
bde212f23b release: v0.6.0 2023-10-30 07:20:15 +00:00
Aadit Olkar
6050fea779 feat: solid.js form (#471)
* solid commit -a

* fix failing tests and formatting

* comments + removed unneeded computed

* updated changes

* prettierd

* chore: add Solid Form to script to be deployed

* fix: fix typing of solid's Subscribe data

* chore: remove errant createEffect

* chore: rename Solid's useForm and useField to createForm and createField

* chore: remove old mention of React's memoization

* chore: add Solid simple example

* chore: add Solid yup example

* chore: add Zod Solid example

* docs: add initial docs for Solid package

---------

Co-authored-by: Corbin Crutchley <git@crutchcorn.dev>
2023-10-30 00:17:49 -07:00