diff --git a/Changelog.md b/Changelog.md index ff7619becd..5966012fef 100644 --- a/Changelog.md +++ b/Changelog.md @@ -15,6 +15,9 @@ Expect active development and potentially significant breaking changes in the `0 - Bug: fix issue with no longer passing errors to components w/ `apollo-client@0.5.23` - [Issue #378](https://github.com/apollostack/react-apollo/issues/378) +- Add `react-dom` to `peerDependencies` because since React 15.4 it is no longer "secretly" included. + _(ref: https://github.com/facebook/react/releases/tag/v15.4.0)_ + ### v0.7.1 #### Breaking diff --git a/package.json b/package.json index 0877d0d889..532c0b2627 100644 --- a/package.json +++ b/package.json @@ -66,6 +66,7 @@ "peerDependencies": { "apollo-client": "^0.4.21 || ^0.5.1 || ^0.6.0", "react": "0.14.x || 15.* || ^15.0.0", + "react-dom": "0.14.x || 15.* || ^15.0.0", "redux": "^2.0.0 || ^3.0.0" }, "devDependencies": {