Skip to content

Releases: Maaz046/use-form-draft

Tanstack adapter

22 Jun 15:10

Choose a tag to compare

New use-form-draft/tanstack entry (useFormDraftTanStack) - reads values from the form store, hydrates with
reset(..., { keepDefaultValues: true }) so useForm's per-render update() doesn't clobber the restore.

Formik adapter

22 Jun 06:47

Choose a tag to compare

Added a Formik adapter (use-form-draft/formik), a CHANGELOG, and a CI badge. formik is an optional peer.

Cross-tab sync & pluggable storage

22 Jun 06:48

Choose a tag to compare

Added opt-in cross-tab sync (crossTab) and a pluggable storage adapter (storage + DraftStorage).

Initial release

22 Jun 06:49

Choose a tag to compare

Initial release: useFormDraft, DraftBanner, headless useDraftBanner, and the React Hook Form adapter.