v1.17.3
Bug fixes
- #2227 - synthetic-shadow: Move restrictions for
ShadowRoot.prototype.cloneNode
andShadowRoot.prototype. getElementById
from@lwc/engine-core
to@lwc/synthetic-shadow
to allow usage of those methods outside of our synthetic shadow polyfill. - #2228 - synthetic-shadow: Fix a bug where
Event.prototype.composedPath
returns an incorrect value when dealing with components using native Shadow DOM. - #2195 - synthetic-shadow: Fix a bug for
Event.prototype.composedPath
where incorrect assumptions were being made aboutText
nodes andEventTarget
.