v1.8.0
Improvements
- #2007, #2019 - engine: Add support for native custom elements reference in the template. With this change, an element tag registered with the custom elements registry using
customElements.define()
(https://developer.mozilla.org/en-US/docs/Web/API/CustomElementRegistry/define) can be referenced in a LWC component's template. Such an element will be upgraded using the registered custom element constructor.
Internal
- #2020 - template-compiler: Exposes missing compiler types