Commit Graph

96 Commits

Author SHA1 Message Date
Corbin Crutchley
4cb122551b Update store packages to match dedicated repo (#427)
* chore: update store dependency

* fix: form meta should never be undefined now

* chore: fix tests that only break on fast computers

Guess I don't need to upgrade my computer anytime soon 😅😅
2023-09-02 01:00:27 -07:00
Tanner Linsley
c6b246de9e release: v0.0.14 2023-08-31 22:29:44 +00:00
João Pedro Magalhães
6956d5085a fix(form-core): allow set default field meta (#424)
Co-authored-by: João Pedro Magalhães <joaopsilvamagalhaes@gmail.com>
2023-08-31 15:28:25 -07:00
Tanner Linsley
dc8d88bb7c release: v0.0.13 2023-08-31 20:52:17 +00:00
Corbin Crutchley
5f2935cee3 test(form-core): add onChange validation test (#414) 2023-08-29 15:26:21 -07:00
Tanner Linsley
8a2f755417 release: v0.0.12 2023-08-29 08:29:14 +00:00
Corbin Crutchley
caba021599 Strictly type check field validators (#409)
* fix: strictly type validators on FieldApi

* chore: upgrade vitest to latest

* chore: rename test files to remove tsx prefix

* test(form-core): add initial type tests
2023-08-29 01:02:46 -07:00
Corbin Crutchley
0b5c94d364 fix: maximum depth exceeded should no longer occur (#408) 2023-08-28 18:27:02 -07:00
Corbin Crutchley
7ee5524693 fix: Initial FieldAPI tests, made FieldAPI typings much more strict (#405)
* fix: initial work at fixing the typescript typings for fieldapi to be more strict

* chore(form-core): change implementation of strict tdata

* fix(form-core): insertValue should now be typed properly

* test(form-core): validate array helpers

* fix(form-core): make types for getSubField more narrow

* chore: autoformat with prettier

* chore: fix tests, eslint

* chore: upgrade eslint deps

* chore: upgrade nx and concurrent

* chore: remove svelte from prettier plugins

* chore: upgrade TypeScript version to avoid a TS codegen bug

* chore: remove React 17 CI script temporarily

* chore: fix build and formatter
2023-08-28 08:33:44 -06:00
Corbin Crutchley
25237e40d4 fix: Fix minor FormApi bugs and add initial form API tests (#404)
* test(form-core): add initial form api tests

* fix: behavior of FormApi.update works more reliably

* chore: migrate from spread operator to object assign

* fix: reset form should handle option values as expected now

* fix(form-core): pushFieldValue and insertFieldValue should now have the correct typings

* fix(form-core): swapFieldValues should not throw an error anymore
2023-08-27 21:51:20 -06:00
Tanner Linsley
be50e1421b Merge branch 'main' of https://github.com/TanStack/form 2023-08-15 14:56:28 -06:00
Tanner Linsley
d4cf03fc25 fix: getInputProps().value type 2023-08-15 14:55:15 -06:00
Corbin Crutchley
123e7a0f7e Fix defaults (#403)
* chore: inital work to migrate to Query's alpha package setup

* chore: update deps

* chore: fix build issues

* chore: disable no-children-prop rule

* fix: user input now works

* fix: useForm defaults now work as-expected
2023-07-04 21:08:03 -06:00
Corbin Crutchley
74ac9f4b9c Update build tooling (#401)
* chore: inital work to migrate to Query's alpha package setup

* chore: update deps

* chore: fix build issues

* chore: disable no-children-prop rule
2023-07-04 21:06:03 -06:00
Tanner Linsley
9beacc44a0 release: v0.0.11 2023-06-13 21:38:41 +00:00
Brandon Bayer
a3f9709dde fix: several type and build errors and fix example type inference (#399)
* fix few type errors and fix example

* couple fixes

* fix babel
2023-06-13 15:36:42 -06:00
Tanner Linsley
bebd998a55 fix: release
RELEASE_ALL
2023-06-12 09:23:40 -06:00
Tanner Linsley
884235f211 fix: router + store 2023-05-07 23:33:39 -06:00
Tanner Linsley
7526403730 release: v0.0.9 2023-05-04 19:45:27 +00:00
Tanner Linsley
357235342e Merge branch 'main' of https://github.com/TanStack/form 2023-05-04 12:43:41 -07:00
Tanner Linsley
7e71543383 fix: no logs 2023-05-04 12:40:15 -07:00
Tanner Linsley
2ae8db4a1c release: v0.0.8 2023-05-04 19:34:37 +00:00
Tanner Linsley
379f34361c fix: tests 2023-05-04 12:32:45 -07:00
Tanner Linsley
6d75eba15a fix: update form props on render 2023-05-04 12:22:31 -07:00
Tanner Linsley
62a82fe48f fix: array-field mode and utilities 2023-05-03 15:16:56 -07:00
Tanner Linsley
ab651b4c2b release: v0.0.7 2023-05-01 18:24:18 +00:00
Tanner Linsley
4371651ed6 Merge branch 'main' of https://github.com/TanStack/form 2023-05-01 12:21:49 -06:00
Tanner Linsley
b347c9773f fix: smaller utils 2023-05-01 12:21:00 -06:00
Tanner Linsley
39555fc8a2 release: v0.0.6 2023-05-01 18:00:45 +00:00
Tanner Linsley
f05ab79ef6 fix: Cross-platform FormSubmitEvent via Register 2023-05-01 11:58:55 -06:00
Tanner Linsley
c444704ae3 fix: complete form factory functionality, docs 2023-05-01 10:59:37 -06:00
Tanner Linsley
b274bccf3d fix: createFormFactory 2023-05-01 10:27:51 -06:00
Tanner Linsley
140daf605c release: v0.0.5 2023-04-27 19:28:58 +00:00
Tanner Linsley
5b7c6ce55d fix: UserChange/InputProps 2023-04-27 13:27:20 -06:00
Tanner Linsley
5e209cd8d9 release: v0.0.4 2023-04-26 23:50:28 +00:00
Tanner Linsley
69d9cad865 Merge branch 'main' of https://github.com/TanStack/form 2023-04-26 17:48:12 -06:00
Tanner Linsley
ad2c53c87e fix: no log 2023-04-26 17:48:10 -06:00
Tanner Linsley
4862d15ff9 release: v0.0.3 2023-04-26 20:59:42 +00:00
Tanner Linsley
d7cb9b43dd fix: react reexports core, sync + async validation, debouncing 2023-04-26 14:57:53 -06:00
Tanner Linsley
aa92d2028d release: v0.0.2 2023-04-26 06:01:54 +00:00
Tanner Linsley
9074cf94cf fix: versions
RELEASE_ALL
2023-04-26 00:00:10 -06:00
Tanner Linsley
1097629559 release: v4.0.2 2023-04-26 05:47:56 +00:00
Tanner Linsley
4fc3e7ce6c checkpoint 2023-04-25 16:16:54 -06:00
Tanner Linsley
63c400737a checkpoint 2023-04-25 10:51:17 -06:00
Tanner Linsley
a4fa4f0da8 GPT that shiz 2023-04-24 23:58:54 -06:00
Tanner Linsley
9a18e45de7 big changes 2023-04-24 15:44:59 -06:00