-
Notifications
You must be signed in to change notification settings - Fork 1
fix(deps): update react-hook-form to v7.36.1 #102
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
Open
renovate
wants to merge
1
commit into
develop
Choose a base branch
from
renovate/react-hook-form-7.x
base: develop
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.
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
Branch automerge failureThis PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.
|
8532ff4
to
ec66448
Compare
ec66448
to
3362450
Compare
3362450
to
82b1699
Compare
82b1699
to
01938c4
Compare
01938c4
to
ab7676b
Compare
ab7676b
to
b969706
Compare
b969706
to
15aeec2
Compare
15aeec2
to
bb6ee65
Compare
bb6ee65
to
fc8368c
Compare
fc8368c
to
d7548c5
Compare
d7548c5
to
e3ce2ef
Compare
e3ce2ef
to
36b059a
Compare
36b059a
to
d35f3df
Compare
d35f3df
to
55cd7c2
Compare
55cd7c2
to
f8e106e
Compare
f8e106e
to
3d08a6d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
7.22.5
->7.36.1
Release Notes
react-hook-form/react-hook-form
v7.36.1
Compare Source
🪲 fix #9082 inconsistency between single/group of checkboxes disabled check state (#9083)
🌡️ improve setFocus to prevent throw error (#9081)
v7.36.0
Compare Source
🚂 feature: reset to support callback syntax (#9051)
reset
with partial form values will require invokinggetValues
at the same time, here is an improvement 👇Convert your code from:
to:
v7.35.0
Compare Source
🎉 feature: new type
FieldPathByValue
field path by value generic implementation🛵 close #8969 improve type for useFieldArray rules validate prop #8974
🛗 upgrade to TS 4.8.0 and Jest 29 #8620
🐞 fix #8970 register field array cause render issue #8972
🐞 fix: typings for useWatch() with no arguments #8923
🐞 fix #8919 make
useController
fieldState
properties enumerable👶🏻 close #8909 form context children prop type (https://github.com/react-hook-form/react-hook-form/pull/8910)
🐌 allow field errors to escape type check when provided with any type
🔐 github workflows security hardening #8965
💚 ci: stop csb ci from publishing a comment on PR (https://github.com/react-hook-form/react-hook-form/pull/8977)
thanks to @Moshyfawn, @sashashura, @carvalheiro, @chetvishal and @MicaelRodrigues
v7.34.2
Compare Source
Revert "🧳 let
isSubmitting
state update after valid form (https://github.com/react-hook-form/react-hook-form/pull/8829)"v7.34.1
Compare Source
🐞 fix(path): keys of Date | FileList | File shouldn't be add to the PathImpl https://github.com/react-hook-form/react-hook-form/pull/8804
🐞 fix Date, FileList, File and Blob FieldErrors mapping #8772
🚌 update
isSubmitting
state after valid form #8829🧃 upgrade to cypress 10 #8769
📖 fix nested fields example #8840
📖 add nested form example #8703
📖 improve doc of single watch #8773
📖 fixing typo (Contruído to Construído) on pt-BR translation #8762
thanks to @HarmonyEarth, @yleflour, @glekner, @vemoo, @ronny1020 and @joaoeffting
v7.34.0
Compare Source
v7.33.1
Compare Source
🐏 fix https://github.com/react-hook-form/react-hook-form/issues/8584: field errors type with optional fields (https://github.com/react-hook-form/react-hook-form/pull/8591)
🧳 close https://github.com/react-hook-form/react-hook-form/issues/8600 update code example for NestedValue input
🖼 Integrate jest-preview into react-hook-form (https://github.com/react-hook-form/react-hook-form/pull/8577)
🤓 improve the readability of Merge type (https://github.com/react-hook-form/react-hook-form/pull/8570)
🚝 test: migration from ts-jest to @swc/jest (https://github.com/react-hook-form/react-hook-form/pull/8572)
🏹 refactor: use const instead of props (https://github.com/react-hook-form/react-hook-form/pull/8571)
🔍 feat: Add ability to search test file on watch mode (https://github.com/react-hook-form/react-hook-form/pull/8573)
🧘🏻 ensure the field is focused when selected (https://github.com/react-hook-form/react-hook-form/pull/8566)
thanks to @nvh95, @elstgav and @kotarella1110
v7.33.0
Compare Source
v7.32.2
Compare Source
🏋🏻 improve build dist package size (https://github.com/react-hook-form/react-hook-form/pull/8511)
🐞 fix https://github.com/react-hook-form/react-hook-form/issues/8506
delayError
not overwrite existing function call (https://github.com/react-hook-form/react-hook-form/pull/8509)📖 update the use of validadtionSchema in v7 examples (https://github.com/react-hook-form/react-hook-form/pull/8501)
thanks, @bryantobing12
v7.32.1
Compare Source
🐞 fix https://github.com/react-hook-form/react-hook-form/issues/8493 error not trigger with delayError (https://github.com/react-hook-form/react-hook-form/pull/8494)
🔍 fix null or undefined cases caught by TS ^4.8 (https://github.com/react-hook-form/react-hook-form/pull/8487)
🥸 funnel along with appropriate constraints for (upcoming) TypeScript 4.8 (https://github.com/react-hook-form/react-hook-form/pull/8484)
thanks to @DanielRosenwasser
v7.32.0
Compare Source
v7.31.3
Compare Source
🧑💻 Support TypeScript 4.7+ ESM (https://github.com/react-hook-form/react-hook-form/pull/8390)
🧾 Fix typo (https://github.com/react-hook-form/react-hook-form/pull/8389)
ℹ️ fix export types order
🪝 upgrade to TS 4.7 (https://github.com/react-hook-form/react-hook-form/pull/8402)
🕸 close https://github.com/react-hook-form/react-hook-form/issues/8404 use isWeb instead of globalThis (https://github.com/react-hook-form/react-hook-form/pull/8406)
🥬 save cloneObject bytes (https://github.com/react-hook-form/react-hook-form/pull/8407)
thanks to @davbrito, @rossng, @hwanyoungChoi and @Moshyfawn
v7.31.2
Compare Source
🐞 fix(reset): set
isSubmitted
to formState value ifkeepIsSubmitted
istrue
(https://github.com/react-hook-form/react-hook-form/pull/8368)thanks to @blabute
v7.31.1
Compare Source
🎭 close #7472 include a proxy check with field state to improve
useController
perf (#8334)🐞 fix #8339 Revert "🗑 remove the reference for blob and file list (https://github.com/react-hook-form/react-hook-form/pull/8305)"
🚮 remove dead code (#8337)
thanks to @NMinhNguyen
v7.31.0
Compare Source
v7.30.0
Compare Source
v7.29.0
Compare Source
v7.28.1
Compare Source
🐞 fix https://github.com/react-hook-form/react-hook-form/issues/8050 disabled attribute ignored with register checkbox (https://github.com/react-hook-form/react-hook-form/pull/8053)
📦 update package.json to set sideEffect false (https://github.com/react-hook-form/react-hook-form/pull/8041)
🆙 TS 4.6.0 (https://github.com/react-hook-form/react-hook-form/pull/7623)
📖 fix replace API TSDoc for fieldArray
thanks to @alexogar and @Moshyfawn
v7.28.0
Compare Source
v7.27.1
Compare Source
🐛 fix https://github.com/react-hook-form/react-hook-form/issues/7853 (useFieldArray): pass context type down to Control (https://github.com/react-hook-form/react-hook-form/pull/7856)
🐞 fix https://github.com/react-hook-form/react-hook-form/issues/7849 issue with unset on multiple dimension array (https://github.com/react-hook-form/react-hook-form/pull/7859)
thanks to @Moshyfawn
v7.27.0
Compare Source
v7.26.1
Compare Source
🐞 close https://github.com/react-hook-form/react-hook-form/issues/7758
useController
should subscribe to exact field name (https://github.com/react-hook-form/react-hook-form/pull/7759)thanks to @Moshyfawn
v7.26.0
Compare Source
📚 TSDoc
My.Movie.2.mp4
🐞 fix https://github.com/react-hook-form/react-hook-form/issues/7741 is validating reset when async validations are still running (https://github.com/react-hook-form/react-hook-form/pull/7747)
⛑ close https://github.com/react-hook-form/react-hook-form/issues/7717 shallow clone errors object in handleSubmit (https://github.com/react-hook-form/react-hook-form/pull/7718)
🍦 close https://github.com/react-hook-form/react-hook-form/issues/7703 don't expose internal state in handleSubmit (https://github.com/react-hook-form/react-hook-form/pull/7704)
🏋️ save bytes on parseFloat (https://github.com/react-hook-form/react-hook-form/pull/7697)
thanks to @Moshyfawn and @tiii
v7.25.3
Compare Source
😭 close #7686 regression on
replace
API and cloneObject on payload (#7687)v7.25.2
Compare Source
v7.25.1
Compare Source
🐞 fix #7662 issue with
reset
file input (#7656)🚗 improve perf with get proxy formState (#7655)
🏋️ remove redundant check (#7651)
🐞 fix #7648 Unable to
setFocus
to Controller after reset (#7649)🐞 fix:
getFieldState
- error might be undefined (#7636)⛑ improve useFieldArray code consistency (#7628)
thanks to @Moshyfawn and @michalbundyra
v7.25.0
Compare Source
v7.24.2
Compare Source
😰 close #7593 regression on fieldarray
controller
/useController
unmount withunregister
(#7596)🥸 fix type issue with getFieldState and useController (#7574)
v7.24.1
Compare Source
🖨 fix #7571 cloneObject with setValue passed argument (#7572)
🦺 unstable
_getFieldState
API for retrieve field level state (#7475)💻 fix build on Windows (#7532)
thanks to @felixschorer
v7.24.0
Compare Source
v7.23.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.