New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-on-rails

Package Overview
Dependencies
Maintainers
1
Versions
209
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
1214
21

6.9.3

Diff
justin808
published 6.9.3 •

Changelog

Source

[6.9.3] - 2017-04-03

Fixed
  • Removed call of to_json on strings when formatting props. #791 by justin808.
justin808
published 6.9.2 •

Changelog

Source

[6.9.2] - 2017-04-02

Changed
  • Update version_checker.rb to logger.error rather than logger.warn for gem/npm version mismatch. #788 by justin808.
Fixed
  • Remove pretty formatting of JSON in development. #789 by justin808
  • Clear hydrated stores with each server rendered block. #785 by udovenko
justin808
published 6.9.1 •

Changelog

Source

[6.9.1] - 2017-03-30

Fixed
  • Fixes Crash in Development for String Props. #784 by justin808.
justin808
published 6.9.0 •

Changelog

Source

[6.9.0] - 2017-03-29

Fixed
  • Fixed error in the release script. #767 by isolo.
Changed
  • Use <script type="application/json"> for props and store instead of hidden div. [#775] (https://github.com/shakacode/react_on_rails/pull/775) by cheremukhin23.
Added
  • Add option to specify i18n_yml_dir in order to include only subset of locale files when generating translations.js & default.js for react-intl. #777 by danijel.
justin808
published 6.8.2 •

Changelog

Source

[6.8.2] - 2017-03-24

Fixed
  • Change webpack output path to absolute and update webpack to version ^2.3.1. #771 by cheremukhin23.
justin808
published 6.8.1 •

Changelog

Source

[6.8.1] - 2017-03-21

Fixed
  • Fixed error "The node you're attempting to unmount was rendered by another copy of React." #706 when navigating to cached page using Turbolinks #763 by szyablitsky.
justin808
published 6.8.0 •

Changelog

Source

[6.8.0] - 2017-03-06

Added

  • Converted to Webpack v2 for generators, tests, and all example code. #742 by justin808.
justin808
published 6.7.2 •

Changelog

Source

[6.7.2] - 2017-03-05

Improved
  • Improve i18n Integration with a better error message if the value of the i18n directory is invalid. #748 by justin808.
justin808
published 6.7.1 •

Changelog

Source

[6.7.1] - 2017-02-28

No changes other than a test fix.

justin808
published 6.7.0 •

Changelog

Source

[6.7.0] - 2017-02-28

IMPORTANT
  • If you installed 6.6.0, you will need to comment out the line matching i18n_dir unless you are using this feature. 6.7.1 will give you an error like:
Errno::ENOENT: No such file or directory @ rb_sysopen - /tmp/build_1444a5bb9dd16ddb2561c7aff40f0fc7/my-app-816d31e9896edd90cecf1402acd002c724269333/client/app/libs/i18n/translations.js

Commenting out this line addresses the issue:

config.i18n_dir = Rails.root.join("client", "app", "libs", "i18n")
Added
  • Allow using rake task to generate javascript locale files. The test helper automatically creates the localization files when needed. #717 by JasonYCHuang.
Fixed