Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-on-rails

Package Overview
Dependencies
Maintainers
1
Versions
207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-on-rails - npm Package Versions

23
21

14.1.1

Diff

Changelog

Source

[14.1.1] - 2025-01-15

Fixed
  • Separated streamServerRenderedReactComponent from the ReactOnRails object in order to stop users from getting errors during webpack compilation about needing the stream-browserify package. PR 1680 by judahmeek.
  • Removed obsolete js-yaml peer dependency. PR 1678 by alexeyr-ci.
shakacode-justin
published 14.1.0 •

Changelog

Source

[14.1.0] - 2025-01-06

Fixed
  • Incorrect type and confusing name for ReactOnRails.registerStore, use registerStoreGenerators instead. PR 1651 by alexeyr-ci.
  • Changed the ReactOnRails' version checker to use ReactOnRails.configuration.node_modules_location to determine the location of the package.json that the react-on-rails dependency is expected to be set by.
  • Also, all errors that would be raised by the version checking have been converted to Rails.Logger warnings to avoid any breaking changes. PR 1657 by judahmeek.
  • Enable use as a git: dependency. PR 1664 by alexeyr-ci.
Added
  • Added streaming server rendering support:
    • PR #1633 by AbanoubGhadban.
      • New stream_react_component helper for adding streamed components to views
      • New streamServerRenderedReactComponent function in the react-on-rails package that uses React 18's renderToPipeableStream API
      • Enables progressive page loading and improved performance for server-rendered React components
    • Added support for replaying console logs that occur during server rendering of streamed React components. This enables debugging of server-side rendering issues by capturing and displaying console output on the client and on the server output. PR #1647 by AbanoubGhadban.
    • Added support for handling errors happening during server rendering of streamed React components. It handles errors that happen during the initial render and errors that happen inside suspense boundaries. PR #1648 by AbanoubGhadban.
    • Added support for passing options to YAML.safe_load when loading locale files with config.i18n_yml_safe_load_options. PR #1668 by dzirtusss.
Changed
  • Console replay script generation now awaits the render request promise before generating, allowing it to capture console logs from asynchronous operations. This requires using a version of the Node renderer that supports replaying async console logs. PR #1649 by AbanoubGhadban.
shakacode-justin
published 14.1.0-rc.0 •

shakacode-justin
published 15.0.0-alpha.1 •

shakacode-justin
published 15.0.0-alpha.0 •

shakacode-justin
published 14.0.5 •

Changelog

Source

[14.0.5] - 2024-08-20

Fixed
shakacode-justin
published 14.0.4 •

Changelog

Source

[14.0.4] - 2024-07-02

Improved
  • Improved dependency management by integrating package_json. PR 1639 by vaukalak.
Changed
  • Update outdated GitHub Actions to use Node.js 20.0 versions instead PR 1623 by adriangohjw.
shakacode-justin
published 14.0.3 •

Changelog

Source

[14.0.3] - 2024-06-28

Fixed
shakacode-justin
published 14.0.2 •

Changelog

Source

[14.0.2] - 2024-06-11

Fixed
shakacode-justin
published 14.0.1 •

Changelog

Source

[14.0.1] - 2024-05-16

Fixed
  • Pack Generation: Added functionality that will add an import statement, if missing, to the server bundle entry point even if the auto-bundle generated files still exist PR 1610 by judahmeek.
23
21
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc