Skip to content

Commit 8d87ba2

Browse files
committed
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]`.
1 parent d141d83 commit 8d87ba2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Changes since the last non-beta release.
1515

1616
_Please add entries here for your pull requests that have not yet been released. Include LINKS for PRs and committers._
1717

18+
## [3.3.1] - 2026-05-15
19+
1820
#### Fixed
1921
- 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).
2022
- 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.
602604
- Server rendering with `prerender: true`
603605
- Transform `.jsx` in the asset pipeline
604606

605-
[Unreleased]: https://github.com/reactjs/react-rails/compare/v3.3.0...main
607+
[Unreleased]: https://github.com/reactjs/react-rails/compare/v3.3.1...main
608+
[3.3.1]: https://github.com/reactjs/react-rails/compare/v3.3.0...v3.3.1
606609
[3.3.0]: https://github.com/reactjs/react-rails/compare/v3.2.1...v3.3.0
607610
[3.2.1]: https://github.com/reactjs/react-rails/compare/v3.2.0...v3.2.1
608611
[3.2.0]: https://github.com/reactjs/react-rails/compare/v3.1.1...v3.2.0

0 commit comments

Comments
 (0)