Skip to content

v1.1.3

Compare
Choose a tag to compare
@keithamus keithamus released this 30 Mar 17:37
· 374 commits to main since this release

This release fixes a regression, which was introduced between 1.0.2, which changed the call order of bind and connectedCallback so that shadowRoots were bound. In fixing this bug we introduced a new one where sometimes an element which dispatched an event inside it's connectedCallback could not be observed by other elements, in their connectedCallbacks. This release fixes the regression, but maintains the fix to ensure shadowRoots are correctly bound. In other words dispatchEvent and attachShadow inside a connectedCallback should do the expected thing with data-action.