CHANGELOG.md in react_on_rails-11.2.1 vs CHANGELOG.md in react_on_rails-11.2.2
- old
+ new
@@ -14,12 +14,19 @@
## [Unreleased]
Changes since last non-beta release.
*Please add entries here for your pull requests that are not yet released.*
-### [11.2.0] - 2018-10-25
+### [11.2.2] - 2018-12-24
#### Improved
+- rails_context can more easily be called from controller methods. The mandatory param of server_side has been made optional.
+
+### [11.2.1] - 2018-12-06
+## MIGRATION for v11.2
+- If using **React on Rails Pro**, upgrade react_on_rails_pro to a version >= 1.3.
+
+#### Improved
- To support React v16, updated API for manually calling `ReactOnRails.render(name, props, domNodeId, hydrate)`. Added 3rd @param hydrate Pass truthy to update server rendered html. Default is falsey Any truthy values calls hydrate rather than render. (https://github.com/shakacode/react_on_rails/pull/1159) by [justin808](https://github.com/justin808) and [coopersamuel](https://github.com/coopersamuel).
- Enabled the use of webpack-dev-server with Server-side rendering. (https://github.com/shakacode/react_on_rails/pull/1173) by [justin808](https://github.com/justin808) and [judahmeek](https://github.com/judahmeek).
#### Changed
@@ -28,11 +35,14 @@
config.raise_on_prerender_error = Rails.env.development?
```
Thus, developers will need to fix server rendering errors before continuing.
[PR 1145](https://github.com/shakacode/react_on_rails/pull/1145) by [justin808](https://github.com/justin808).
-
+
+### 11.2.0 - 2018-12-06
+Do not use. Unpublished. Caused by an issue with the release script.
+
### [11.1.8] - 2018-10-14
#### Improved
- Improved tutorial and support for HMR when using `rails/webpacker` for Webpack configuration. [PR 1156](https://github.com/shakacode/react_on_rails/pull/1156) by [justin808](https://github.com/justin808).
@@ -852,11 +862,12 @@
- Turbolinks support.
##### Fixed
- Fix several generator related issues.
-[Unreleased]: https://github.com/shakacode/react_on_rails/compare/11.2.0...master
-[11.2.0]: https://github.com/shakacode/react_on_rails/compare/11.1.8...11.2.0
+[Unreleased]: https://github.com/shakacode/react_on_rails/compare/11.2.2...master
+[11.2.2]: https://github.com/shakacode/react_on_rails/compare/11.2.1...11.2.2
+[11.2.1]: https://github.com/shakacode/react_on_rails/compare/11.1.8...11.2.1
[11.1.8]: https://github.com/shakacode/react_on_rails/compare/11.1.7...11.1.8
[11.1.7]: https://github.com/shakacode/react_on_rails/compare/11.1.6...11.1.7
[11.1.6]: https://github.com/shakacode/react_on_rails/compare/11.1.5...11.1.6
[11.1.5]: https://github.com/shakacode/react_on_rails/compare/11.1.4...11.1.5
[11.1.4]: https://github.com/shakacode/react_on_rails/compare/11.1.3...11.1.4