v2.69.0
-
Add missing
requireto fixpvcbuild.Joel Hawksley
-
Add
config.view_component.use_consistent_rendering_lifecycleto ensure side-effects incontentare consistently evaluated before components are rendered. This change effectively means thatcontentis evaluated for every component render whererender?returns true. As a result, code that's passed to a component via a block/content will now always be evaluated, before#call, which can reveal bugs in existing components. This configuration option defaults tofalsebut will be enabled in 3.0 and the old behavior will be removed.Blake Williams
-
Update Prism to version 1.28.0.
Thomas Hutterer
-
Corrects the deprecation warning for named slots to show the file and line where the slot is called.
River Bailey