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
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-on-rails - npm Package Versions

1
21

6.5.0-beta.1

Diff

justin808
published 6.4.1 •

Changelog

Source

[6.4.1] - 2017-1-17

No changes.

justin808
published 6.4.0 •

Changelog

Source

[6.4.0] - 2017-1-12

Possible Breaking Change
  • Since foreman is no longer a dependency of the React on Rails gem, please run gem install foreman. If you are using rvm, you may wish to run rvm @global do gem install foreman to install foreman for all your gemsets.
Fixed
  • Removed foreman as a dependency. #678 by x2es.
Added
  • Automatically generate i18n javascript files for react-intl when the serve starts up. #642 by JasonYCHuang.
justin808
published 6.3.5 •

Changelog

Source

[6.3.5] - 2017-1-6

Fixed
  • The redux generator now creates a HelloWorld component that uses redux rather than local state. #669 by justin808.
justin808
published 6.3.4 •

Changelog

Source

[6.3.4] - 2016-12-25

Fixed
  • Disable Turbolinks support when not supported. #650 by ka2n.
justin808
published 6.3.3 •

Changelog

Source

[6.3.3] - 2016-12-25

Fixed
  • By using the hook on turbolinks:before-visit to unmount the components, we can ensure that components are unmounted even when Turbolinks cache is disabled. Previously, we used turbolinks:before-cache event hook. #644 by volkanunsal.
  • Added support for Ruby 2.0 #651 by bbonamin.
justin808
published 6.3.2 •

Changelog

Source

[6.3.2] - 2016-12-5

Fixed
  • The react_component method was raising a NameError when ReactOnRailsHelper was included in a plain object. #636 by jtibbertsma.
  • "Node parse error" for node server rendering. #641 by alleycat-at-git and rocLv
  • Better error handling when the react-on-rails node package entry is missing.#602 by benjiwheeler.
justin808
published 6.3.1 •

Changelog

Source

[6.3.1] - 2016-11-30

Changed
  • Improved generator post-install help messages. #631 by justin808.
justin808
published 6.3.0 •

Changelog

Source

[6.3.0] - 2016-11-30

Changed
  • 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 by jtibbertsma.

  • Updated Basic Generator & Linters. Examples are simpler. #624 by Judahmeek.

  • Slight improvement to the 'no hydrated stores' error. #605 by cookiefission.

  • Don't assume ActionMailer is available. #608 by tuzz.

justin808
published 6.2.1 •

Changelog

Source

[6.2.1] - 2016-11-19

  • Removed unnecessary passing of context in the HelloWorld Container example and basic generator. #612 by justin808

  • Turbolinks 5 bugfix to use before-cache, not before-render. #611 by volkanunsal.

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