|
1 | 1 | # react-rails
|
2 | 2 |
|
3 |
| -If you need help upgrading `react-rails`, `webpacker` to `shakapacker`, or JS packages, contact justin@shakacode.com. The ShakaCode.com team is helping to maintain this Ruby gem. You also might want to consider the [react_on_rails](https://github.com/shakacode/react_on_rails) gem. |
| 3 | +If you need help upgrading `react-rails`, `webpacker` to `shakapacker`, or JS packages, contact justin@shakacode.com. We can upgrade your project and improve your development and customer experiences, allowing you to focus on building new features or fixing bugs instead. |
4 | 4 |
|
5 |
| -[#1209 2.7 Release Discussion](https://github.com/reactjs/react-rails/issues/1209) |
| 5 | +For an overview of working with us, see our [Client Engagement Model](https://www.shakacode.com/blog/client-engagement-model/) article and [how we bill for time](https://www.shakacode.com/blog/shortcut-jira-trello-github-toggl-time-and-task-tracking/). |
| 6 | + |
| 7 | +We also specialize in helping development teams lower infrastructure and CI costs. Check out our project [Control Plane Flow](https://github.com/shakacode/control-plane-flow/), which can allow you to get the ease of Heroku with the power of Kubernetes and big cost savings. |
| 8 | + |
| 9 | +If you think ShakaCode can help your project, [click here](https://meetings.hubspot.com/justingordon/30-minute-consultation) to book a call with [Justin Gordon](mailto:justin@shakacode.com), the creator of React on Rails and Shakapacker. |
| 10 | + |
| 11 | +You also might want to consider the [react_on_rails](https://github.com/shakacode/react_on_rails) gem. |
6 | 12 |
|
7 | 13 | ## Unreleased
|
8 | 14 | Changes since the last non-beta release.
|
9 | 15 |
|
10 |
| -_Please add entries here for your pull requests that are not yet released. Include LINKS for PRs and committers._ |
| 16 | +_Please add entries here for your pull requests that have not yet been released. Include LINKS for PRs and committers._ |
| 17 | + |
| 18 | +## [3.2.1] - 2024-05-16 |
11 | 19 |
|
12 | 20 | #### Fixed
|
13 |
| -- Replaced call to ReactRailsUJS.unmountComponents that was erroneously removed by #1290 in 3.0.0 #1339 |
| 21 | +- Replaced call to ReactRailsUJS.unmountComponents that was erroneously removed by [PR 1290](https://github.com/reactjs/react-rails/pull/1305) in 3.0.0 [PR 1339](https://github.com/reactjs/react-rails/pull/1339). |
14 | 22 |
|
15 | 23 | - Prevent roots from being re-created when using React 18 [PR 1305](https://github.com/reactjs/react-rails/pull/1305) by [diogobeda](https://github.com/diogobeda)
|
16 | 24 |
|
@@ -48,6 +56,8 @@ _Please add entries here for your pull requests that are not yet released. Inclu
|
48 | 56 |
|
49 | 57 | ## [2.7.0] - 2023-05-06
|
50 | 58 |
|
| 59 | +[#1209 2.7 Release Discussion](https://github.com/reactjs/react-rails/issues/1209) |
| 60 | + |
51 | 61 | #### New Features
|
52 | 62 | - Camelizes keys with primitive values, in addition to hashes #946
|
53 | 63 | - Expose alternative implementations for `ReactUJS.getConstructor` #1050
|
@@ -578,7 +588,8 @@ _Please add entries here for your pull requests that are not yet released. Inclu
|
578 | 588 | - Server rendering with `prerender: true`
|
579 | 589 | - Transform `.jsx` in the asset pipeline
|
580 | 590 |
|
581 |
| -[Unreleased]: https://github.com/reactjs/react-rails/compare/v3.2.0...main |
| 591 | +[Unreleased]: https://github.com/reactjs/react-rails/compare/v3.2.1...main |
| 592 | +[3.2.1]: https://github.com/reactjs/react-rails/compare/v3.2.1...v3.2.1 |
582 | 593 | [3.2.0]: https://github.com/reactjs/react-rails/compare/v3.1.1...v3.2.0
|
583 | 594 | [3.1.1]: https://github.com/reactjs/react-rails/compare/v3.1.0...v3.1.1
|
584 | 595 | [3.1.0]: https://github.com/reactjs/react-rails/compare/v3.0.0...v3.1.0
|
|
0 commit comments