@graphitation/apollo-react-relay-duct-tape
Advanced tools
Comparing version 1.1.5 to 1.2.0
# Change Log - @graphitation/apollo-react-relay-duct-tape | ||
This log was last generated on Wed, 03 Jul 2024 17:33:29 GMT and should not be manually modified. | ||
This log was last generated on Wed, 18 Sep 2024 15:11:09 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 1.2.0 | ||
Wed, 18 Sep 2024 15:11:09 GMT | ||
### Minor changes | ||
- add onCompleted callback to useMutation (Stanislaw.Wilczynski@microsoft.com) | ||
## 1.1.5 | ||
Wed, 03 Jul 2024 17:33:29 GMT | ||
Wed, 03 Jul 2024 17:33:49 GMT | ||
@@ -11,0 +19,0 @@ ### Patches |
@@ -102,2 +102,3 @@ import { ApolloCache } from "@apollo/client"; | ||
optimisticResponse?: Partial<TMutationPayload["response"]> | null; | ||
onCompleted?: (response: TMutationPayload["response"]) => void; | ||
/** | ||
@@ -104,0 +105,0 @@ * This version yields the ApolloCache instance, instead of the RelayStore, |
@@ -213,2 +213,3 @@ "use strict"; | ||
optimisticResponse: options.optimisticResponse, | ||
onCompleted: options.onCompleted, | ||
update: options.updater | ||
@@ -215,0 +216,0 @@ }); |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.1.5", | ||
"version": "1.2.0", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
298912
2802