Skip to content

Releases: TanStack/form

v0.34.1

22 Oct 07:29
Compare
Choose a tag to compare

Version 0.34.1 - 10/22/24, 7:28 AM

Changes

Fix

  • core: Fixed issue with multiple validation triggers and resolved setTimeout memory leak (#962) (5e22635) by rjsdnql123

Chore

  • fix timeout issues (#990) (e4aebbd) by Corbin Crutchley
  • deps: update all non-major dependencies (#987) (ebb6a3e) by renovate[bot]

Ci

  • apply automated fixes and generate docs (e07a6ba) by autofix-ci[bot]
  • restore autofix on pull requests (#983) (bd8c5cf) by Leonardo Montini

Docs

  • update react-zod example defining a form-level zod schema (#982) (ef791f6) by Vicente Matus

Doc

  • examples: fix next server actions example (#970) (f81eca7) by rburgst

Packages

v0.34.0

16 Oct 17:22
Compare
Choose a tag to compare

Version 0.34.0 - 10/16/24, 5:21 PM

Changes

Feat

  • expose Vue specific interfaces (#971) (8c1c019) by Csupity Laszlo

Chore

  • update valibot dependency to v1 (#972) (c8bcc60) by Fabian Hiller
  • deps: update all non-major dependencies (2253440) by renovate[bot]
  • deps: update all non-major dependencies (62f35cf) by renovate[bot]
  • deps: update all non-major dependencies (3fee560) by renovate[bot]
  • deps: update all non-major dependencies (00e6a35) by renovate[bot]

Test

Ci

  • apply automated fixes and doc generation\n\n[skip ci] (611f2a6) by autofix-ci[bot]
  • skip ci on autofix commits (#969) (6f7db6e) by Leonardo Montini
  • apply automated fixes (6df3e6c) by autofix-ci[bot]
  • apply automated fixes (d32900d) by autofix-ci[bot]
  • apply automated fixes (ade193c) by autofix-ci[bot]

Docs

  • await async submit operations to showcase isSubmitting flag (#965) (b16d6c7) by Leonardo Montini
  • fix broken link (#953) (1ab8229) by Nikita

Packages

v0.33.0

19 Sep 09:47
Compare
Choose a tag to compare

Version 0.33.0 - 9/19/24, 9:46 AM

Changes

Feat

  • Field validation from form schema (#925) (4f39347) by Corbin Crutchley

Chore

  • deps: update all non-major dependencies (22ece11) by renovate[bot]
  • deps: update all non-major dependencies (c584f1f) by renovate[bot]

Docs

Packages

v0.32.0

05 Sep 14:19
Compare
Choose a tag to compare

Version 0.32.0 - 9/5/24, 2:18 PM

Changes

Feat

  • add isBlurred field state (#938) (47b8ff7) by Pascal Küsgen

Chore

  • deps: update dependency sherif to v1 (#936) (94d7ff7) by renovate[bot]
  • deps: update dependency @material/web to v2 (#935) (1dbf2d2) by renovate[bot]
  • deps: update all non-major dependencies (5e10ddf) by renovate[bot]
  • deps: update to @tanstack/config 0.13.1 (#930) (89cb672) by Lachlan Collins
  • deps: use ESLint v9 (#929) (df3359a) by Lachlan Collins
  • deps: update dependency jsdom to v25 (#927) (40e8f77) by renovate[bot]
  • update @tanstack/config (#926) (7cef3aa) by Lachlan Collins

Ci

  • apply automated fixes (81d8f35) by autofix-ci[bot]
  • apply automated fixes (159c608) by autofix-ci[bot]
  • apply automated fixes (ec7360c) by autofix-ci[bot]
  • fix autofix (ab5a89b) by Leonardo Montini
  • apply automated fixes (attempt 2/3) (07e7b96) by autofix-ci[bot]
  • apply automated fixes (096bbc4) by autofix-ci[bot]
  • autofix update docs on push (#924) (eae56e9) by Leonardo Montini

Docs

  • examples: update the docs with the field-level-errors-from-form-validators example (#934) (8ae94e0) by fuko

Packages

v0.31.0

27 Aug 17:19
Compare
Choose a tag to compare

Version 0.31.0 - 8/27/24, 5:18 PM

Changes

Feat

  • add support to async functions on server validate (#855) (4e7f01d) by Futa Ogawa

Packages

v0.30.0

27 Aug 15:21
Compare
Choose a tag to compare

Version 0.30.0 - 8/27/24, 3:21 PM

Changes

Feat

  • set field errors from the form validators (#656) (de60d5d) by fuko

Chore

  • deps: update all non-major dependencies (7c1d2a8) by renovate[bot]
  • deps: update all non-major dependencies (f1a1eec) by renovate[bot]

Docs

  • update reference docs 0.29.2 (#913) (ec2615d) by Leonardo Montini

Packages

v0.29.2

18 Aug 12:47
Compare
Choose a tag to compare

Version 0.29.2 - 8/18/24, 12:46 PM

Changes

Refactor

  • adapters: improve coherence and expose return types (#911) (427875d) by Leonardo Montini

Packages

v0.29.1

12 Aug 14:00
Compare
Choose a tag to compare

Version 0.29.1 - 8/12/24, 2:00 PM

Changes

Fix

Chore

  • deps: update dependency vite-tsconfig-paths to v5 (#899) (23a44f2) by renovate[bot]
  • deps: update tanstack/config setup action (#884) (04f43a6) by renovate[bot]
  • deps: update all non-major dependencies (41d508a) by renovate[bot]

Docs

  • replace repoitory header image (#897) (b1af0e6) by Leonardo Montini
  • sync reference to 0.29 (#896) (d39d73d) by Leonardo Montini

Packages

v0.29.0

09 Aug 06:56
Compare
Choose a tag to compare

Version 0.29.0 - 8/9/24, 6:56 AM

Changes

Feat

  • export react SSR framework-specific types (#895) (de7c2a7) by Boris Yankov

Fix

  • maintain the form types when transforming with useTransform hook (#889) (b998045) by Leonardo Montini

Packages

v0.28.0

06 Aug 15:53
Compare
Choose a tag to compare

Version 0.28.0 - 8/6/24, 3:53 PM

Changes

Feat

Packages