Skip to content

Commit 3d206bf

Browse files
kassensfacebook-github-bot-7
authored andcommitted
react-relay@v0.5.0
Summary: Closes #584 Reviewed By: josephsavona Differential Revision: D2643244 fb-gh-sync-id: 5db640a3e2903639c845e0dfb8636d96b1c41e49
1 parent 14eac31 commit 3d206bf

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
## master
22

3-
* Bump the `babel-relay-plugin` version to vX.Y.Z.
3+
## 0.5.0 (November 11, 2015)
4+
5+
* Bump the `babel-relay-plugin` version to v0.4.1.
46
* Added validation of arguments for connections with `edges` or `pageInfo`.
57
* Connections without arguments in fat queries can add the new fragment
68
directive `@relay(pattern: true)`.
79
* Fixed validation of fields within inline fragments in connections.
10+
* Print queries using a plain-object representation (instead of `GraphQL`
11+
objects).
812
* `RelayQueryField#getStorageKey` will now produce the same key regardless of
913
the order of a field's arguments.
1014
* Range behavior keys in mutation configs are now guaranteed to be sorted.
1115
* Added the `Relay.createQuery()` function which returns a
1216
`RelayQuery.Root` (that can be used with `Relay.Store` methods).
1317
* Optimistic response keys now use GraphQL OSS syntax. (Usage of old, call-like
1418
syntax is now deprecated and will warn.)
19+
* Fix a bug where optimistic queries could cause the error "Could not find a
20+
type name for record ...".
1521

1622
## 0.4.0 (October 13, 2015)
1723

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-relay",
33
"description": "A framework for building data-driven React applications.",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"keywords": [
66
"graphql",
77
"react",
@@ -33,7 +33,7 @@
3333
"react-static-container": "^1.0.0-alpha.1"
3434
},
3535
"peerDependencies": {
36-
"babel-relay-plugin": "^0.3.0",
36+
"babel-relay-plugin": "^0.4.1",
3737
"react": "^0.14.0",
3838
"react-dom": "^0.14.0"
3939
},

website/core/SiteData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
*/
1111

1212
module.exports = {
13-
version: '0.4.0'
13+
version: '0.5.0'
1414
};

0 commit comments

Comments
 (0)