CHANGELOG.md in react_on_rails-11.0.7 vs CHANGELOG.md in react_on_rails-11.0.8

- old
+ new

@@ -7,17 +7,32 @@ ## [Unreleased] Changes since last non-beta release. *Please add entries here for your pull requests that are not yet released.* +### [11.0.9] - 2018-05-22 +#### Fixed +- HashWithIndifferent access for props threw if used for props. [PR 1100](https://github.com/shakacode/react_on_rails/pull/1100) by [justin808](https://github.com/justin808). +- Test helper for detecting stale bundles did not properly handle the case of a server-bundle.js without a hash.[PR 1102](https://github.com/shakacode/react_on_rails/pull/1102) by [justin808](https://github.com/justin808). +### [11.0.8] - 2018-05-22 +#### Fixed +- Fix test helper determination of stale assets. [PR 1093](https://github.com/shakacode/react_on_rails/pull/1093) by [justin808](https://github.com/justin808). + #### Changed +- Document how to manually rehydrate XHR-substituted components on client side. [PR 1095](https://github.com/shakacode/react_on_rails/pull/1095) by [hchevalier](https://github.com/hchevalier). +### [11.0.7] - 2018-05-11 +#### Fixed +- Fix npm publshing. [PR 1090](https://github.com/shakacode/react_on_rails/pull/1090) by [justin808](https://github.com/justin808). + ### [11.0.6] - 2018-05-11 +#### Changed - Even more detailed errors for Honeybadger and Sentry when there's a JSON parse error on server rendering. [PR 1086](https://github.com/shakacode/react_on_rails/pull/1086) by [justin808](https://github.com/justin808). ### [11.0.5] - 2018-05-11 +#### Changed - More detailed errors for Honeybadger and Sentry. [PR 1081](https://github.com/shakacode/react_on_rails/pull/1081) by [justin808](https://github.com/justin808). ### [11.0.4] - 2018-05-3 #### Changed @@ -759,10 +774,13 @@ - Turbolinks support. ##### Fixed - Fix several generator related issues. -[Unreleased]: https://github.com/shakacode/react_on_rails/compare/11.0.6...master +[Unreleased]: https://github.com/shakacode/react_on_rails/compare/11.0.9...master +[11.0.8]: https://github.com/shakacode/react_on_rails/compare/11.0.8...11.0.9 +[11.0.8]: https://github.com/shakacode/react_on_rails/compare/11.0.7...11.0.8 +[11.0.7]: https://github.com/shakacode/react_on_rails/compare/11.0.6...11.0.7 [11.0.6]: https://github.com/shakacode/react_on_rails/compare/11.0.5...11.0.6 [11.0.5]: https://github.com/shakacode/react_on_rails/compare/11.0.4...11.0.5 [11.0.4]: https://github.com/shakacode/react_on_rails/compare/11.0.3...11.0.4 [11.0.3]: https://github.com/shakacode/react_on_rails/compare/11.0.2...11.0.3 [11.0.2]: https://github.com/shakacode/react_on_rails/compare/11.0.1...11.0.2