CHANGELOG.md in react_on_rails-10.0.2 vs CHANGELOG.md in react_on_rails-10.1.0

- old
+ new

@@ -6,10 +6,19 @@ ## [Unreleased] Changes since last non-beta release. *Please add entries here for your pull requests that are not yet released.* +### [10.1.0] - 2018-01-23 +#### 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 by [justin808](https://github.com/justin808). + +#### Fixed +- Use redux component in generated redux Hello World example: [PR 1006](https://github.com/shakacode/react_on_rails/pull/1006) by [lewaabahmad](https://github.com/lewaabahmad). +- Fixed `Utils.bundle_js_file_path` generating the incorrect path for `manifest.json` in webpacker projects: [Issue #1011](https://github.com/shakacode/react_on_rails/issues/1011) by [elstgav](https://github.com/elstgav) + ### [10.0.2] - 2017-11-10 #### Fixed - Remove unnecessary dependencies from released NPM package: [PR 968](https://github.com/shakacode/react_on_rails/pull/968) by [tricknotes](https://github.com/tricknotes). ### [10.0.1] - 2017-10-28 @@ -44,11 +53,11 @@ ### [9.0.0] - 2017-09-06 Updated React on Rails to depend on [rails/webpacker](https://github.com/rails/webpacker). [PR 908](https://github.com/shakacode/react_on_rails/pull/908) by [justin808](https://github.com/justin808). #### 9.0 from 8.x. Upgrade Instructions -Moved to [our additional reading documentation](https://github.com/shakacode/react_on_rails/blob/master/docs/additional-reading/upgrading-react-on-rails#from-version-8). +Moved to [our documentation](docs/basics/upgrading-react-on-rails.md#upgrading-to-version-9). ### [8.0.7] - 2017-08-16 #### Fixed - Fixes generator bug by keeping blank line at top in case existing .gitignore does not end in a newline. [#916](https://github.com/shakacode/react_on_rails/pull/916) by [justin808](https://github.com/justin808). @@ -668,11 +677,12 @@ - Turbolinks support. ##### Fixed - Fix several generator related issues. -[Unreleased]: https://github.com/shakacode/react_on_rails/compare/10.0.1...master -[10.0.2]: https://github.com/shakacode/react_on_rails/compare/10.0.0...10.0.2 +[Unreleased]: https://github.com/shakacode/react_on_rails/compare/10.1.0...master +[10.1.0]: https://github.com/shakacode/react_on_rails/compare/10.0.2...10.1.0 +[10.0.2]: https://github.com/shakacode/react_on_rails/compare/10.0.1...10.0.2 [10.0.1]: https://github.com/shakacode/react_on_rails/compare/10.0.0...10.0.1 [10.0.0]: https://github.com/shakacode/react_on_rails/compare/9.0.3...10.0.0 [9.0.3]: https://github.com/shakacode/react_on_rails/compare/9.0.2...9.0.3 [9.0.2]: https://github.com/shakacode/react_on_rails/compare/9.0.1...9.0.2 [9.0.1]: https://github.com/shakacode/react_on_rails/compare/9.0.0...9.0.1