react-on-rails
Advanced tools
Comparing version 6.9.0 to 6.9.1
@@ -8,11 +8,16 @@ # Change Log | ||
## [6.9.1] - 2017-03-30 | ||
### Fixed | ||
- Fixes Crash in Development for String Props. [#784](https://github.com/shakacode/react_on_rails/issues/784) by [justin808](https://github.com/justin808). | ||
## [6.9.0] - 2017-03-29 | ||
## Fixed | ||
### Fixed | ||
- Fixed error in the release script. [#767](https://github.com/shakacode/react_on_rails/issues/767) by [isolo](https://github.com/isolo). | ||
## Changed | ||
### 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](https://github.com/cheremukhin23). | ||
## Added | ||
### 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. | ||
@@ -22,3 +27,3 @@ [#777](https://github.com/shakacode/react_on_rails/pull/777) by [danijel](https://github.com/danijel). | ||
## [6.8.2] - 2017-03-24 | ||
## Fixed | ||
### Fixed | ||
- Change webpack output path to absolute and update webpack to version ^2.3.1. [#771](https://github.com/shakacode/react_on_rails/pull/771) by [cheremukhin23](https://github.com/cheremukhin23). | ||
@@ -509,3 +514,4 @@ | ||
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/6.9.0...master | ||
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/6.9.1...master | ||
[6.9.1]: https://github.com/shakacode/react_on_rails/compare/6.8.2...6.9.1 | ||
[6.9.0]: https://github.com/shakacode/react_on_rails/compare/6.8.2...6.9.0 | ||
@@ -512,0 +518,0 @@ [6.8.2]: https://github.com/shakacode/react_on_rails/compare/6.8.1...6.8.2 |
{ | ||
"name": "react-on-rails", | ||
"version": "6.9.0", | ||
"version": "6.9.1", | ||
"description": "react-on-rails JavaScript for react_on_rails Ruby gem", | ||
@@ -5,0 +5,0 @@ "main": "node_package/lib/ReactOnRails.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
121347