CHANGELOG.md in react_on_rails-8.0.3 vs CHANGELOG.md in react_on_rails-8.0.4
- old
+ new
@@ -6,10 +6,17 @@
## [Unreleased]
Changes since last non-beta release.
*Please add entries here for your pull requests.*
+## [8.0.4]
+### Fixed
+ - Corrects `devBuild` value for webpack production build from webpackConfigLoader. [#877](https://github.com/shakacode/react_on_rails/pull/877) by [chenqingspring](https://github.com/chenqingspring).
+ - Remove contentBase deprecation warning message. [#878](https://github.com/shakacode/react_on_rails/pull/878) by [ened ](https://github.com/ened).
+ - Removes invalid reference to _railsContext in the generated files. [#886](https://github.com/shakacode/react_on_rails/pull/8876) by [justin808](https://github.com/justin808)
+ - All tests run against Rails 5.1.2
+
## [8.0.3]
### Fixed
- Ruby 2.1 issue due to `<<~` as reported in [issue #870](https://github.com/shakacode/react_on_rails/issues/870). [#867](https://github.com/shakacode/react_on_rails/pull/867) by [justin808](https://github.com/justin808)
## [8.0.2]
@@ -609,10 +616,11 @@
- Turbolinks support.
##### Fixed
- Fix several generator related issues.
-[Unreleased]: https://github.com/shakacode/react_on_rails/compare/8.0.3...master
+[Unreleased]: https://github.com/shakacode/react_on_rails/compare/8.0.4...master
+[8.0.4]: https://github.com/shakacode/react_on_rails/compare/8.0.3...8.0.4
[8.0.3]: https://github.com/shakacode/react_on_rails/compare/8.0.2...8.0.3
[8.0.2]: https://github.com/shakacode/react_on_rails/compare/8.0.1...8.0.2
[8.0.1]: https://github.com/shakacode/react_on_rails/compare/8.0.0...8.0.1
[8.0.0]: https://github.com/shakacode/react_on_rails/compare/7.0.4...8.0.0
[8.0.0-beta.3]: https://github.com/shakacode/react_on_rails/compare/8.0.0-beta.2...8.0.0-beta.3