From d141d83707a5b0fd51456941ff0e5585c1f2517c Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Fri, 15 May 2026 15:35:55 -1000 Subject: [PATCH 1/2] docs: add #1403 Propshaft cache busting fix to Unreleased changelog Backfills the Unreleased section so the next release notes include the Propshaft asset-version cache busting fix shipped in #1403. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18faa70c..41c651ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,8 @@ _Please add entries here for your pull requests that have not yet been released. #### Fixed - Preserve default controller layouts for `render component:` after the Rails 8 render pipeline change. [PR 1418](https://github.com/reactjs/react-rails/pull/1418) by [justin808](https://github.com/justin808). Fixes [#1356](https://github.com/reactjs/react-rails/issues/1356). -- Remove unneeded runtime dependencies. [PR 1420](https://github.com/reactjs/react-rails/pull/1420) by [G-Rath](https://github.com/g-rath) +- Remove unneeded runtime dependencies. [PR 1420](https://github.com/reactjs/react-rails/pull/1420) by [G-Rath](https://github.com/g-rath). +- Fix Propshaft asset version cache busting so server-rendered bundles invalidate correctly when assets change. [PR 1403](https://github.com/reactjs/react-rails/pull/1403). ## [3.3.0] - 2026-03-31 From 8d87ba22656596814a3d40122b476d8cea1ae364 Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Fri, 15 May 2026 15:39:24 -1000 Subject: [PATCH 2/2] docs: prep CHANGELOG for 3.3.1 release Moves Unreleased entries (#1418, #1420, #1403) under a dated 3.3.1 heading and adds the compare link footer entry. Version files are bumped separately by `rake create_release[3.3.1,false]`. --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41c651ee..3410820d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ Changes since the last non-beta release. _Please add entries here for your pull requests that have not yet been released. Include LINKS for PRs and committers._ +## [3.3.1] - 2026-05-15 + #### Fixed - Preserve default controller layouts for `render component:` after the Rails 8 render pipeline change. [PR 1418](https://github.com/reactjs/react-rails/pull/1418) by [justin808](https://github.com/justin808). Fixes [#1356](https://github.com/reactjs/react-rails/issues/1356). - Remove unneeded runtime dependencies. [PR 1420](https://github.com/reactjs/react-rails/pull/1420) by [G-Rath](https://github.com/g-rath). @@ -602,7 +604,8 @@ _Please add entries here for your pull requests that have not yet been released. - Server rendering with `prerender: true` - Transform `.jsx` in the asset pipeline -[Unreleased]: https://github.com/reactjs/react-rails/compare/v3.3.0...main +[Unreleased]: https://github.com/reactjs/react-rails/compare/v3.3.1...main +[3.3.1]: https://github.com/reactjs/react-rails/compare/v3.3.0...v3.3.1 [3.3.0]: https://github.com/reactjs/react-rails/compare/v3.2.1...v3.3.0 [3.2.1]: https://github.com/reactjs/react-rails/compare/v3.2.0...v3.2.1 [3.2.0]: https://github.com/reactjs/react-rails/compare/v3.1.1...v3.2.0