-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update Tanstack Form to ^0.41.0 #863
Open
renovate
wants to merge
1
commit into
next
Choose a base branch
from
renovate/tanstack-form
base: next
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
renovate
bot
added
dependencies
Pull requests that update a dependency file
renovate
labels
Nov 25, 2024
✅ Deploy Preview for finatr ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Package Changes Through ad14fbbThere are 1 changes which include web with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
renovate
bot
force-pushed
the
renovate/tanstack-form
branch
from
November 25, 2024 21:42
50033b8
to
6e08fcb
Compare
renovate
bot
changed the title
Update Tanstack Form to ^0.36.0
Update Tanstack Form to ^0.37.0
Nov 25, 2024
renovate
bot
changed the title
Update Tanstack Form to ^0.37.0
Update Tanstack Form to ^0.39.0
Nov 29, 2024
renovate
bot
force-pushed
the
renovate/tanstack-form
branch
from
November 29, 2024 09:57
6e08fcb
to
6c4c1e8
Compare
renovate
bot
force-pushed
the
renovate/tanstack-form
branch
8 times, most recently
from
December 10, 2024 22:16
1454eaf
to
2e39038
Compare
renovate
bot
changed the title
Update Tanstack Form to ^0.39.0
Update Tanstack Form to ^0.40.0
Dec 10, 2024
renovate
bot
force-pushed
the
renovate/tanstack-form
branch
7 times, most recently
from
December 16, 2024 04:45
091feaf
to
318f97f
Compare
renovate
bot
force-pushed
the
renovate/tanstack-form
branch
from
December 18, 2024 16:27
318f97f
to
cee0d4f
Compare
renovate
bot
force-pushed
the
renovate/tanstack-form
branch
5 times, most recently
from
December 28, 2024 06:43
55cbc4a
to
24518c7
Compare
renovate
bot
force-pushed
the
renovate/tanstack-form
branch
3 times, most recently
from
December 29, 2024 17:11
c318a2b
to
b8849dd
Compare
renovate
bot
changed the title
Update Tanstack Form to ^0.40.0
Update Tanstack Form to ^0.41.0
Dec 29, 2024
renovate
bot
force-pushed
the
renovate/tanstack-form
branch
from
January 4, 2025 15:39
b8849dd
to
ad14fbb
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
^0.34.0
->^0.41.0
^0.34.0
->^0.41.0
Release Notes
TanStack/form (@tanstack/react-form)
v0.41.0
Compare Source
Version 0.41.0 - 12/29/24, 4:14 PM
Changes
Feat
be7f9bf
) by Corbin CrutchleyPackages
v0.40.4
Compare Source
Version 0.40.4 - 12/17/24, 9:16 AM
Changes
Fix
1f043e9
) by Pascal KüsgenPackages
v0.40.3
Compare Source
Version 0.40.3 - 12/16/24, 10:43 PM
Changes
Fix
ab9dd76
) by Leonardo MontiniChore
91eb9ab
) by Misha KaletskyPackages
v0.40.2
Compare Source
Version 0.40.2 - 12/14/24, 10:35 AM
Changes
Fix
4503caf
) by Leonardo MontiniChore
af3f6b3
) by Leonardo MontiniDocs
8042428
) by Leonardo Montini939f0cc
) by Pascal KüsgenPackages
v0.40.1
Compare Source
Version 0.40.1 - 12/11/24, 8:32 PM
Changes
Fix
8e7ca78
) by Leonardo MontiniPackages
v0.40.0
Compare Source
Version 0.40.0 - 12/10/24, 9:55 PM
Changes
Feat
6a82b7f
) by Leonardo MontiniPackages
v0.39.2
Compare Source
Version 0.39.2 - 12/10/24, 4:58 PM
Changes
Fix
52b9572
) by Corbin CrutchleyOther
504f30d
) by turkerdevPackages
v0.39.1
Compare Source
Version 0.39.1 - 12/10/24, 4:51 PM
Changes
Fix
3971cf3
) by Corbin CrutchleyChore
12e391e
) by Lachlan CollinsCi
14347a4
) by Leonardo MontiniDocs
5c875c3
) by Leonardo MontiniPackages
v0.39.0
Compare Source
Version 0.39.0 - 11/29/24, 9:06 AM (Manual Release)
Changes
Breaking Changes
This release introduces two breaking changes for our React adapter:
form.useStore
in favor of@tanstack/react-store
'suseStore(form.store)
APIform.useField
in favor of other APIsNo other adapters have any changes in any other way.
We did not want to make either of these changes, but were forced to by the React Compiler not allowing for dynamic hooks. We're deeply sorry about these breaking changes and will do our best to mitigate future breaking changes prior to 1.0.
Migration Guides
To fix
form.useStore(selectorFn)
you should be able to easily replace it with@tanstack/react-store
'suseStore(form.store, selectorFn)
. These will behave identically from one another.form.useField
, on the other hand, is more tricky. We generally discouraged you from using this hook from the very beginning and see its usage as an anti-pattern.Packages
v0.38.0
Compare Source
Version 0.38.0 - 11/29/24, 8:07 AM (Manual Release)
Changes
Breaking Changes
I'd (Corbin) like to personally apologize for introducing these breaking changes during our RC phase. While working on fixing various bugs we realized we couldn't easily support these versions without majorly impacting users on these older versions of TypeScript and Angular.
Chore
ea4b760
) by Corbin Crutchleyb8d20bd
) by Corbin CrutchleyCi
987510b
) by autofix-ci[bot]6cee9ec
) by autofix-ci[bot]Docs
477e844
) by Damian StasikOther
98ef482
) by Corbin Crutchley2467d3c
) by Corbin CrutchleyPackages
v0.37.1
Compare Source
Version 0.37.1 - 11/25/24, 9:12 PM
Changes
Fix
a4e76c8
) by Leonardo MontiniPackages
v0.37.0
Compare Source
Version 0.37.0 - 11/25/24, 9:03 PM
Changes
Feat
6968cfd
) by Harry WhorlowChore
1db18b2
) by renovate[bot]Packages
v0.36.3
Compare Source
Version 0.36.3 - 11/23/24, 12:57 PM
Changes
Fix
a85cab8
) by Leonardo MontiniPackages
v0.36.2
Compare Source
Version 0.36.2 - 11/19/24, 7:58 PM
Changes
Fix
362ce10
) by Leonardo MontiniPackages
v0.36.1
Compare Source
Version 0.36.1 - 11/19/24, 6:27 PM
Changes
Fix
72516f1
) by Leonardo MontiniChore
72579d1
) by renovate[bot]af8a0be
) by renovate[bot]Docs
4516554
) by Leonardo MontiniPackages
v0.36.0
Compare Source
Version 0.36.0 - 11/16/24, 6:06 PM
Changes
Feat
56d065a
) by Adam NicholsonPackages
v0.35.0
Compare Source
Version 0.35.0 - 11/12/24, 8:33 PM
Changes
Feat
form.reset
to reset the form with new values (#791) (576cd83
) by Valerii NosikovChore
a7adecb
) by Fabian Hilleraed3c86
) by renovate[bot]Packages
Configuration
📅 Schedule: Branch creation - "after 2am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.