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
  • 18 commits
  • 46 files changed
  • 6 contributors

Commits on Mar 31, 2022

  1. fix codemirror import for onHasCompletion (#2265)

    #2263 module import bugfix for esm/cjs users on autocomplete (umd bundle users not impacted)
    acao authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    9458e10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe44127 View commit details
    Browse the repository at this point in the history
  3. remove dependency on global (#2268)

    acao authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    b188682 View commit details
    Browse the repository at this point in the history
  4. Version Packages (#2266)

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

Commits on Apr 7, 2022

  1. Configuration menu
    Copy the full SHA
    6973a20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e15d1da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fa106d View commit details
    Browse the repository at this point in the history
  4. Version Packages (#2278)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    587ab28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1122ce2 View commit details
    Browse the repository at this point in the history
  6. turn valid-typeof as error (#2274)

    Co-authored-by: Rikki Schulte <[email protected]>
    Dimitri POSTOLOV and acao authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    1295038 View commit details
    Browse the repository at this point in the history
  7. use patched vsce (#2281)

    acao authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    8f0c495 View commit details
    Browse the repository at this point in the history
  8. Version Packages (#2280)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    f4a276e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f39cd75 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    931b8b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

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

Commits on Apr 11, 2022

  1. fix typos in READMEs (#2272)

    Dimitri POSTOLOV authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    2c26eea View commit details
    Browse the repository at this point in the history
  2. release [email protected] from the monorepo (#2288)

    - fix esbuild bundling issues with vscode-graphql [#2269](#2269) by fixing esbuild version
    - remove `graphql-language-service` dependency on `graphql-config`, which is only for types
    - remove direct `vscode-graphql` dependency on `graphql-config`, which previously existed for op exec client
    - resolve `graphql-config` to `4.3.0` in `graphql-language-server`
    acao committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    c36504a View commit details
    Browse the repository at this point in the history
  3. Version Packages (#2290)

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