All Versions
130
Latest Version
Avg Release Cycle
61 days
Latest Release
171 days ago
Changelog History
Page 9
Changelog History
Page 9
-
v6.7.1 Changes
February 28, 2017โ No changes other than a test fix.
-
v6.7.0 Changes
February 28, 2017IMPORTANT
- 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
- Upgrade Rails to 4.2.8 to fix security vulnerabilities in 4.2.5. #735 by hrishimittal.
- Fix spec failing due to duplicate component. #734 by hrishimittal.
-
v6.6.0 Changes
February 18, 2017 -
v6.5.1 Changes
February 11, 2017 -
v6.5.0 Changes
January 31, 2017โ Added
- Allow generator function to return Object with property
renderedHtml
(already could return Object with propsredirectLocation, error
) rather than a React component or a function that returns a React component. One reason to use a generator function is that sometimes in server rendering, specifically with React Router v4, you need to return the result of calling ReactDOMServer.renderToString(element). #689 by justin808.
๐ Fixed
- Fix incorrect "this" references of Node.js SSR #690 by nostophilia.
- Allow generator function to return Object with property
-
v6.4.2 Changes
January 17, 2017๐ Fixed
- Added OS detection for install generator, system call for Windows and unit-tests for it. #666 by GeorgeGorbanev.
-
v6.4.1 Changes
No changes.
-
v6.4.0 Changes
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 runrvm @global do gem install foreman
to install foreman for all your gemsets.
๐ Fixed
โ Added
- Automatically generate i18n javascript files for
react-intl
when the serve starts up. #642 by JasonYCHuang.
- ๐
Since foreman is no longer a dependency of the React on Rails gem, please run
-
v6.3.4 Changes
December 25, 2016