You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,13 @@ See [Release Notes](docs/release-notes/15.0.0.md) for full details.
29
29
- React Server Components Support (Pro Feature) [PR 1644](https://github.com/shakacode/react_on_rails/pull/1644) by [AbanoubGhadban](https://github.com/AbanoubGhadban).
30
30
- Improved component and store hydration performance [PR 1656](https://github.com/shakacode/react_on_rails/pull/1656) by [AbanoubGhadban](https://github.com/AbanoubGhadban).
31
31
32
+
#### Removed
33
+
34
+
- Support for React 16 and 17. [PR 1710](https://github.com/shakacode/react_on_rails/pull/1710) by [alexeyr-ci](https://github.com/alexeyr-ci).
35
+
32
36
#### Breaking Changes
33
37
38
+
- React >=18 is now required
34
39
-`ReactOnRails.reactOnRailsPageLoaded` is now an async function
35
40
-`force_load` configuration now defaults to `true`
36
41
-`defer_generated_component_packs` configuration now defaults to `false`
Copy file name to clipboardExpand all lines: docs/release-notes/15.0.0.md
+2
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ Major improvements to component and store hydration:
23
23
24
24
## Breaking Changes
25
25
26
+
Support for React 16 and 17 is dropped.
27
+
26
28
### Component Hydration Changes
27
29
28
30
- The `defer_generated_component_packs` and `force_load` configurations now default to `false` and `true` respectively. This means components will hydrate early without waiting for the full page load. This improves performance by eliminating unnecessary delays in hydration.
0 commit comments