Patch Changes
-
#3374
a9411b4Thanks @DylanPiercey! - Fix a resumed named radio group unchecking entirely when itscheckedValueChangehandler rejects the change (the controlled "ignore" pattern). On resume only thedefaultCheckedmember stores a controlled value, so the revert usedundefinedas the group's old value; other members now fall back todefaultChecked. -
#3428
9deacb1Thanks @DylanPiercey! - Keep sourcemaps for extracted<style>blocks even when the main output map is skipped. The compiler no longer emits a sourcemap for entry outputs (hydrate, or apage/loadentry) since the generated wrapper maps back to nothing useful, and the<style>extractor now derives its virtual dependency's sourcemap from the configuredsourceMapsoption instead of the (now conditionally disabled) Babel output setting. Together this lets a bundler integration enablesourceMapsfor entry compiles to preserve CSS sourcemaps without also emitting a meaningless map for the entry wrapper. -
Updated dependencies [
9deacb1]:- @marko/compiler@5.41.2