-
-
Notifications
You must be signed in to change notification settings - Fork 536
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
Graphiql 3.0.5 #3031
Graphiql 3.0.5 #3031
Conversation
to reduce bundle size
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3031 +/- ##
=======================================
Coverage 96.53% 96.53%
=======================================
Files 468 468
Lines 29116 29116
Branches 3582 3582
=======================================
Hits 28108 28108
Misses 827 827
Partials 181 181 |
Thanks for adding the Here's a preview of the changelog: 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. Here's the preview release card for twitter: Here's the tweet text:
|
CodSpeed Performance ReportMerging #3031 will not alter performanceComparing Summary
|
Amazing! thank you so much! I'll test this and approve/merge 😊 |
/pre-release |
Pre-release👋 Releasing commit [35291a2] to PyPi as pre-release! 📦 |
Pre-release👋 Pre-release 0.203.1.dev.1691831108 [35291a2] has been released on PyPi! 🚀 poetry add strawberry-graphql==0.203.1.dev.1691831108 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
const explorerPlugin = GraphiQLPluginExplorer.explorerPlugin(); | ||
|
||
const root = ReactDOM.createRoot(document.getElementById("graphiql")); | ||
|
||
root.render( | ||
React.createElement(GraphiQL, { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
much better! thanks 😊
* Update GraphiQL to 3.0.5 [email protected] https://github.com/graphql/graphiql/releases/tag/graphiql%403.0.5 @graphiql/[email protected] 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 <[email protected]>
Description
Types of Changes
Issues Fixed or Closed by This PR
Checklist