v1.11.1
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
andouterText
. 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