From dd224417c7cc88666feb57857f3e911465149abe Mon Sep 17 00:00:00 2001 From: Kien Dang Date: Sun, 13 Aug 2023 03:52:10 +0800 Subject: [PATCH] Graphiql 3.0.5 (#3031) * Update GraphiQL to 3.0.5 graphiql@3.0.5 https://github.com/graphql/graphiql/releases/tag/graphiql%403.0.5 @graphiql/plugin-explorer@0.3.0 https://github.com/graphql/graphiql/releases/tag/%40graphiql%2Fplugin-explorer%400.3.0 * Update react and use prod distribution instead of dev to reduce bundle size * Add RELEASE.md * Update RELEASE.md --------- Co-authored-by: Patrick Arminio --- RELEASE.md | 3 +++ strawberry/static/graphiql.html | 44 ++++++++++++++------------------- 2 files changed, 21 insertions(+), 26 deletions(-) create mode 100644 RELEASE.md diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000000..4914bf9e22 --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,3 @@ +Release type: patch + +This release updates the built-in GraphiQL to the current latest version (3.0.5), it also updates React to the current latest version (18.2.0) and uses the production distribution instead of development to reduce bundle size. diff --git a/strawberry/static/graphiql.html b/strawberry/static/graphiql.html index d2df16df33..6af0995341 100644 --- a/strawberry/static/graphiql.html +++ b/strawberry/static/graphiql.html @@ -43,13 +43,13 @@