graphql-bleeding-edge-playground
graphql-bleeding-edge-playground copied to clipboard
chore(deps): update dependency graphiql to v1.11.5
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| graphiql (source) | 1.4.2 -> 1.11.5 |
Release Notes
graphql/graphiql (graphiql)
v1.11.5
Patch Changes
- #2678
b3470b99Thanks @thomasheyenbrock! - Add the attributetype="button"to all buttons
v1.11.4
Patch Changes
- Updated dependencies [
85d5af25,6ff0bab9,0aff68a6]:- @graphiql/react@0.10.0
v1.11.3
Patch Changes
-
#2642
100af928Thanks @thomasheyenbrock! - Fix controlling the operation name sent with the request using theoperationNameprop
v1.11.2
Patch Changes
- Updated dependencies [
62317e0b]:
v1.11.1
Patch Changes
- Updated dependencies [
ea732ea8]:
v1.11.0
Minor Changes
- #2618
4c814506Thanks @thomasheyenbrock! - Add a toolbar button for manually triggering introspection
Patch Changes
- Updated dependencies [
4c814506]:
v1.10.0
Minor Changes
- #2574
0c98fa59Thanks @thomasheyenbrock! - Allow passing introspection data to theschemaprop of theGraphiQLcomponent
Patch Changes
v1.9.13
Patch Changes
- Updated dependencies [
f581b437]:
v1.9.12
Patch Changes
- Updated dependencies [
08346cba]:
v1.9.11
Patch Changes
-
#2541
788d84efThanks @thomasheyenbrock! - Fix theonSchemaChangeprop, it is now again called after the schema is fetched (this was broken since v1.9.3)
v1.9.10
Patch Changes
- Updated dependencies [
26e44120]:
v1.9.9
Patch Changes
-
#2501
5437ee61Thanks @acao! - Allow Codemirror 5keyMapto be defined, defaultvimoremacsallowed in addition to the original default ofsublime.
v1.9.8
Patch Changes
- #2499
731b3b72Thanks @thomasheyenbrock! - fix the default value for theheaderEditorEnabledprop to betrue
v1.9.7
Patch Changes
- Updated dependencies [
c9c51b8a]:
v1.9.6
Patch Changes
- #2475
d6558e43Thanks @thomasheyenbrock! - Fix using theGraphiQLexport as type by exporting a class again
-
#2461
7dfe3eceThanks @thomasheyenbrock! - Use theuseDragResizehook from@graphiql/reactfor the sizing of the editors and the docs explorer -
Updated dependencies [
7dfe3ece]:
v1.9.5
Patch Changes
- #2453
1b41e33cThanks @thomasheyenbrock! - Add execution context to@graphiql/reactand move over the logic fromgraphiql
- #2454
a53bec64Thanks @thomasheyenbrock! - Deprecate the public methodsgetQueryEditor,getVariableEditor,getHeaderEditor, andrefreshon theGraphiQLclass.
- #2451
0659e96eThanks @thomasheyenbrock! - Always use the current value of the headers for the introspection request
- #2452
ee0fd8bfThanks @thomasheyenbrock! - Move tab state fromgraphiqlinto editor context from@graphiql/react
- #2454
a53bec64Thanks @thomasheyenbrock! - Continue forwarding the ref to the class component to not break public methods
- #2449
a0b02edaThanks @thomasheyenbrock! - Assume all context values are nullable and create hooks to consume individual contexts
-
#2450
1e6fc68bThanks @thomasheyenbrock! - Extract thecopy,merge,prettify, andautoCompleteLeafsfunctions into hooks and remove these functions from the editor context value -
Updated dependencies [
1b41e33c,0659e96e,ee0fd8bf,a0b02eda,1e6fc68b]:
v1.9.4
Patch Changes
- #2437
1f933505Thanks @thomasheyenbrock! - Move prettify query functionality to editor context in@graphiql/react
- #2435
89f0244fThanks @thomasheyenbrock! - Move the logic for deriving operation facts from the current query to@graphiql/reactand store these facts as properties on the query editor instance
- #2437
1f933505Thanks @thomasheyenbrock! - Move copy query functionality to editor context in@graphiql/react
- #2437
1f933505Thanks @thomasheyenbrock! - Move merge query functionality to editor context in@graphiql/react
- #2436
3e5295f0Thanks @thomasheyenbrock! - Inline logic for clicking a reference to open the docs and remove theonClickReferenceandonHintInformationRenderprops of the editor components and hooks
-
#2436
3e5295f0Thanks @thomasheyenbrock! - Move visibility state for doc explorer fromgraphiqlto the explorer context in@graphiql/react -
Updated dependencies [
89f0244f,1f933505,89f0244f,3dae62fc,1f933505,1f933505,3e5295f0,3e5295f0]:
v1.9.3
Patch Changes
- #2419
84d8985bThanks @thomasheyenbrock! - Move thefillLeafsutility function fromgraphiqlinto@graphiql/toolkitand deprecate the export fromgraphiql
- #2413
8be164b1Thanks @thomasheyenbrock! - Add aStorageContextand aHistoryContextto@graphiql/reactthat replaces the logic in thegraphiqlpackage
- #2419
84d8985bThanks @thomasheyenbrock! - Move themergeAstutility function fromgraphiqlinto@graphiql/toolkitand deprecate the export fromgraphiql
- #2420
3467cd33Thanks @thomasheyenbrock! - Fix sending multiple introspection requests when loading the page
- #2420
3467cd33Thanks @thomasheyenbrock! - Deprecate theautoCompleteLeafsmethod of theGraphiQLcomponent in favor of the function provided by theEditorContextfrom@graphiql/react
- #2420
3467cd33Thanks @thomasheyenbrock! - Add aSchemaContextto@graphiql/reactthat replaces the logic for fetching and validating the schema in thegraphiqlpackage
-
#2419
84d8985bThanks @thomasheyenbrock! - Move thegetSelectedOperationNameutility function fromgraphiqlinto@graphiql/toolkitand deprecate the export fromgraphiql -
Updated dependencies [
84d8985b,8be164b1,8be164b1,84d8985b,3467cd33,84d8985b]:
v1.9.2
Patch Changes
v1.9.1
Patch Changes
- Updated dependencies [
f581b437]:
v1.9.0
Minor Changes
- #2412
c2e2f53dThanks @thomasheyenbrock! - Move QueryStore fromgraphiqlpackage to@graphiql/toolkit
- #2412
c2e2f53dThanks @thomasheyenbrock! - Move HistoryStore fromgraphiqlpackage to@graphiql/toolkit
- #2409
f2025ba0Thanks @thomasheyenbrock! - Move the logic of the variable editor from thegraphiqlpackage into a hookuseVariableEditorprovided by@graphiql/react
- #2408
d825bb75Thanks @thomasheyenbrock! - Move the logic of the query editor from thegraphiqlpackage into a hookuseQueryEditorprovided by@graphiql/react
- #2411
ad448693Thanks @thomasheyenbrock! - Move the logic of the result viewer from thegraphiqlpackage into a hookuseResponseEditorprovided by@graphiql/react
- #2370
7f695b10Thanks @thomasheyenbrock! - Include the context provider for the explorer from@graphiql/reactand replace the local state for the nav stack of the docs with methods provided by hooks from@graphiql/react.
- #2412
c2e2f53dThanks @thomasheyenbrock! - Move StorageAPI fromgraphiqlpackage to@graphiql/toolkit
- #2404
029ddf82Thanks @thomasheyenbrock! - Add a context provider for editors and move the logic of the headers editor from thegraphiqlpackage into a hookuseHeaderEditorprovided by@graphiql/react
Patch Changes
-
#2418
6d7fb6e6Thanks @thomasheyenbrock! - Fix persisting headers in tab state and avoid opening duplicate tabs when reloading -
Updated dependencies [
c2e2f53d,bc3dc64c,c2e2f53d,f2025ba0,d825bb75,ad448693,7f695b10,c2e2f53d,029ddf82]:
v1.8.10
Patch Changes
- #2397
a63ff958Thanks @thomasheyenbrock! - upgrade to React v17
-
#2401
60a744b1Thanks @thomasheyenbrock! - move async helper functions and formatting functions over into the @graphiql/toolkit package
v1.8.9
Patch Changes
- #2388
d3ae074cThanks @benjie! - Add 'pointer-events: none' to SVG style for dropdown arrow in GraphiQL.Menu component
-
#2373
5b2c1b20Thanks @benjie! - Fix TypeScript definition of FetcherParams to reflect that operationName is optional -
Updated dependencies [
5b2c1b20]:
v1.8.8
Patch Changes
v1.8.7
Patch Changes
- #2316
3d8510c8Thanks @AlirezaHaghshenas! - Fix: With tabs enabled, if a subscription is restored from storage, a query request is sent instead
v1.8.6
Patch Changes
-
#2312
3c97cf63Thanks @AlirezaHaghshenas! - Fix: After changing to a tab with a subscription, graphiql sends a query request -
Updated dependencies [
45cbc759]:
v1.8.5
Patch Changes
- Updated dependencies [
c36504a8]:
v1.8.4
Patch Changes
-
#2274
12950380Thanks @B2o5T! - turnvalid-typeofaserror, SSR fix -
Updated dependencies [
12950380]:
v1.8.3
Patch Changes
- #2265
9458e10bThanks @acao! - fixcodemirrorimport bug foronHasCompletionfor #2263. for esm/cjs users on autocomplete (umd bundle users not impacted)
v1.8.2
Patch Changes
- Updated dependencies [
261f2044]:
v1.8.1
Patch Changes
- #2397
a63ff958Thanks @thomasheyenbrock! - upgrade to React v17
-
#2401
60a744b1Thanks @thomasheyenbrock! - move async helper functions and formatting functions over into the @graphiql/toolkit package
v1.8.0
Minor Changes
- #2197
3137a6c4Thanks @n1ru4l! - Now featuring: tabs! 🥳 🍾 just opt-in with new prop<GraphiQL tabs />. You can also both opt-in and provide a handler via<GraphiQL tabs={{ onTabsChange }} />!
Patch Changes
-
#2249
1540fd3dThanks @acao! - Finally remove inlinerequire()for codemirror addon imports, replace with modern dynamicimport()(which enablesesbuild,vite, etc).This change should allow your bundler to code split codemirror-graphql and the codemirror addons based on which you import. For SSR support, GraphiQL must load these modules dynamically.
If you want to use other codemirror addons (vim, etc) for non-ssr you can just import them top level, or for SSR, you can just dynamically import them.
v1.7.2
Patch Changes
v1.7.1
Patch Changes
- Updated dependencies [
2502a364]:
v1.7.0
Minor Changes
- #2221
64826c87Thanks @dwwoelfel! - Fix to trigger codemirror update when externalFragments prop changes #2220
Patch Changes
- #2205
91500d4eThanks @francisu! - Fixed problem where 'global' variable is referenced when it might not be present (#2155)
v1.6.0
Minor Changes
-
#2191
eb8af7b5Thanks @n1ru4l! - Allow inserting content before the topBar element via thebeforeTopBarContentproperty.<GraphiQL beforeTopBarContent={<SomeComponent />} />
- #2189
96d47267Thanks @n1ru4l! - Apply variable editor title text styles via classvariable-editor-title-textinstead of using inline-styles. This allows better customization of styles. An active element also has the classactive. This allows overriding the inactive state color using the selector.graphiql-container .variable-editor-title-textand overriding the active state color using the selector.graphiql-container .variable-editor-title-text.active.
-
#2190
d5179899Thanks @n1ru4l! - New callback propertyonSchemaChangeforGraphiQL.The callback is invoked with the successfully fetched schema from the remote.
Usage example:
<GraphiQL onSchemaChange={schema => console.log(schema)} />
v1.5.20
Patch Changes
v1.5.19
Patch Changes
v1.5.18
Patch Changes
- #2156
ae5ea77bThanks @francisu! - Fixed problem where 'global' variable is referenced when it might not be present (#2155)
v1.5.17
Patch Changes
- #2138
8700b4bbThanks @danielleletarte! - Correctly render line breaks for Descriptions in Doc Explorer - #2137 - @danielleletarte
v1.5.16
Patch Changes
- Updated dependencies []:
v1.5.15
Patch Changes
- Updated dependencies [
a44772d6]:
v1.5.14
Patch Changes
- Updated dependencies [
e20760fb]:
v1.5.13
Patch Changes
v1.5.12
Patch Changes
-
#2091
ff9cebe5Thanks @acao! - Fix graphql 15 related issues. Should now build & test interchangeably. -
Updated dependencies [
ff9cebe5]:
v1.5.11
Patch Changes
- Updated dependencies [
0f1f90ce]:
v1.5.9
Patch Changes
- #2077
701ca13fThanks @acao! - Include schema description in DocExplorer for schema introspection requests. Enables theschemaDescriptionoption forgetIntrospectionQuery(). Also includesdeprecationReasonsupport in DocExplorer for arguments! EnablesinputValueDeprecationingetIntrospectionQuery()and displays deprecation section on field doc view. - Updated dependencies [
9df315b4]:
v1.5.8
Patch Changes
- Updated dependencies [
df57cd25]:
v1.5.7
Patch Changes
49bce429#2051 Thanks @willstott101! - Include source maps for minified JS and CSS in the graphiql package.
v1.5.6
Patch Changes
- Updated dependencies []:
v1.5.5
Patch Changes
- Updated dependencies [
c42b145f]:
v1.5.4
Patch Changes
-
bdd57312#2047 Thanks @willstott101! - Source code included in all packages to fix source maps. codemirror-graphql includes esm build in package.
v1.5.3
Patch Changes
c83d1d4cThanks @kikkupico! - fixschematype nullability for #2028
-
858907d2#2045 Thanks @acao! - fix graphql-js peer dependencies - #2044 -
Updated dependencies [
858907d2]:
v1.5.2
Patch Changes
v1.5.1
Patch Changes
v1.5.0
Minor Changes
716cf786#2010 Thanks @acao! - upgrade to[email protected]. thanks @saihaj!
Patch Changes
- Updated dependencies [
716cf786]:
v1.4.8
Patch Changes
e63696de#2005 Thanks @acao! - Correct the npm readme security fix version number and links, thanks @glasser & @dotansimha!
v1.4.7
Patch Changes
130ddad6Thanks @acao! - CRITICAL SECURITY PATCH for the GraphiQL introspection schema template injection attack
v1.4.6
Patch Changes
d3a88283#1934 Thanks @tonyfromundefined! - add react 17, 18 in peerDependencies
afaa36c1#1883 Thanks @Sweetabix1! - Updating font colors for line numbers, comments & brackets from #999 to #666 for accessibility purposes. #666 passes AA accessibility standards for small text, with a contrast ratio of over 5:1.
-
75dbb0b1#1777 Thanks @dwwoelfel! - adopt block string parsing for variables in language parser
v1.4.5
Patch Changes
-
86795d5fThanks @acao! - Remove bad type definition fromsubscriptions-transport-ws#1992 closes #1989 -
Updated dependencies [
86795d5f]:
v1.4.4
Patch Changes
-
62e786b5#1990 Thanks @acao! - Remove type definition fromsubscriptions-transport-ws -
Updated dependencies [
62e786b5]:
v1.4.3
Patch Changes
6a459f4c#1968 Thanks @acao! - RemoveoptionalDependenciesentirely, removesubscriptions-transport-wswhich introduces vulnerabilities, upgrade@n1ru4l/push-pull-async-iterable-iteratorto 3.0.0, upgradegraphql-wsseveral minor versions - the[email protected]upgrade will come in a later minor release.
eb2d91fa#1914 Thanks @harshithpabbati! - fix: history can now be saved even when query history panel is not opened feat: create a new maxHistoryLength prop to allow more than 20 queries in history panel
04fad79c#1889 Thanks @henryqdineen! - feat: export ToolbarSelectOption and ToolbarMenuItem
-
cd685435#1923 Thanks @cgarnier! - Fix result window theme
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.