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: packages/react-router/CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# @apollo/client-integration-react-router
2
2
3
+
## 0.13.1-alpha.6
4
+
5
+
### Patch Changes
6
+
7
+
- 874abab: Drop depdendency `ts-invariant`. Please use `setLogVerbosity` from `@apollo/client` instead of `setVerbosity` from `ts-invariant`.
8
+
- 874abab: Updating Apollo Client from v3 to v4. Please follow the [Apollo Client migration guide](https://www.apollographql.com/docs/react/migrating/apollo-client-4-migration).
9
+
- 874abab: Update signature of PreloadTransportedQueryOptions from `<TVariables, TData>` to `<TData, TVariables>`
10
+
- 874abab: Deprecate `PreloadQueryOptions` - please use `PreloadQuery.Options` instead.
11
+
- 874abab: Deprecate `PreloadQueryProps` - please use `PreloadQuery.Props` instead.
0 commit comments