Skip to content

v1.17.3

Compare
Choose a tag to compare
@ekashida ekashida released this 08 Feb 15:57
· 1707 commits to master since this release

Bug fixes

  • #2227 - synthetic-shadow: Move restrictions for ShadowRoot.prototype.cloneNode and ShadowRoot.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 about Text nodes and EventTarget.