CHANGELOG.md in react_on_rails-6.9.0 vs CHANGELOG.md in react_on_rails-6.9.1

- old
+ new

@@ -3,24 +3,29 @@ Contributors: please follow the recommendations outlined at [keepachangelog.com](http://keepachangelog.com/). Please use the existing headings and styling as a guide, and add a link for the version diff at the bottom of the file. Also, please update the `Unreleased` link to compare to the latest release version. ## [Unreleased] +## [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. [#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). ## [6.8.1] - 2017-03-21 ### Fixed - Fixed error "The node you're attempting to unmount was rendered by another copy of React." [#706](https://github.com/shakacode/react_on_rails/issues/706) when navigating to cached page using Turbolinks [#763](https://github.com/shakacode/react_on_rails/pull/763) by [szyablitsky](https://github.com/szyablitsky). @@ -502,10 +507,11 @@ - Turbolinks support. ##### Fixed - Fix several generator related issues. -[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 [6.8.2]: https://github.com/shakacode/react_on_rails/compare/6.8.1...6.8.2 [6.8.1]: https://github.com/shakacode/react_on_rails/compare/6.8.0...6.8.1 [6.8.0]: https://github.com/shakacode/react_on_rails/compare/6.7.2...6.8.0 [6.7.2]: https://github.com/shakacode/react_on_rails/compare/6.7.1...6.7.2