react-on-rails
Advanced tools
Comparing version 6.3.1 to 6.3.2
@@ -7,8 +7,15 @@ # Change Log | ||
## [Unreleased] | ||
*Please add entries here for your pull requests.* | ||
## [6.3.1] | ||
## [6.3.2] - 2016-12-5 | ||
##### Fixed | ||
- The `react_component` method was raising a `NameError` when `ReactOnRailsHelper` was included in a plain object. [#636](https://github.com/shakacode/react_on_rails/pull/636) by [jtibbertsma](https://github.com/jtibbertsma). | ||
- "Node parse error" for node server rendering. [#641](https://github.com/shakacode/react_on_rails/pull/641) by [alleycat-at-git](https://github.com/alleycat-at-git) and [rocLv](https://github.com/rocLv) | ||
- Better error handling when the react-on-rails node package entry is missing.[#602](https://github.com/shakacode/react_on_rails/pull/602) by [benjiwheeler](https://github.com/benjiwheeler). | ||
## [6.3.1] - 2016-11-30 | ||
##### Changed | ||
- Improved generator post-install help messages. [#631](https://github.com/shakacode/react_on_rails/pull/631) by [justin808](https://github.com/justin808). | ||
## [6.3.0] | ||
## [6.3.0] - 2016-11-30 | ||
##### Changed | ||
@@ -401,3 +408,4 @@ - Modified register API to allow registration of renderers, allowing a user to manually render their app to the DOM. This allows for code splitting and deferred loading. [#581](https://github.com/shakacode/react_on_rails/pull/581) by [jtibbertsma](https://github.com/jtibbertsma). | ||
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/6.3.1...master | ||
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/6.3.2...master | ||
[6.3.2]: https://github.com/shakacode/react_on_rails/compare/6.3.1...6.3.2 | ||
[6.3.1]: https://github.com/shakacode/react_on_rails/compare/6.3.0...6.3.1 | ||
@@ -404,0 +412,0 @@ [6.3.0]: https://github.com/shakacode/react_on_rails/compare/6.2.1...6.3.0 |
{ | ||
"name": "react-on-rails", | ||
"version": "6.3.1", | ||
"version": "6.3.2", | ||
"description": "react-on-rails JavaScript for react_on_rails Ruby gem", | ||
@@ -5,0 +5,0 @@ "main": "node_package/lib/ReactOnRails.js", |
108007