Skip to content

v1.6.3

Compare
Choose a tag to compare
@ekashida ekashida released this 19 May 05:08
· 1617 commits to master since this release

Bug Fixes

  • #1872- engine: Avoid throwing exceptions when attempting to unmount a malformed component. Components in an invalid state are now safely unmounted and recreated.

Internal

  • #1865 - engine: Internal refactor to abstract away DOM-related APIs.
  • #1874 - lwc: LWC module resolution configuration to expose the lwc, @lwc/synthetic-shadow, and @lwc/wire-service modules. The @lwc/compiler and @lwc/features modules are internal dependencies and are not exposed.
  • #1876 - babel-plugin-compiler: Avoid duplicated module names for import statements that are generated during the compilation process.