Skip to content

v1.4.0

Compare
Choose a tag to compare
@keithamus keithamus released this 30 Apr 08:06
· 204 commits to main since this release
0775b42

This release allows for safe custom element redefinition, which enables the use of HMR plugins with Catalyst controllers. Releases prior to this would first check if the element is already registered, and skip registration. Instead, in 1.4.0, elements will try to register and catch redefinition errors if they’re thrown - which means HMR plugins that override customElements.define will now work.