Skip to content

Commit bb9497e

Browse files
justin808claude
andcommitted
Remove duplicate and irrelevant changelog entries
- Remove duplicate "Use as Git dependency" entry from Fixed section (already in Added) - Remove "Component Loading Strategy Revert" entry (not relevant for this release) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent c1534b9 commit bb9497e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Changes since the last non-beta release.
3737

3838
- **Improved RSC Payload Error Handling**: Errors that happen during generation of RSC payload are transferred properly to rails side and logs the error message and stack. [PR #1888](https://github.com/shakacode/react_on_rails/pull/1888) by [AbanoubGhadban](https://github.com/AbanoubGhadban).
3939

40+
- **Use as Git dependency**: All packages can now be installed as Git dependencies. This is useful for development and testing purposes. See [CONTRIBUTING.md](./CONTRIBUTING.md#git-dependencies) for documentation. [PR #1873](https://github.com/shakacode/react_on_rails/pull/1873) by [alexeyr-ci2](https://github.com/alexeyr-ci2).
41+
4042
#### Changed
4143

4244
- **Shakapacker 9.0.0 Upgrade**: Upgraded Shakapacker from 8.2.0 to 9.0.0 with Babel transpiler configuration for compatibility. Key changes include:
@@ -59,10 +61,6 @@ Changes since the last non-beta release.
5961

6062
- **Node Renderer Worker Restart**: Fixed "descriptor closed" error that occurred when the node renderer restarts while handling an in-progress request (especially streaming requests). Workers now perform graceful shutdowns: they disconnect from the cluster to stop receiving new requests, wait for active requests to complete, then shut down cleanly. A configurable `gracefulWorkerRestartTimeout` ensures workers are forcibly killed if they don't shut down in time. [PR 1970](https://github.com/shakacode/react_on_rails/pull/1970) by [AbanoubGhadban](https://github.com/AbanoubGhadban).
6163

62-
- **Component Loading Strategy Revert**: Reverted the default component loading strategy change from PR 1972 that had set it to `:defer`. This revert restored the original behavior (`:sync` or `:async` when available). Note: This was subsequently superseded by PR 1993, which implemented a better solution with license-based defaults (`:async` for Pro, `:defer` for non-Pro). [PR 1981](https://github.com/shakacode/react_on_rails/pull/1981) by [justin808](https://github.com/justin808).
63-
64-
- **Use as Git dependency**: All packages can now be installed as Git dependencies. This is useful for development and testing purposes. See [CONTRIBUTING.md](./CONTRIBUTING.md#git-dependencies) for documentation. [PR #1873](https://github.com/shakacode/react_on_rails/pull/1873) by [alexeyr-ci2](https://github.com/alexeyr-ci2).
65-
6664
#### Breaking Changes
6765

6866
- **`config.immediate_hydration` configuration removed**: The `config.immediate_hydration` setting in `config/initializers/react_on_rails.rb` has been removed. Immediate hydration is now automatically enabled for React on Rails Pro users and automatically disabled for non-Pro users.
@@ -1823,7 +1821,8 @@ such as:
18231821

18241822
- Fix several generator-related issues.
18251823

1826-
[unreleased]: https://github.com/shakacode/react_on_rails/compare/16.1.1...master
1824+
[unreleased]: https://github.com/shakacode/react_on_rails/compare/16.2.0.beta.4...master
1825+
[16.2.0.beta.4]: https://github.com/shakacode/react_on_rails/compare/16.1.1...16.2.0.beta.4
18271826
[16.1.1]: https://github.com/shakacode/react_on_rails/compare/16.1.0...16.1.1
18281827
[16.1.0]: https://github.com/shakacode/react_on_rails/compare/16.0.0...16.1.0
18291828
[16.0.0]: https://github.com/shakacode/react_on_rails/compare/14.2.0...16.0.0

0 commit comments

Comments
 (0)