Skip to content

v1.10.1

Compare
Choose a tag to compare
@ekashida ekashida released this 19 Jan 16:59
· 1740 commits to master since this release
6112a29

Improvements

  • #2136 - engine: Fixes an issue where a synthetic-shadow-related property is added on all nodes regardless if the engine is running in native or synthetic mode. This avoids issues when multiple versions of the LWC engine are loaded in the same document and one version of LWC is using native shadow and the other is using synthetic shadow.

Internal

  • #2150 - integration-karma: Report synthetic-shadow code coverage.
  • #2138 - integration-karma: Simplify tests related to Event properties.
  • #2137 - synthetic-shadow: Update README to detail architectural decisions made regarding the implementation of slotchange.
  • #2155: Rename test modules to address jest warning.
  • #2145: Address security vulnerability GHSA-m57p-p67h-mq74.
  • #2142, #2154: Update project dependencies.
  • #2156: Normalize the registry for installed dependencies.