Releases: graphql/graphql-playground
1.8.10
1.8.10
This release was mostly focused on fixing small bugs.
Fixes
- #956 Thanks @lekterable fixing overflow in project sidenav
- #957 Thanks @yoshiakis for fixing subscription display in the light theme
- #960 Thanks @mmmeff for fixing an issue with license
- #961 Thanks @dncrews for fixing express middleware
- #968 Thanks @yoshiakis for fixing docs overflowing
- #969 Thanks @lekterable for adding hide option to electron app
1.8.9
1.8.9
Features
Custom favicon
The playground now supports custom favicon for middlewares
and html
package version. Custom favicon is provided with faviconUrl
property in config. Possible values are a string for overriding default favicon, if provided null
there is no favicon at all. Thanks to @samkelleher 🚀
Fixes
- #951 Thanks @timsuchanek to making schema reloading more resilient
- #955 Thanks @lekterable for fixing new workspace button only for electron version
1.8.8
1.8.8
Features
Schema polling improvements
Schema polling got a lot of new features thanks to @rohit-ravikoti. It's possible to adjust schema polling interval by schema.polling.interval
and schema polling endpoint by schema.polling.endpointFilter: "*localhost*"
. Introspection request is fired only if the tab is visible and last introspection request is finished.
1.8.7
1.8.6
1.8.6
Features
Schema polling
Thanks to @rohit-ravikoti for great work on #934, which enables auto polling of schema. This drastically improves workflow for creating new APIs. 🚀
Additional Prettier Options
Thanks to @Prefinem for extening prettier options with useTabs
and tabWidth
. #933
Subscription in link creator
Thanks to @fredr for adding subscription endpoint to custom link creator. #920
Closing documentation on escape
Thanks to @pantharshit00 we can close docs with escape key. #913
Improved settings type
Thanks to @AntoineDoubovetzky for extending types for settings interface. #937
Fixes
- #914 Thanks to @pantharshit00 for fixing documentation for non primitive types
- #918 Thanks to @rajinwonderland fixing comments in SDL view
- #916 Thanks to @zhammer there is no new tab open, if there are no headers injected
- #912 Thanks to @pantharshit00 for fixing props for sharing in middleware
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
v1.8.1 Fix build with new yarn.lock