Skip to content

v1.7.3

Compare
Choose a tag to compare
@ekashida ekashida released this 24 Jun 05:57
· 1881 commits to master since this release

Bug Fixes

  • #1924 - engine-core: Fixes an issue where consumerDisconnectedCallback is not invoked when no context is set, as well as an issue where consumerDisconnectedCallback is called multiple times when multiple contexts are set.

Improvements

  • #1921 - engine-core: Export the DataCallback, WireAdapter, and WireAdapterConstructor typescript interfaces.

Internal

  • #1922 - engine-server: Initial directory structure with tests for @lwc/engine-server.
  • #1918 - engine-core: Add missing slots property type on the Template interface.