Skip to content

v1.11.1

Compare
Choose a tag to compare
@ekashida ekashida released this 20 Jan 06:32
· 1730 commits to master since this release

Bug fixes

  • #2189 - synthetic-shadow: Fix regression in event propagation of composed events to include slotted event targets when considering whether or not to invoke listeners.

Improvements

  • #2015 - synthetic-shadow: Add shadow DOM semantics for innerText and outerText. This change is implemented behind a feature flag for future enablement.
  • #2165 - engine-core: Improve decorator validation message by indicating that the decorated field is conflicting with another class member such as a method or an accessor.
  • #2167 - lwc: Update wire decorator type definition.

Internal

  • #2164: Enable integration tests for forked repositories.
  • #2157 - engine-core: Remove redundant Component type definition.
  • #2166: Dependency updates.