Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: react-hook-form/react-hook-form
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.55.0
Choose a base ref
...
head repository: react-hook-form/react-hook-form
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.56.3
Choose a head ref
  • 18 commits
  • 52 files changed
  • 4 contributors

Commits on Apr 10, 2025

  1. Configuration menu
    Copy the full SHA
    8bb2a99 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2025

  1. ⏰ feat: introduce isReady state for subscription (#12568)

    * faet: introduce ready state for subscription
    
    * revert change
    
    * save code
    
    * save code
    
    * code consistency
    
    * change to part of formState
    
    * update all unit tests
    
    * update api contract
    
    * update e2e
    
    * fix two more
    
    * update more e2e tests
    
    * remove two blur counter
    
    * fix issue caught by unit tests
    
    * one last e2e test to fix
    
    * update all e2e
    bluebill1049 authored Apr 12, 2025
    Configuration menu
    Copy the full SHA
    047cd73 View commit details
    Browse the repository at this point in the history
  2. 🌗 feat: support reactive mode and reValidateMode (#12743)

    * feat: support reactive mode and reValidateMode
    
    * minor cleanup
    bluebill1049 authored Apr 12, 2025
    Configuration menu
    Copy the full SHA
    b4e8979 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c757a97 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2025

  1. 🐞 fix #12741 regression on move/swap on useFieldArray input update (#…

    …12749)
    
    * 🐞 fix #12741 regression on move/swap on useFieldArray input update
    
    * remove unsed code
    
    * simplify the code
    
    * update useFromState
    
    * fix e2e tests
    bluebill1049 authored Apr 13, 2025
    Configuration menu
    Copy the full SHA
    c3b6f74 View commit details
    Browse the repository at this point in the history
  2. 7.56.0-next.0

    bluebill1049 committed Apr 13, 2025
    Configuration menu
    Copy the full SHA
    9ffe5cb View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2025

  1. 7.56.0

    bluebill1049 committed Apr 20, 2025
    Configuration menu
    Copy the full SHA
    3a968fe View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. 🐞 fix #12763 import warning with named exports (#12764)

    * 🐞 fix #12763 import warning with named exports
    
    * update package size
    bluebill1049 authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    3cf777f View commit details
    Browse the repository at this point in the history
  2. 🐞 fix #12761 #12762 issue with usage reset isReady formState (#12765)

    * 🐞 fix #12761 #12762 issue with usage reset isReady formState
    
    * update readme
    
    * update message
    
    * update readme
    bluebill1049 authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    b991822 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. 7.56.1

    bluebill1049 committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    2963108 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. Configuration menu
    Copy the full SHA
    e87880c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2025

  1. 🐞 fix #12772 reset form useWatch to utilize ref for defaultValue and … (

    #12780)
    
    * 🐞 fix #12772 reset form useWatch to utilize ref for defaultValue and optimize effect dependencies
    
    * 🧪 test(useWatch): add test to verify value updates immediately after reset with Controller
    
    * Update useWatch.test.tsx
    
    * Update useWatch.ts
    
    * Update useWatch.ts
    
    ---------
    
    Co-authored-by: Beier (Bill) <[email protected]>
    Han5991 and bluebill1049 authored Apr 27, 2025
    Configuration menu
    Copy the full SHA
    5f4f050 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2025

  1. 🐞 fix: use layoutEffect in useWatch for subscription similar to useFo…

    …rm (#12786)
    
    * use layoutEffect
    
    * export useIsomorphicLayoutEffect
    
    * use useIsomorphicLayoutEffect in useFormState
    
    * fix lint
    
    * Update useIsomorphicLayoutEffect.ts
    
    ---------
    
    Co-authored-by: Beier (Bill) <[email protected]>
    harshagw and bluebill1049 authored May 3, 2025
    Configuration menu
    Copy the full SHA
    2e41530 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08470bf View commit details
    Browse the repository at this point in the history
  3. 7.56.2

    bluebill1049 committed May 3, 2025
    Configuration menu
    Copy the full SHA
    8316596 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. Configuration menu
    Copy the full SHA
    8ff3366 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Configuration menu
    Copy the full SHA
    6fbbd30 View commit details
    Browse the repository at this point in the history
  2. 7.56.3

    bluebill1049 committed May 7, 2025
    Configuration menu
    Copy the full SHA
    d1d89f6 View commit details
    Browse the repository at this point in the history
Loading