fix(deps): update dependency @tanstack/react-form to ^0.42.0 #250
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.32.0
->^0.42.0
Release Notes
TanStack/form (@tanstack/react-form)
v0.42.0
Compare Source
Version 0.42.0 - 2/13/25, 6:44 PM
Changes
Feat
990a916
) by Leonardo MontiniPackages
v0.41.4
Compare Source
Version 0.41.4 - 2/11/25, 10:48 PM
Changes
Fix
5f1bc0b
) by Leonardo MontiniCi
136a584
) by Leonardo MontiniDocs
2bd0696
) by Harry WhorlowPackages
v0.41.3
Compare Source
Version 0.41.3 - 1/21/25, 6:32 PM
Changes
Fix
a56d353
) by Corbin CrutchleyDocs
280060a
) by Sagar DwivediPackages
v0.41.2
Compare Source
Version 0.41.2 - 1/15/25, 2:00 AM
Changes
Fix
08d610f
) by Corbin CrutchleyChore
b60264c
) by Lachlan Collins58628f7
) by Lachlan Collins551dded
(#1110) (3e0ef50
) by renovate[bot]Packages
v0.41.1
Compare Source
Version 0.41.1 - 1/11/25, 12:34 PM
Changes
Fix
b5133f2
) by fukoPackages
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
v0.34.4
Compare Source
Version 0.34.4 - 11/4/24, 8:30 PM
Changes
Fix
dbaf283
) by Leonardo MontiniPackages
v0.34.3
Compare Source
Version 0.34.3 - 11/4/24, 6:50 PM
Changes
Fix
mergeForm
(#995) (5273091
) by @rburgstPackages
v0.34.2
Compare Source
Version 0.34.2 - 11/4/24, 10:21 AM
Changes
Fix
b9613c8
) by Fabian HillerChore
d79ae74
) by renovate[bot]19773f7
) by renovate[bot]457430b
) by renovate[bot]Packages
v0.34.1
Compare Source
Version 0.34.1 - 10/22/24, 7:28 AM
Changes
Fix
5e22635
) by rjsdnql123Chore
e4aebbd
) by Corbin Crutchleyebb6a3e
) by renovate[bot]Ci
e07a6ba
) by autofix-ci[bot]bd8c5cf
) by Leonardo MontiniDocs
ef791f6
) by Vicente MatusDoc
f81eca7
) by rburgstPackages
v0.34.0
Compare Source
Version 0.34.0 - 10/16/24, 5:21 PM
Changes
Feat
8c1c019
) by Csupity LaszloChore
c8bcc60
) by Fabian Hiller2253440
) by renovate[bot]62f35cf
) by renovate[bot]3fee560
) by renovate[bot]00e6a35
) by renovate[bot]Test
01ef0a1
) by @fkworldCi
611f2a6
) by autofix-ci[bot]6f7db6e
) by Leonardo Montini6df3e6c
) by autofix-ci[bot]d32900d
) by autofix-ci[bot]ade193c
) by autofix-ci[bot]Docs
b16d6c7
) by Leonardo Montini1ab8229
) by NikitaPackages
v0.33.0
Compare Source
Version 0.33.0 - 9/19/24, 9:46 AM
Changes
Feat
4f39347
) by Corbin CrutchleyChore
22ece11
) by renovate[bot]c584f1f
) by renovate[bot]Docs
f7568a6
) by @soundrezfa0c25a
) by Daniel FrancesconiPackages
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.