Skip to content

Releases: lucas-barake/effect-form

@lucas-barake/effect-form@0.25.0-beta.6

Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Jul 23:43
3879118

Minor Changes

  • #100 5e30412 Thanks @lucas-barake! - use Atom.debounce for validation and auto-submit debouncing; ParsedMode.debounce now carries Duration.Input instead of milliseconds

  • #99 e1239e8 Thanks @lucas-barake! - replace the internal weak-registry with Atom.family; validationAtomsRegistry and fieldAtomsRegistry are removed from the FormAtoms interface

Patch Changes

  • #93 e69326e Thanks @lucas-barake! - default array schemas to [] in getDefaultFromSchema

  • #95 953fdf9 Thanks @lucas-barake! - use AsyncResult accessors instead of manual result inspection in display-error logic

  • #102 1f9b932 Thanks @lucas-barake! - fix auto-submit silently dropping a change made during a follow-up submit

  • #98 4e76a88 Thanks @lucas-barake! - descriptive errors when form atoms are used before initialization

  • #103 4bb950c Thanks @lucas-barake! - a failed onSubmit is no longer recorded as a successful submit (lastSubmittedValues only updates when onSubmit succeeds)

  • #96 860cd81 Thanks @lucas-barake! - flatten builder field intersections for readable hover types

  • #104 243a2b6 Thanks @lucas-barake! - preserve field edits made during an in-flight async submit instead of reverting to the pre-submit snapshot

@lucas-barake/effect-form-solid@0.0.0-beta.2

Choose a tag to compare

@github-actions github-actions released this 10 Jul 23:43
3879118

Patch Changes

@lucas-barake/effect-form-react@0.26.0-beta.5

Choose a tag to compare

@github-actions github-actions released this 10 Jul 23:43
3879118

Patch Changes

@lucas-barake/effect-form@0.25.0-beta.4

Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Mar 20:09
a62ab3b

Patch Changes

@lucas-barake/effect-form-react@0.26.0-beta.3

Choose a tag to compare

@github-actions github-actions released this 04 Mar 20:09
a62ab3b

Patch Changes

@lucas-barake/effect-form@0.25.0-beta.3

Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Feb 22:05
7a3b333

Patch Changes

@lucas-barake/effect-form@0.25.0-beta.2

Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Feb 04:57
b6ea582

Minor Changes

Patch Changes

@lucas-barake/effect-form-react@0.26.0-beta.2

Choose a tag to compare

@github-actions github-actions released this 26 Feb 22:05
7a3b333

Patch Changes

@lucas-barake/effect-form-react@0.26.0-beta.1

Choose a tag to compare

@github-actions github-actions released this 26 Feb 04:57
b6ea582

Minor Changes

Patch Changes

@lucas-barake/effect-form@0.25.0

Choose a tag to compare

@github-actions github-actions released this 25 Feb 22:10
7994686

Minor Changes

  • #79 dbcb2d4 Thanks @hdoro! - Expose path property in FieldState for use in field name and id attributes.