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