Skip to content

Commit dd711b6

Browse files
committed
v0.4.0
1 parent c4bcdac commit dd711b6

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.size-snapshot.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"dist/index.js": {
3-
"bundled": 29766,
4-
"minified": 15137,
5-
"gzipped": 4344
3+
"bundled": 31436,
4+
"minified": 15930,
5+
"gzipped": 4571
66
},
77
"dist/index.es.js": {
8-
"bundled": 29246,
9-
"minified": 14673,
10-
"gzipped": 4248,
8+
"bundled": 30916,
9+
"minified": 15466,
10+
"gzipped": 4473,
1111
"treeshaked": {
1212
"rollup": {
13-
"code": 3252,
13+
"code": 3292,
1414
"import_statements": 21
1515
},
1616
"webpack": {
17-
"code": 9352
17+
"code": 9392
1818
}
1919
}
2020
}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.3.28
3+
## 0.4.0
44

55
- Added the `useMutation.throwOnError` and corresponding `queryConfig.throwOnError` option to configure whether the `mutate` function rethrows errors encountered in the mutation function
66
- Added the `useMutation.useErrorBoundary` and corresponding `queryConfig.useErrorBoundary` option to configure whether mutation errors should be thrown during the render function and propagated to the nearest error boundary. This option will default to the same value as `queryConfig.suspense` if not defined otherwise

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-query",
3-
"version": "0.3.27",
3+
"version": "0.4.0",
44
"description": "Hooks for managing, caching and syncing asynchronous and remote data in React",
55
"author": "tannerlinsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)