Releases: graphql/graphql-playground
1.8.0
1.8.0
Features
Removing old styling
Graphql playground react package is completely running on styled-components
, removing old styling decreased size of the whole package. #834
Tabs sorting
Tabs in the playground are now sortable! 🚀 Thanks to @rynobax for making this happen #848
Injecting headers in init
The playground now accepts headers in init
function. Thanks to @wilsongp #825
Playground now can work with different CDN
Thanks to @penx its possible to use the playground with different CDN. #845
Operation name in tabs
If an operation has a name its displayed in tab name. Thanks to @olimsaidov #855
Fixes
- #836 Thanks to @leonaves 🚀middlewares now properly propagates props to the playground. This bug cause a lot of issues.
- #847 Thanks to @lydiahallie for fixing sharing of the playground to
graphqlbin
- #852 Thanks to @kapiljaveri for adding tooltips to buttons, for better accessibility
- #851 Thanks to @rynobax for fixing an error about uncontrolled input
- #833 Thanks to @DavidJFelix for fixing rendering of
html
package
1.7.0
1.6.3
7d7969f Add workspaceName prop (#772)
4c22d5f Fixes #774 (#775)
2227567 UI fixes (#789)
fd6957f bump graphcool-styles
e1f7159 Fix settings (#806)
15f9a2b Show graphql extensions (#813)
c71868f Changed comment on input page. (#818)
85c203f fix(schema) update color in query/mutation comment (#811)
8cc57bb run ./scripts/release-react.sh, robust jq test and bump electron (#822)
1.6.2
1.6.1
1.6.0
1.6.0
Features
Snapcraft Build
We now also ship a Snapcraft linux package of the Playground.
Prettier
Queries are now being prettified thanks to @Huvik's PR adding the new prettier js.
Injectable Tabs & Apollo Link
As requested in #301, #122, #578, #143, #195, #487 it's important to Playground users to be able to inject props into the Playground, like a custom fetcher or a predefined query. This has been implemented for [email protected]
. You can read more about the newly available options here: https://github.com/prismagraphql/graphql-playground#properties
Themes beta
For a long time, the Playground let's you switch between a predefined light & dark theme.
As everybody has a different taste, it has been requested multiple times in #291, #593, #649, #711 to be able to customize the Playground UI.
We're working on making themes completely customizable. The first step has been done by @HuVik, which is turning the code editor themes of the light & dark themes into json definable as described here
Fixes
- Closes #279 , no need for a CSS Loader anymore
- Closes #315 , we now have a description on hover
- 8391a8a fix performance for large payloads. Big payloads (for example 100.000 nodes) are now rendered about 4 times faster. (20sec for 100.000 nodes to 4 sec)
- d53500b Fixed windows keyboard shortcuts. Thanks @fabien0102 !
- 5926762 fix: new session error. Closes #701
1.5.9
1.5.9
Fixes
- d8a17e8 fix: schema fetching for custom endpoints. Resolves dotansimha/graphql-yoga#267
- 8391a8a fix: performance improvements for results (100000 results load now in 4 seconds instead of 30 seconds)