All Versions
130
Latest Version
Avg Release Cycle
61 days
Latest Release
170 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v11.0.2 Changes
April 24, 2018 -
v11.0.1 Changes
April 23, 2018 -
v11.0.0
April 21, 2018 -
v10.1.4 Changes
April 11, 2018🛠Fixed
Changed i18n parsing to convert ruby i18n argument syntax into FormatJS argument syntax. PR 1046 by sepehr500.
Fixed an issue where the spec compiler check would fail if the project path contained spaces. PR 1045 by andrewmarkle.
Updated the default
build_production_command
that caused production assets to be built with development settings. PR 1053 by Roman Kushnir.
-
v10.1.3 Changes
February 28, 2018 -
v10.1.2 Changes
February 27, 2018 -
v10.1.1 Changes
January 26, 2018 -
v10.1.0 Changes
January 23, 2018âž• Added
- Added 2 cache helpers: ReactOnRails::Utils.bundle_file_name(bundle_name) and ReactOnRails::Utils.server_bundle_file_name for easy access to the hashed filenames for use in cache keys. PR 1018 by justin808.
🛠Fixed
- Use redux component in generated redux Hello World example: PR 1006 by lewaabahmad.
- Fixed
Utils.bundle_js_file_path
generating the incorrect path formanifest.json
in webpacker projects: Issue #1011 by elstgav
-
v10.0.2 Changes
November 10, 2017🛠Fixed
- Remove unnecessary dependencies from released NPM package: PR 968 by tricknotes.
-
v10.0.1 Changes
October 28, 2017🛠Fixed
- Fixed
react_component_hash
functionality in cases of prerendering errors: PR 960 by Judahmeek. - Fix to add missing dependency to run generator spec individually: PR 962 by tricknotes.
- Fixes check for i18n_dir in LocalesToJs returning false when i18n_dir was set. PR 899 by hakongit.
- Fixed mistake in rubocop comments that led to errors when handling exceptions in ReactOnRails::ServerRendering::Exec PR 963 by railsme.
- Fixed and improved I18n directories checks: PR 967 by railsme
- Fixed