Skip to content

Commit 99c8f66

Browse files
Update docs/release-notes/15.0.0.md
Co-authored-by: Alexey Romanov <alexey.romanov+ci5@shakacode.com>
1 parent a10112a commit 99c8f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/release-notes/15.0.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Major improvements to component and store hydration:
2626
- New configuration option `generated_component_packs_loading_strategy` replaces `defer_generated_component_packs`
2727
- Supports three loading strategies:
2828
- `:async` - Loads scripts asynchronously (default for Shakapacker ≥ 8.2.0)
29-
- `:defer` - Defers script execution until after page load (Doesn't work well with Streamed HTML as it will wait for the full page load before hydrating the components)
30-
- `:sync` - Loads scripts synchronously (default for Shakapacker < 8.2.0) (Better to upgrade to Shakapacker 8.2.0 and use `:async` strategy)
29+
- `:defer` - Defers script execution until after page load (doesn't work well with Streamed HTML as it will wait for the full page load before hydrating the components)
30+
- `:sync` - Loads scripts synchronously (default for Shakapacker < 8.2.0) (better to upgrade to Shakapacker 8.2.0 and use `:async` strategy)
3131
- Improves page performance by optimizing how component packs are loaded
3232

3333
## Breaking Changes

0 commit comments

Comments
 (0)