Update dependency @tanstack/react-form to v1.28.3#747
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update dependency @tanstack/react-form to v1.28.3#747renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
619b679 to
1482d59
Compare
1482d59 to
b28ef60
Compare
b28ef60 to
b2707cc
Compare
b2707cc to
83f8d6f
Compare
83f8d6f to
f33d8f1
Compare
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
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:
1.25.0→1.28.3Release Notes
TanStack/form (@tanstack/react-form)
v1.28.3Compare Source
Patch Changes
form arrays now work again (#2041)
Updated dependencies [
0b3952d]:v1.28.2Compare Source
Patch Changes
a07862d]:v1.28.1Compare Source
Patch Changes
Fix compile error with webpack when using react v17 (#1982)
Fix various issues with SSR. Things should now work as-expected in many many more scenarios than before (#1890)
Updated dependencies [
72d970a]:v1.28.0Compare Source
Minor Changes
useTypedAppFormContext(#1826)Patch Changes
fix: flatten errors consistently when validating before field mount (#2003)
Fixed an issue where
field.errorswas incorrectly nested as[[error]]instead of[error]whenform.validate()was called manually before a field was mounted. Theflat(1)operation is now applied by default unlessdisableErrorFlatis explicitly set to true, ensuring consistent error structure regardless of when validation occurs.Updated dependencies [
41faffe,7f2453b]:v1.27.7Compare Source
Patch Changes
3519cce]:v1.27.6Compare Source
Patch Changes
c526378]:v1.27.5Compare Source
Patch Changes
36fa503,01b24a9]:v1.27.4Compare Source
Patch Changes
fix(react-form): prevent array field re-render when child property changes (#1930)
Array fields with
mode="array"were incorrectly re-rendering when a property on any array element was mutated. This was a regression introduced in v1.27.0 by the React Compiler compatibility changes.The fix ensures that
mode="array"fields only re-render when the array length changes (items added/removed), not when individual item properties are modified.Fixes #1925
Updated dependencies [
c753d5e]:v1.27.3Compare Source
Patch Changes
c2ecf5d]:v1.27.2Compare Source
Patch Changes
use React 18's useId hook by default for formId generation, only calling Math.random() as a fallback if no formId is provided. (#1913)
fix(react-form): ensure
FormApi.handleSubmitreturns a promise again (#1924)Updated dependencies []:
v1.27.1Compare Source
Patch Changes
Fix issues with methods not being present in React adapter (#1903)
Updated dependencies [
3b080ec]:v1.27.0Compare Source
Patch Changes
Minorly improve performance and fix issues with Start (#1882)
Fixed issues with React Compiler (#1893)
Remove useId for react 17 user compatibility, replaced with uuid (#1850)
Updated dependencies [
8afbfc3,4e92a91]:v1.26.0Compare Source
Patch Changes
74f40e7]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.