Skip to content

Commit fb653d9

Browse files
justin808claude
andcommitted
Update CHANGELOG.md with recent changes
Add entries for changes since version 16.1.0 release: - Bug fix for React Server Components manifest file resolution (#1818) - Documentation for monorepo merger plan (#1817) - Improved server bundle security test coverage (#1815) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 199071c commit fb653d9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ After a release, please make sure to run `bundle exec rake update_changelog`. Th
2323

2424
Changes since the last non-beta release.
2525

26+
#### Bug Fixes
27+
28+
- **React Server Components**: Fixed bug in resolving `react-server-client-manifest.json` file path. The manifest file path is now correctly resolved using `bundle_js_file_path` for improved configuration flexibility and consistency in bundle management. [PR 1818](https://github.com/shakacode/react_on_rails/pull/1818) by [AbanoubGhadban](https://github.com/AbanoubGhadban)
29+
30+
#### Documentation
31+
32+
- **Monorepo merger plan**: Added comprehensive documentation for merging React on Rails repositories into a monorepo structure. This plan outlines the strategy for consolidating the main gem, Pro features, and tutorial repositories while preserving history and maintaining development workflows. [PR 1817](https://github.com/shakacode/react_on_rails/pull/1817) by [AbanoubGhadban](https://github.com/AbanoubGhadban)
33+
34+
#### Code Improvements
35+
36+
- **Test coverage**: Significantly improved server bundle security test coverage with comprehensive tests for `enforce_private_server_bundles` configuration. Added parametrized tests for bundle path resolution covering all file existence combinations and enhanced security enforcement tests for both server bundles and RSC bundles. Also fixed misleading comments in the codebase. [PR 1815](https://github.com/shakacode/react_on_rails/pull/1815) by [AbanoubGhadban](https://github.com/AbanoubGhadban)
37+
2638
### [16.1.0] - 2025-09-23
2739

2840
#### New Features

0 commit comments

Comments
 (0)