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

Release 3.10.0 #11698

Merged
merged 33 commits into from
Apr 24, 2024
Merged

Release 3.10.0 #11698

merged 33 commits into from
Apr 24, 2024

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    7623da7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99b217d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2adec06 View commit details
    Browse the repository at this point in the history
  4. Version Packages (alpha) (#11699)

    * Version Packages (alpha)
    
    * Version Packages (alpha)
    
    * Clean up Prettier, Size-limit, and Api-Extractor
    
    ---------
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Alessia Bellisario <[email protected]>
    Co-authored-by: alessbell <[email protected]>
    4 people authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    32a2dc4 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

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

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    fedea97 View commit details
    Browse the repository at this point in the history
  2. Update size limits

    jerelmiller committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    56c4039 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    f780bb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    363d21e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78891f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2dd4c9 View commit details
    Browse the repository at this point in the history
  5. Version Packages (rc) (#11749)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    7699f43 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

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

Commits on Apr 4, 2024

  1. Use custom jsdom environment instead of patch package to set Response…

    … in the environemt (#11751)
    
    * fix: use custom jsdom env insted of patching it via patch package
    
    * Clean up Prettier, Size-limit, and Api-Extractor
    
    * use native `AbortController` (#11753)
    
    ---------
    
    Co-authored-by: Lenz Weber-Tronic <[email protected]>
    Co-authored-by: phryneas <[email protected]>
    3 people authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    4cbd229 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80d2ba5 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Adjust useReadQuery wrapper logic to work with transported objects. (#…

    …11757)
    
    * Adjust `useReadQuery` wrapper logic to work with transported objects.
    
    * size-limit
    phryneas authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    9825295 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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

Commits on Apr 10, 2024

  1. chore: rename createProxiedSchema to createTestSchema (#11764)

    * feat: rename createProxiedSchema to createSchemaProxy
    
    * chore: add changeset
    
    * chore rename createSchemaProxy to createTestSchema and createMockFetch to createSchemaFetch
    alessbell authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    f046aa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    110ce9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d90787d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Wrap useQueryRefHandlers in wrapHook. (#11771)

    * Wrap `useQueryRefHandlers` in `wrapHook`.
    
    * Clean up Prettier, Size-limit, and Api-Extractor
    
    ---------
    
    Co-authored-by: phryneas <[email protected]>
    phryneas and phryneas authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e72cbba View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    5dfc79f View commit details
    Browse the repository at this point in the history
  2. suggestion: mock global fetch explicitly (#11779)

    * feat: accept min and max delay in createSchemaFetch
    
    * chore: add snapshot of invariant error and add tests
    
    * chore: update api reports and .size-limits.json
    
    * suggestion: mock global `fetch` explicitly
    
    * chore: update tests
    
    * chore: extract api
    
    * chore: update .size-limits.json
    
    * Clean up Prettier, Size-limit, and Api-Extractor
    
    ---------
    
    Co-authored-by: Alessia Bellisario <[email protected]>
    Co-authored-by: alessbell <[email protected]>
    3 people authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    243c538 View commit details
    Browse the repository at this point in the history
  3. Revert "suggestion: mock global fetch explicitly (#11779)"

    This reverts commit 243c538.
    alessbell committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    ee21d11 View commit details
    Browse the repository at this point in the history
  4. suggestion: mock global fetch explicitly (#11779)

        * feat: accept min and max delay in createSchemaFetch
    
        * chore: add snapshot of invariant error and add tests
    
        * chore: update api reports and .size-limits.json
    
        * suggestion: mock global `fetch` explicitly
    
        * chore: update tests
    
        * chore: extract api
    
        * chore: update .size-limits.json
    
        * Clean up Prettier, Size-limit, and Api-Extractor
    
        ---------
    
        Co-authored-by: Alessia Bellisario <[email protected]>
        Co-authored-by: alessbell <[email protected]
    oreply.github.com>
    alessbell committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    1b9306f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cde7e24 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    440563a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2583488 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acd1982 View commit details
    Browse the repository at this point in the history
  4. Version Packages (rc) (#11755)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a4c89f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. add return type to withinDOM implementation (#11802)

    to prevent
    > The inferred type of 'withinDOM' cannot be named without a reference to '@testing-library/dom/node_modules/pretty-format'. This is likely not portable. A type annotation is necessary.ts(2742)
    phryneas authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a26aacc View commit details
    Browse the repository at this point in the history
  2. Testing utility docs (#11805)

    * feat: set up docs
    
    * feat: draft new testing utilities docs
    
    * first round of review fixes
    
    * second round of review edits
    
    * third round of review edits
    
    * more edits
    
    * more edits
    
    * Update docs/source/development-testing/schema-driven-testing.mdx
    
    Co-authored-by: Lenz Weber-Tronic <[email protected]>
    
    * add msw vs createschemafetch faq section
    
    * add msw example
    
    * add a "Modifying a test schema using `testSchema.add` and `testSchema.fork`" section
    
    ---------
    
    Co-authored-by: Lenz Weber-Tronic <[email protected]>
    alessbell and phryneas authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    0843bf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    004b176 View commit details
    Browse the repository at this point in the history