-
-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make accessing field properties faster and more stable
* chore: WIP migration to derived state * chore!: temporarily remove broken tests * ci: apply automated fixes and generate docs * chore: refactor derived state in FormApi to use Derived class * ci: apply automated fixes and generate docs * chore: fix build * ci: apply automated fixes and generate docs * Revert "chore: fix build" This reverts commit 4087d87. * ci: apply automated fixes and generate docs * chore: migrate to form mount on every test * chore: simplify complex tests * ci: apply automated fixes and generate docs * chore: refactor all derived state into `FormApi`, even field derived values * ci: apply automated fixes and generate docs * chore: fix build * fix: only regenerate field.errors when field.errorMap has changed * chore: fix tests * ci: apply automated fixes and generate docs * chore: add previously failing test * chore: only recompute errors when prevDepVal is different * ci: apply automated fixes and generate docs * chore: WIP validate new Store API * chore: fix issues with tests * ci: apply automated fixes and generate docs * chore: fix build * ci: apply automated fixes and generate docs * fix: all tests now pass in Form Core and React Form * chore: bump Store to 0.7 * ci: apply automated fixes and generate docs * chore: fix issues with Sherif, fix mount tests * ci: apply automated fixes and generate docs * test: add previously failing useStore test * ci: apply automated fixes and generate docs * chore: fix timing with Solid Form * ci: apply automated fixes and generate docs * chore: key rename and fix comment * ci: apply automated fixes and generate docs * chore: fix eslint --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
d178f33
commit be7f9bf
Showing
30 changed files
with
1,084 additions
and
890 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.