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: graphql/graphiql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: [email protected]
Choose a base ref
...
head repository: graphql/graphiql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: [email protected]
Choose a head ref
  • 16 commits
  • 43 files changed
  • 8 contributors

Commits on Dec 12, 2021

  1. feat: react + vite monaco demo, improvements (#2116)

    - `picomatch-browser` fork no longer uses `path`. these changes to remove node dependencies from `picomatch`, 99% of them are by another contributor, will eventually be merged into the actual `picomatch`
    - no `onLanguage` for `initializeMode` - always instantiate the mode when this is called directly! Fixes some editor creation race condition issues
    - introduce a demo using react + vite and minimal config, no workarounds! This will help us prototype for `@graphiql/react`
    - use `schemaValidation: 'error'` by default. allow user to override `validate` if they want.
    - always re-register providers on schema config changes. seems to fix some issues on lazy instantiation
    acao authored Dec 12, 2021
    2 Configuration menu
    Copy the full SHA
    65a51d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Version Packages (#2117)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Dec 13, 2021
    2 Configuration menu
    Copy the full SHA
    c1e2b5e View commit details
    Browse the repository at this point in the history
  2. fix: monaco getModeId bug for monaco-editor@^0.30.0 (#2118)

    * fix: monaco getModeId bug
    
    * upgrade for new key codes for example
    acao authored Dec 13, 2021
    2 Configuration menu
    Copy the full SHA
    0d1122f View commit details
    Browse the repository at this point in the history
  3. Version Packages (#2120)

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

Commits on Jan 5, 2022

  1. chore: fix typo in README.md (#2134)

    Ikko Ashimine authored Jan 5, 2022
    Configuration menu
    Copy the full SHA
    3ccb3d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. fix: correctly render new lines for doc explorer description fields (#…

    …2138)
    
    * fix: correctly render new lines for doc explorer description fields
    danielleletarte authored Feb 3, 2022
    2 Configuration menu
    Copy the full SHA
    8700b4b View commit details
    Browse the repository at this point in the history
  2. Version Packages (#2152)

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

Commits on Feb 5, 2022

  1. fix: example uses the opts as headers (#2154)

    After fighting all day with cors headers because 'shouldpersistheaders' was not an allowed key, I realized that the example is wrong 🤦🏼‍♂️
    roderik authored Feb 5, 2022
    2 Configuration menu
    Copy the full SHA
    dc60ba0 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

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

Commits on Feb 15, 2022

  1. Version Packages (#2165)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Feb 15, 2022
    2 Configuration menu
    Copy the full SHA
    4c20643 View commit details
    Browse the repository at this point in the history
  2. fix: global (#2167)

    acao authored Feb 15, 2022
    2 Configuration menu
    Copy the full SHA
    bc81f0e View commit details
    Browse the repository at this point in the history
  3. Version Packages (#2168)

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

Commits on Feb 18, 2022

  1. 2 Configuration menu
    Copy the full SHA
    48c5df6 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    5852ba4 View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    484c052 View commit details
    Browse the repository at this point in the history
  4. Version Packages (#2177)

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