CHANGELOG.md in react_on_rails-13.4.0 vs CHANGELOG.md in react_on_rails-14.0.0
- old
+ new
@@ -13,11 +13,31 @@
## Versions
### [Unreleased]
Changes since the last non-beta release.
-*Please add entries here for your pull requests that are not yet released.*
+### [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)
+
### [13.4.0] - 2023-07-30
#### Fixed
- Fixed Pack Generation logic during `assets:precompile` if `auto_load_bundle` is `false` & `components_subdirectory` is not set. [PR 1567](https://github.com/shakacode/react_on_rails/pull/1545) by [blackjack26](https://github.com/blackjack26) & [judahmeek](https://github.com/judahmeek).
#### Improved
@@ -1102,10 +1122,12 @@
- Turbolinks support.
##### Fixed
- Fix several generator-related issues.
-[Unreleased]: https://github.com/shakacode/react_on_rails/compare/13.4.0...master
+[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
[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