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: docs/release-notes/15.0.0.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Major improvements to component and store hydration:
26
26
- New configuration option `generated_component_packs_loading_strategy` replaces `defer_generated_component_packs`
27
27
- Supports three loading strategies:
28
28
-`:async` - Loads scripts asynchronously (default for Shakapacker ≥ 8.2.0)
29
-
-`:defer` - Defers script execution until after page load (Doesn't work good with Streamed HTML as it will wait for the full page load before hydrating the components)
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
30
-`:sync` - Loads scripts synchronously (default for Shakapacker < 8.2.0) (Better to upgrade to Shakapacker 8.2.0 and use `:async` strategy)
31
31
- Improves page performance by optimizing how component packs are loaded
32
32
@@ -92,12 +92,12 @@ Explicitly declare store dependencies for each component:
0 commit comments