File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
- # master
1
+ ## 0.10.0 (December 12, 2016)
2
2
3
- * Update
` babel-relay-plugin ` to use
` [email protected] ` , which supports the latest
4
- revision of the GraphQL specification.
3
+ * Update
` babel-relay-plugin ` to use
` [email protected] ` , which supports the latest revision of the GraphQL specification.
5
4
* Fix an issue with custom scalar field arguments not printing correctly.
5
+ * Promoted ` RelayGraphQLMutation ` to public API.
6
+ * Added ` rollback ` method to ` RelayGraphQLMutation ` .
7
+ * Added initial preparatory changes for moving to the new Relay API methods in a future release (eg. ` BabelPluginGraphQL ` ).
8
+ * Avoid unnecessary un-ready updates.
9
+ * Add ` graphiqlPrinter ` argument to the ` RelayNetworkDebug ` constructor that can be used to print a link to view the request in GraphiQL.
10
+ * Fix problem using "node" as a key in a mutation response payload.
6
11
7
12
## 0.9.3 (September 1, 2016)
8
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-relay" ,
3
3
"description" : " A framework for building data-driven React applications." ,
4
- "version" : " 0.9.3 " ,
4
+ "version" : " 0.10.0 " ,
5
5
"keywords" : [
6
6
" graphql" ,
7
7
" react" ,
34
34
"react-static-container" : " ^1.0.1"
35
35
},
36
36
"peerDependencies" : {
37
- "babel-relay-plugin" : " 0.9.3 " ,
37
+ "babel-relay-plugin" : " 0.10.0 " ,
38
38
"react" : " ^15.0.0 || ^0.14.0"
39
39
},
40
40
"devDependencies" : {
Original file line number Diff line number Diff line change 12
12
'use strict' ;
13
13
14
14
module . exports = {
15
- version : '0.9.3 ' ,
15
+ version : '0.10.0 ' ,
16
16
} ;
You can’t perform that action at this time.
0 commit comments