File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ See [Release Notes](docs/release-notes/16.0.0.md) for full details.
6565 - Maximum Node.js version: 22 (was 20)
6666 - Migration: Upgrade your Ruby and Node.js versions to supported ranges
6767- ** Install generator now validates prerequisites** :
68+
6869 - Generator now requires at least one JavaScript package manager (npm, pnpm, yarn, or bun)
6970 - Generator uses ` Thor::Error ` exceptions instead of ` exit(1) ` for better error handling
7071 - Migration: Ensure you have a JavaScript package manager installed before running the generator
@@ -82,11 +83,8 @@ See [Release Notes](docs/release-notes/16.0.0.md) for full details.
8283 - Add ` await ` when calling this function: ` await ReactOnRails.reactOnRailsPageLoaded() ` .
8384- ** RENAMED** : ` force_load ` configuration renamed to ` immediate_hydration ` for better API clarity.
8485 - ` immediate_hydration ` now defaults to ` false ` and requires React on Rails Pro license.
85- - Migration:
86- - ` config.force_load = true ` → ` config.immediate_hydration = true `
87- - ` react_component(force_load: true) ` → ` react_component(immediate_hydration: true) `
88- - ` redux_store(force_load: true) ` → ` redux_store(immediate_hydration: true) `
89- For detailed migration instructions, see the [ 16.0.0 Release Notes] ( docs/release-notes/16.0.0.md ) .
86+ - Migration: - ` config.force_load = true ` → ` config.immediate_hydration = true ` - ` react_component(force_load: true) ` → ` react_component(immediate_hydration: true) ` - ` redux_store(force_load: true) ` → ` redux_store(immediate_hydration: true) `
87+ For detailed migration instructions, see the [ 16.0.0 Release Notes] ( docs/release-notes/16.0.0.md ) .
9088
9189#### Fixed
9290
You can’t perform that action at this time.
0 commit comments