-
-
Notifications
You must be signed in to change notification settings - Fork 627
Preact integration #2148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+12,326
−155
Merged
Preact integration #2148
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
c104cd7
Add preact integration for tanstack form
JoviDeCroock 13142b3
ci: apply automated fixes and generate docs
autofix-ci[bot] f854bfa
Remove accidental reference to compat
JoviDeCroock ccc4c6f
Remove use clien
JoviDeCroock 5ec0c52
onInput for test parity
JoviDeCroock 2e80b40
Add docs
JoviDeCroock a8dc0ee
Remove useUUid
JoviDeCroock 22decc1
ci: apply automated fixes and generate docs
autofix-ci[bot] aa83641
Add example
JoviDeCroock 203d01d
Fix
JoviDeCroock faa42d9
chore: remove CHANGELOG
crutchcorn b8189a9
chore: update version
crutchcorn e739893
ci: apply automated fixes and generate docs
autofix-ci[bot] 0e39f14
Create compat bridge for outdated form-core store
JoviDeCroock c223009
Apply suggestion from @JoviDeCroock
JoviDeCroock eb3c756
Merge branch 'main' into preact-integration
crutchcorn c0056c5
chore: add changeset
crutchcorn 72c0ecb
Merge branch 'main' into preact-integration
crutchcorn f88184b
chore: update version number
crutchcorn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@tanstack/preact-form': patch | ||
| --- | ||
|
|
||
| Initial release of Preact adapter | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: TanStack/form
Length of output: 2092
Update the changelog to reflect this is not an initial release.
The package
@tanstack/preact-formis already published on npm (version 0.0.1) and currently at version 1.29.3 locally. The changelog on line 5 stating "Initial release of Preact adapter" is inaccurate. Revise it to describe the actual changes in this patch update (e.g., "Fixed X" or "Improved Y" depending on what this patch contains).🤖 Prompt for AI Agents