GraphiQL 0.13.2 - 21 June, 2019
Features
- Hint/popup/etc DOM nodes use container rather than creating children of
<body> - #791 - @codestryke
- Add readOnly prop and pass to
QueryEditor
and VariableEditor
- #718 - @TheSharpieOne - Add operationName to introspection query - #664 - @jbblanchet
- Image Preview Functionality - #789 - @dunnbobcat @asiandrummer
Fixes
- Destroy image hover tooltip when it isn't needed - #874 - @acao
- Copy non-formatted query to avoid stripping out comments - #832 - @jaebradley
- Normalizes no-break spaces - #781 - @zouxuoz
- Prevents crashing on Shift-Alt-Space - #781 - @zouxuoz
- Fix UI state change after favorite a query - #747 - @benjie
Chores
- BREAKING: Upgrade to
codemirror-graphql
0.8.3 - #773 - @jonaskello - BREAKING: Change copyright to GraphQL Contributors, License to MIT
- Netlify deployments per PR - @orta
- Add unit test coverage
- Switch to Jest