Skip to content

Releases: TanStack/form

v0.26.1

09 Jul 04:11
Compare
Choose a tag to compare

Version 0.26.1 - 7/9/24, 4:11 AM

Changes

Fix

  • upgrade TanStack Start (#827) (f989a1e) by Corbin Crutchley

Packages

v0.26.0

08 Jul 20:07
Compare
Choose a tag to compare

Version 0.26.0 - 7/8/24, 8:07 PM

Changes

Feat

  • force createServerFn usage with getFormData (#826) (3b91e6c) by Corbin Crutchley

Docs

  • update solid docs (#819) (04fda1c) by Oluwabusayo Jacobs

Packages

v0.25.3

06 Jul 23:21
Compare
Choose a tag to compare

Version 0.25.3 - 7/6/24, 11:21 PM

Changes

Fix

  • lit-form: Correct deps/devDeps/peerDeps (#818) (6090ab1) by Lachlan Collins

Ci

  • Use pkg-pr-new templates (#817) (fb7bc9b) by Lachlan Collins
  • Add preview workflow (#811) (ae8377a) by Lachlan Collins

Docs

  • announce the RC phase in overview docs (#815) (bfad0b6) by Corbin Crutchley
  • add documentation for TanStack Start (#814) (9069729) by Corbin Crutchley
  • update vue docs (#810) (d44b9d0) by Abdurrahman Sogbesan

Other

Test

  • remove first level sleep in tests and use fake timers (#809) (1eda603) by Leonardo Montini

Packages

v0.25.2

02 Jul 22:28
Compare
Choose a tag to compare

Version 0.25.2 - 7/2/24, 10:28 PM

Changes

Fix

  • core: abort async validation if sync validation fails in the meantime (#796) (dc2ece3) by Leonardo Montini

Docs

Test

  • fix async validation tests with adapters (#804) (0b38c3e) by Leonardo Montini

Packages

v0.25.1

30 Jun 23:47
Compare
Choose a tag to compare

Version 0.25.1 - 6/30/24, 11:46 PM

Changes

Fix

  • usage of deprecated version of Node.js (#800) (9dff98f) by Hamir Mahal

Ci

  • Optimise Nx workflow (#797) (6fa0c84) by Lachlan Collins

Tests

  • Run ESLint on tests (#793) (3f1dbed) by Lachlan Collins

Packages

v0.25.0

29 Jun 09:49
Compare
Choose a tag to compare

Version 0.25.0 - 6/29/24, 9:49 AM (Manual Release)

Changes

  • feat: add initial adapter and options for TanStack Start
  • feat: migrate NextJS integration to throw when validation occured

Packages

v0.24.3

29 Jun 00:00
Compare
Choose a tag to compare

Version 0.24.3 - 6/29/24, 12:00 AM

Changes

Fix

  • Remove form-core type overrides from adapters (#794) (145e0a9) by Corbin Crutchley

Chore

  • Update ESLint config (#790) (f53062f) by Lachlan Collins

Docs

  • enable strict mode in react examples (#789) (adc74e0) by Leonardo Montini

Packages

v0.24.2

27 Jun 14:05
Compare
Choose a tag to compare

Version 0.24.2 - 6/27/24, 2:04 PM

Changes

Fix

  • republish packages with correct resolutions (#788) (71424b6) by Corbin Crutchley

Packages

v0.24.1

27 Jun 11:15
Compare
Choose a tag to compare

Version 0.24.1 - 6/27/24, 11:15 AM

Changes

Fix

  • arrays with null default values should no longer throw (#782) (2f61d25) by Corbin Crutchley

Packages

v0.24.0

27 Jun 00:43
715704e
Compare
Choose a tag to compare

What's Changed

Fix (Breaking Changes)

  • removed the preserveValue option, it's always true now by @crutchcorn in #781

Refactor

Full Changelog: v0.23.3...v0.24.0