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
Copy file name to clipboardExpand all lines: changelog.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,12 @@
16
16
17
17
- Updated dev dependencies.
18
18
- Improved the test utility `promisifyEvent` function.
19
-
- Test the `GraphQL.operate()` option `reloadOnLoad` in isolation.
20
-
- Test better the order of `GraphQL.operate()` triggered events.
21
-
- Reduced the number of promises created by `GraphQL.operate()` when the `reloadOnLoad` and `reloadOnLoad` options are `false`.
19
+
- Test the the `GraphQL` instance method `operate` option `reloadOnLoad` in isolation.
20
+
- Test better the order of the `GraphQL` instance method `operate` triggered events.
21
+
- Reduced the number of promises created by the `GraphQL` instance method `operate` when the `reloadOnLoad` and `reloadOnLoad` options are `false`.
22
22
- Added a code example for how to await all loading GraphQL operations.
23
23
- Used consistent JSDoc types for promises that resolve `void`.
24
+
- Tweaked changelog entries.
24
25
25
26
## 11.2.0
26
27
@@ -191,7 +192,7 @@
191
192
- Updated dependencies.
192
193
- Increased the post SSR hydration time from 500 to 1000 milliseconds, closing [#37](https://github.com/jaydenseric/graphql-react/issues/37).
193
194
- Added a `useGraphQL` options guide for common situations.
194
-
- Test `GraphQL.operate()` with both `reloadOnLoad` and `resetOnLoad` options true.
195
+
- Test the `GraphQL` instance method `operate` with both `reloadOnLoad` and `resetOnLoad` options `true`.
195
196
- Use string `FormData` field names, as some `FormData` polyfills don't coerce numbers like native implementations do.
196
197
- Test files in variables result in appropriate fetch options for a valid [GraphQL multipart request](https://github.com/jaydenseric/graphql-multipart-request-spec).
0 commit comments