CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 732
Releases: graphql/graphql-playground
1.8.10
Compare
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
Assets 13
- 70.8 MB
2019-02-23T13:13:08Z - 74 MB
2019-02-23T13:11:55Z - 73.5 MB
2019-02-23T13:11:35Z - 79.9 KB
2019-02-23T13:11:35Z - 52.5 MB
2019-02-23T13:13:30Z - 57 KB
2019-02-23T13:13:30Z - 44 MB
2019-02-23T13:14:46Z - 125 MB
2019-02-23T13:13:19Z - 421 Bytes
2019-02-23T13:14:49Z - 573 Bytes
2019-02-23T13:14:49Z -
2019-02-23T13:06:12Z -
2019-02-23T13:06:12Z - Loading
1.8.9
Compare
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
Assets 13
1.8.8
Compare
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.
Assets 13
1.8.7
Compare
Assets 13
1.8.6
Compare
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
Assets 13
1.8.5
Compare
Assets 13
1.8.4
Compare
1.8.4
This release upgrades graphql-config-extension-prisma
. This version allows to work with new fields in prisma.yml
and no more going to throws errors with a different schema of prisma.yml
Assets 13
1.8.3
Compare
Assets 13
1.8.2
Compare
Assets 13
1.8.1
Compare
v1.8.1 Fix build with new yarn.lock