v3.7.2
Improvements (from CHANGELOG.md
)
-
Only show dev tools suggestion in the console when
connectToDevTools
istrue
.
@chris110408 in #10258 -
Pass
TCache
generic toMutationHookOptions
for better type support inuseMutation
.
@igrlk in #10223 -
Add
name
property toApolloError
to ensure better type safety and help error reporting tools better identify the error.
@aaronadamsCA in #9323 -
Export a
ModifierDetails
type for thedetails
parameter of aModifier
function.
@KeithGillette in #7133 -
Revert use of
cloneDeep
to clone options when fetching queries.
@MrDoomBringer in #10215
What's Changed (auto-generated by GitHub)
- Add connect to dev tools check by @chris110408 in #10258
- Update the CHANGELOG by @jerelmiller in #10260
- Revert cloneDeep-ing request headers by @MrDoomBringer in #10215
- chore(tests): warn on ts-jest diagnostics error outside of CI test runs by @alessbell in #10268
- updates roadmap nov 2022 by @jpvajda in #10269
- docs: displays the error correctly by @ctesniere in #10275
- Update the CHANGELOG with changes from #10275 by @bignimbus in #10276
- Fix 'broken' links by @StephenBarlow in #10288
- Additional documentation for managing local state by @bignimbus in #10282
- chore(docs): remove graphql-anywhere from apollo-link-rest doc by @alessbell in #10232
- doc(static-typing): rewrite with GraphQL Code Generator setup by @charlypoly in #10173
- Further update the TypeGen article for style by @rkoron007 in #10294
- Pass TCache generic to MutationHookOptions by @igrlk in #10223
- Add name property to ApolloError by @aaronadamsCA in #9323
- Add array examples to reactive variable documentation by @larrymyers in #10235
- Update CHANGELOG with changes from #10235 by @bignimbus in #10302
- docs: Update subscribeToMore example to use React hooks by @trevorblades in #10309
- export separate
ModifierUtility
type by @KeithGillette in #7133 - Changelog and docs for preserveHeaderCase by @MrDoomBringer in #10111
New Contributors
- @chris110408 made their first contribution in #10258
- @ctesniere made their first contribution in #10275
- @charlypoly made their first contribution in #10173
- @igrlk made their first contribution in #10223
- @aaronadamsCA made their first contribution in #9323
- @larrymyers made their first contribution in #10235
- @KeithGillette made their first contribution in #7133
Full Changelog: v3.7.1...v3.7.2