Patch Changes
-
#3995
2a4fe2eThanks @DylanPiercey! - A render-time hoist of a tag-variable alias no longer emits an undeclared$name_getter; it calls_hoist_read_errorlike other illegal hoist reads. -
#3997
d3ded54Thanks @DylanPiercey! - Resume a Class-API parent's direct inline event handlers on a Tags-API child, including under a split parent. They previously serialized as a noop, so a split parent's handler never fired and the rest only worked once the parent rerendered. -
#3999
cb6e6f4Thanks @LuLaValva! - Improve types for Marko 5 w/ interop