Bug Fixes
- compiler: default
asyncLoading
build conditional totrue
(#5941) (0e261d6), closes #3580 - compiler: prefer
localName
overoriginalName
by running an empty check onoriginalName
(#5943) (0f42656), closes #5882 - compiler: verify parent node when validating component members (#5942) (37a0aaf), closes #5940
- runtime: have fallback for style setting (#5948) (ae19d7a)
- runtime: only use setter if existing (#5947) (7e9fa60), closes #2703
- runtime: place scoped component styles after preconnect links but before custom styles (#5938) (8f92b11)
- runtime: provide second arg to
insertBefore
(#5933) (afcc9a5) - runtime: render component styles at the end of the head tag (#5926) (90da726), closes #5915
- runtime: update call to
prepend
to removenull
node (#5946) (970c5d2) - typescript: fix documentation on 'serializeShadowRoot' flag (#5927) (277e3e3), closes #5914