Skip to content

Releases: arckit-dev/form

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 30 May 01:08

2.0.1 (2026-05-30)

Bug Fixes

  • import light field components statically to avoid Suspense flash (c4000c1)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 30 May 00:09

2.0.0 (2026-05-30)

  • feat!: move applyEffectSchema to @arckit/form/effect-schema subpath (4ebddb7)

Bug Fixes

  • add typesVersions fallback for effect-schema subpath (node10) (e0d7b62)

BREAKING CHANGES

  • applyEffectSchema is no longer exported from @arckit/form.
    Import it from @arckit/form/effect-schema instead.

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 29 May 23:55

1.3.0 (2026-05-29)

Features

  • add CheckboxGroup field, Label required/suffix and ErrorMessage icon (dbad72d)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 08 May 23:33

1.2.0 (2026-05-08)

Features

  • add formSubmitted parameter to hasError (2d2843f)
  • add isInvalid and onValueChange to Checkbox field (8f426bd)
  • add Select field component (72fd4c6)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 05 May 14:35

1.1.0 (2026-05-05)

Features

  • add transformValue composition helper (e777800)

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Apr 21:53

1.0.1 (2026-04-24)

Bug Fixes

  • import ComboBox from daisyui primitives-client (c76c5f3)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Apr 22:53

1.0.0 (2026-04-23)

Features

  • initial form package with TanStack Form integration (68920db)