Skip to content

Commit 7c5d9a1

Browse files
committed
Changelog tweaks.
1 parent ef36cea commit 7c5d9a1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

changelog.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@
1616

1717
- Updated dev dependencies.
1818
- 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`.
2222
- Added a code example for how to await all loading GraphQL operations.
2323
- Used consistent JSDoc types for promises that resolve `void`.
24+
- Tweaked changelog entries.
2425

2526
## 11.2.0
2627

@@ -191,7 +192,7 @@
191192
- Updated dependencies.
192193
- Increased the post SSR hydration time from 500 to 1000 milliseconds, closing [#37](https://github.com/jaydenseric/graphql-react/issues/37).
193194
- 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`.
195196
- Use string `FormData` field names, as some `FormData` polyfills don't coerce numbers like native implementations do.
196197
- Test files in variables result in appropriate fetch options for a valid [GraphQL multipart request](https://github.com/jaydenseric/graphql-multipart-request-spec).
197198
- Tidied test names.

0 commit comments

Comments
 (0)