Skip to content
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

πŸ‘―β€β™‚οΈ support async defaultValues and form values update #9261

Merged
merged 67 commits into from Dec 4, 2022

Commits on Oct 24, 2022

  1. Copy the full SHA
    ee674ee View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    da0e195 View commit details
    Browse the repository at this point in the history
  3. remove redundant set

    bluebill1049 committed Oct 24, 2022
    Copy the full SHA
    8240e67 View commit details
    Browse the repository at this point in the history
  4. update API

    bluebill1049 committed Oct 24, 2022
    Copy the full SHA
    a523c0d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a13420a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8a2f078 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    c00964f View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    d7d71ed View commit details
    Browse the repository at this point in the history
  9. update API extrator

    bluebill1049 committed Oct 24, 2022
    Copy the full SHA
    6426d87 View commit details
    Browse the repository at this point in the history
  10. update with test cases

    bluebill1049 committed Oct 24, 2022
    Copy the full SHA
    2530463 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    0a0c0e7 View commit details
    Browse the repository at this point in the history
  12. remove useCallback

    bluebill1049 committed Oct 24, 2022
    Copy the full SHA
    ccc6554 View commit details
    Browse the repository at this point in the history
  13. deps package update

    bluebill1049 committed Oct 24, 2022
    Copy the full SHA
    bcbb120 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. fix build

    bluebill1049 committed Oct 25, 2022
    Copy the full SHA
    a3e78d0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    64768f4 View commit details
    Browse the repository at this point in the history
  3. Revert "fix build"

    This reverts commit a3e78d0.
    bluebill1049 committed Oct 25, 2022
    Copy the full SHA
    2c50c14 View commit details
    Browse the repository at this point in the history
  4. Revert "deps package update"

    asdasdahhhhhkl
    
    :
    This reverts commit bcbb120.
    bluebill1049 committed Oct 25, 2022
    Copy the full SHA
    10f43e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

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

Commits on Oct 27, 2022

  1. Copy the full SHA
    f03a2db View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c6deb58 View commit details
    Browse the repository at this point in the history
  3. fix type

    bluebill1049 committed Oct 27, 2022
    Copy the full SHA
    29bd296 View commit details
    Browse the repository at this point in the history
  4. update API extrator

    bluebill1049 committed Oct 27, 2022
    Copy the full SHA
    d34df9b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

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

Commits on Nov 1, 2022

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

Commits on Nov 2, 2022

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

Commits on Nov 8, 2022

  1. Copy the full SHA
    3c69221 View commit details
    Browse the repository at this point in the history
  2. add missing type test

    bluebill1049 committed Nov 8, 2022
    Copy the full SHA
    d1f3535 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Copy the full SHA
    fc499dd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a462ddd View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. save bytes

    bluebill1049 committed Nov 11, 2022
    Copy the full SHA
    abad4b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Copy the full SHA
    3bf0db5 View commit details
    Browse the repository at this point in the history
  2. brought change from main

    bluebill1049 committed Nov 14, 2022
    Copy the full SHA
    0502cb0 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

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

Commits on Nov 17, 2022

  1. 7.40.0-next.0

    bluebill1049 committed Nov 17, 2022
    Copy the full SHA
    28cf885 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a5fe237 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    01c8ff7 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f0ec5f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Copy the full SHA
    6e64ce9 View commit details
    Browse the repository at this point in the history
  2. update api extrator

    bluebill1049 committed Nov 18, 2022
    Copy the full SHA
    2737cb6 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Copy the full SHA
    9795e43 View commit details
    Browse the repository at this point in the history
  2. update packages

    bluebill1049 committed Nov 19, 2022
    Copy the full SHA
    4d92e0e View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. infer type from async defaultValues (#9387)

    * infer type from async defaultValues
    
    * fix type cast
    
    * update api extractor
    
    * Update src/types/utils.ts
    
    Co-authored-by: Felix Schorer <felixschorer@users.noreply.github.com>
    
    * Update src/types/form.ts
    
    Co-authored-by: Felix Schorer <felixschorer@users.noreply.github.com>
    
    * update api extrator
    
    Co-authored-by: Felix Schorer <felixschorer@users.noreply.github.com>
    bluebill1049 and felixschorer committed Nov 20, 2022
    Copy the full SHA
    ae827fd View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

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

Commits on Nov 22, 2022

  1. Copy the full SHA
    2dad2e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. 7.40.0-next.1

    bluebill1049 committed Nov 23, 2022
    Copy the full SHA
    3ac36d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Copy the full SHA
    362f369 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    309ee8a View commit details
    Browse the repository at this point in the history
  3. fix array field path

    bluebill1049 committed Nov 24, 2022
    Copy the full SHA
    06e6839 View commit details
    Browse the repository at this point in the history
  4. fix api extrator

    bluebill1049 committed Nov 24, 2022
    Copy the full SHA
    2a23468 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Copy the full SHA
    82be978 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. - fix touched, dirty field state promise infer

    - change tsd script to run test:type
    - added more type test coverage for promise infer
    bluebill1049 committed Nov 26, 2022
    Copy the full SHA
    824c806 View commit details
    Browse the repository at this point in the history
  2. - rename to UnPackAsyncDefaultValues

    - fix build
    bluebill1049 committed Nov 26, 2022
    Copy the full SHA
    b0b885e View commit details
    Browse the repository at this point in the history
  3. - fix test script for workflow

    - update api extrator
    bluebill1049 committed Nov 26, 2022
    Copy the full SHA
    73576f9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    69014f9 View commit details
    Browse the repository at this point in the history
  5. update packages

    bluebill1049 committed Nov 26, 2022
    Copy the full SHA
    b86f8ce View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    411f375 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Copy the full SHA
    95e00f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Copy the full SHA
    968182d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    73ca3d7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a42adf0 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. - fix test case

    - fix import * as react
    bluebill1049 committed Nov 30, 2022
    Copy the full SHA
    d1f3de9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6302558 View commit details
    Browse the repository at this point in the history
  3. fix import

    bluebill1049 committed Nov 30, 2022
    Copy the full SHA
    77b792c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    54f55b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Copy the full SHA
    5e3d381 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. - update test case to include controlled component

    - remove inline sleep function
    bluebill1049 committed Dec 2, 2022
    Copy the full SHA
    c74fed1 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Copy the full SHA
    5108c46 View commit details
    Browse the repository at this point in the history