react-on-rails 12.4.0-rc.0 → 12.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -17,7 +17,9 @@ Changes since last non-beta release.
17
17
 
18
18
  *Please add entries here for your pull requests that are not yet released.*
19
19
 
20
+ ### [12.4.0] - 2021-09-22
20
21
  #### Added
22
+ - ScoutAPM tracing support for server rendering [PR 1379](https://github.com/shakacode/react_on_rails/pull/1379) by [justin808](https://github.com/justin808).
21
23
 
22
24
  - Ability to stop React on Rails from modifying or creating the `assets:precompile` task. [PR 1371](https://github.com/shakacode/react_on_rails/pull/1371) by [justin808](https://github.com/justin808). Thanks to [elstgav](https://github.com/elstgav) for [the suggestion](https://github.com/shakacode/react_on_rails/issues/1368)!
23
25
 
@@ -25,7 +27,6 @@ Changes since last non-beta release.
25
27
 
26
28
  ### [12.3.0] - 2021-07-26
27
29
  #### Added
28
-
29
30
  - Ability to use with Turbo (@hotwired/turbo), as Turbolinks gets obsolete. [PR 1374](https://github.com/shakacode/react_on_rails/pull/1374) by [pgruener](https://github.com/pgruener) and [PR 1377](https://github.com/shakacode/react_on_rails/pull/1377) by [mdesantis](https://github.com/mdesantis).
30
31
 
31
32
  To configure turbo the following option can be set:
package/README.md CHANGED
@@ -20,7 +20,7 @@ This project is maintained by the software consulting firm [ShakaCode](https://w
20
20
 
21
21
  Interested in optimizing your webpack setup for React on Rails including code
22
22
  splitting with [react-router](https://github.com/ReactTraining/react-router#readme) and
23
- and [loadable-components](https://loadable-components.com/) with server-side rendering for SEO and hot-reloading for developers?
23
+ [loadable-components](https://loadable-components.com/) with server-side rendering for SEO and hot-reloading for developers?
24
24
  We did this for Popmenu, [lowering Heroku costs 20-25% while getting a 73% decrease in average response times](https://www.shakacode.com/recent-work/popmenu/). Check out [React on Rails Pro](https://www.shakacode.com/react-on-rails-pro/).
25
25
 
26
26
  Feel free to contact Justin Gordon, [justin@shakacode.com](mailto:justin@shakacode.com), maintainer of React on Rails, for more information.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-on-rails",
3
- "version": "12.4.0-rc.0",
3
+ "version": "12.4.0",
4
4
  "description": "react-on-rails JavaScript for react_on_rails Ruby gem",
5
5
  "main": "node_package/lib/ReactOnRails.js",
6
6
  "directories": {