You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Destroy image hover tooltip when it isn't needed - #874 - @acao
94
99
- Copy non-formatted query to avoid stripping out comments - #832 - @jaebradley
95
100
- Normalizes no-break spaces - #781 - @zouxuoz
96
101
- Prevents crashing on Shift-Alt-Space - #781 - @zouxuoz
97
102
- Fix UI state change after favoriting a query - #747 - @benjie
98
103
99
104
### Chores
105
+
100
106
- BREAKING: Upgrade to `codemirror-graphql` 0.8.3 - #773 - @jonaskello
101
107
- BREAKING: Change copyright to GraphQL Contributors, License to MIT
102
108
- Netlify deployments per PR - @orta
103
109
- Add unit test coverage
104
110
- Switch to Jest
105
111
106
-
107
112
## Codemirror Graphql Mode 0.8.4 - 11 Aug, 2018
113
+
108
114
You will now be importing async methods from gls-interface 2.0.0, thus your bundler will require regenerator runtime
109
115
110
116
## Chores
117
+
111
118
- BREAKING - Use GLS interface/parser 2.1.0 for graphql 14
112
119
- BREAKING - This introduces async/await
113
120
114
121
## GraphQL Language Service Interface 2.0.0 - 11 Sep, 2018
115
122
116
123
### Chores
124
+
117
125
- BREAKING: upgrade internal dependencies - gls-parser, gls-types, and gls-utils to 2.0.0 - @lostplan
118
126
- BREAKING: remove incompatible dependencies on graphql 0.11 and below - @lostplan
119
127
120
-
121
128
## GraphQL Language Service Utils 2.0.0 - 11 Sep, 2018
122
129
123
130
### Chores
131
+
124
132
- BREAKING: deprecate support for graphql-js 0.11.x and below - @lostplan[graphql/graphql-language-service#256](https://github.com/graphql/graphql-language-service/pull/256)[new ref](https://github.com/graphql/graphiql/commit/895e68537fd802b8b6ddf2578a1f76f85982c773) because of [this change](https://github.com/graphql/graphiql/commit/068c57fdb4a147be3c2fc38167e2def74d217a82#diff-696ceb17e38e4a274d4a149d24513b78)
* convert browserify build to webpack, fixes [#976](https://github.com/graphql/graphiql/issues/976) ([#1001](https://github.com/graphql/graphiql/issues/1001)) ([3caf041](https://github.com/graphql/graphiql/commit/3caf041))
47
-
48
-
49
-
50
-
28
+
- convert browserify build to webpack, fixes [#976](https://github.com/graphql/graphiql/issues/976) ([#1001](https://github.com/graphql/graphiql/issues/1001)) ([3caf041](https://github.com/graphql/graphiql/commit/3caf041))
51
29
52
30
## 0.0.5 (2019-11-26)
53
31
54
-
55
32
### Bug Fixes
56
33
57
-
* webpack resolutions for [#882](https://github.com/graphql/graphiql/issues/882), add webpack example ([ea9df3e](https://github.com/graphql/graphiql/commit/ea9df3e))
34
+
- webpack resolutions for [#882](https://github.com/graphql/graphiql/issues/882), add webpack example ([ea9df3e](https://github.com/graphql/graphiql/commit/ea9df3e))
0 commit comments