v2.69.0
-
Add missing
require
to fixpvc
build.Joel Hawksley
-
Add
config.view_component.use_consistent_rendering_lifecycle
to ensure side-effects incontent
are consistently evaluated before components are rendered. This change effectively means thatcontent
is 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 tofalse
but 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