Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
updated changelog and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
James Baxley committed Sep 6, 2016
1 parent bbb85d8 commit 76a2108
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ Expect active development and potentially significant breaking changes in the `0

### v0.5.0

#### Breaking
```js
// old
renderToStringWithData(component).then(markup) // markup had a script tag

// new

renderToStringWithData(component).then({ markup, initialState }) // markup has not tag, and state is passed
```

- Feature: Removed client as a prop and fixed warnings when not using ApolloProvider [#189](https://github.com/apollostack/react-apollo/pull/189)
- Feature: Added updateQuery to data props

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-apollo",
"version": "0.4.7",
"version": "0.5.0",
"description": "React data container for Apollo Client",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 76a2108

Please sign in to comment.