CHANGELOG.md in react_on_rails-14.0.0 vs CHANGELOG.md in react_on_rails-14.0.2

- old
+ new

@@ -2,36 +2,45 @@ All notable changes to this project's source code will be documented in this file. Items under `Unreleased` is upcoming features that will be out in the next version. Migration instructions for the major updates can be found [here](https://www.shakacode.com/react-on-rails/docs/guides/upgrading-react-on-rails#upgrading-to-version-9.md). Some smaller migration information can be found here. ## Want to Save Time Updating? -If you would like help in migrating between React on Rails versions or help with implementing server rendering, please contact [justin@shakacode.com](mailto:justin@shakacode.com) for information about our [React on Rails Pro Support Options](https://www.shakacode.com/react-on-rails-pro). -We specialize in helping companies quickly and efficiently update client-side dependencies, allowing developers to focus on features and bug fixes rather than addressing tech-debt from old dependencies. ShakaCode also maintains Shakapacker, the successor to Webpacker. +If you need help upgrading `react_on_rails`, `webpacker` to `shakapacker`, or JS packages, contact justin@shakacode.com. We can upgrade your project and improve your development and customer experiences, allowing you to focus on building new features or fixing bugs instead. +For an overview of working with us, see our [Client Engagement Model](https://www.shakacode.com/blog/client-engagement-model/) article and [how we bill for time](https://www.shakacode.com/blog/shortcut-jira-trello-github-toggl-time-and-task-tracking/). + +If you think ShakaCode can help your project, [click here](https://meetings.hubspot.com/justingordon/30-minute-consultation) to book a call with [Justin Gordon](mailto:justin@shakacode.com), the creator of React on Rails and Shakapacker. + ## 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. ## Versions ### [Unreleased] Changes since the last non-beta release. +### [14.0.2] - 2024-06-11 + +#### Fixed +- Project initialization with Shakapacker v8+ fixed [PR 1629](https://github.com/shakacode/react_on_rails/pull/1629) by [vaukalak](https://github.com/vaukalak) + +### [14.0.1] - 2024-05-16 + +#### Fixed +- Pack Generation: Added functionality that will add an import statement, if missing, to the server bundle entry point even if the auto-bundle generated files still exist [PR 1610](https://github.com/shakacode/react_on_rails/pull/1610) by [judahmeek](https://github.com/judahmeek). + ### [14.0.0] - 2024-04-03 _Major bump because dropping support for Ruby 2.7 and deprecated `webpackConfigLoader.js`._ #### Removed - Dropped Ruby 2.7 support [PR 1595](https://github.com/shakacode/react_on_rails/pull/1595) by [ahangarha](https://github.com/ahangarha). - Removed deprecated `webpackConfigLoader.js` [PR 1600](https://github.com/shakacode/react_on_rails/pull/1600) by [ahangarha](https://github.com/ahangarha). #### Fixed - Trimmed the Gem to remove package.json which could cause superflous security warnings. [PR 1605](https://github.com/shakacode/react_on_rails/pull/1605) by [justin808](https://github.com/justin808). - Prevent displaying the deprecation message for using `webpacker_precompile?` method and `webpacker:clean` rake task when using Shakapacker v7+ [PR 1592](https://github.com/shakacode/react_on_rails/pull/1592) by [ahangarha](https://github.com/ahangarha). - -### [13.4.1] -#### Fixed - Fixed Typescript types for ServerRenderResult, ReactComponent, RenderFunction, and RailsContext interfaces. [PR 1582](https://github.com/shakacode/react_on_rails/pull/1582) & [PR 1585](https://github.com/shakacode/react_on_rails/pull/1585) by [kotarella1110](https://github.com/kotarella1110) - - Removed a workaround in `JsonOutput#escape` for an no-longer supported Rails version. Additionally, removed `Utils.rails_version_less_than_4_1_1` which was only used in the workaround. [PR 1580](https://github.com/shakacode/react_on_rails/pull/1580) by [wwahammy](https://github.com/wwahammy) #### Added - Exposed TypeScript all types [PR 1586](https://github.com/shakacode/react_on_rails/pull/1586) by [kotarella1110](https://github.com/kotarella1110) @@ -1122,12 +1131,13 @@ - Turbolinks support. ##### Fixed - Fix several generator-related issues. -[Unreleased]: https://github.com/shakacode/react_on_rails/compare/14.0.0...master -[14.0.0]: https://github.com/shakacode/react_on_rails/compare/13.4.1...14.0.0 -[13.4.1]: https://github.com/shakacode/react_on_rails/compare/13.4.0...13.4.1 +[Unreleased]: https://github.com/shakacode/react_on_rails/compare/14.0.2...master +[14.0.2]: https://github.com/shakacode/react_on_rails/compare/14.0.1...14.0.2 +[14.0.1]: https://github.com/shakacode/react_on_rails/compare/14.0.0...14.0.1 +[14.0.0]: https://github.com/shakacode/react_on_rails/compare/13.4.0...14.0.0 [13.4.0]: https://github.com/shakacode/react_on_rails/compare/13.3.5...13.4.0 [13.3.5]: https://github.com/shakacode/react_on_rails/compare/13.3.4...13.3.5 [13.3.4]: https://github.com/shakacode/react_on_rails/compare/13.3.3...13.3.4 [13.3.3]: https://github.com/shakacode/react_on_rails/compare/13.3.2...13.3.3 [13.3.2]: https://github.com/shakacode/react_on_rails/compare/13.3.1...13.3.2