v1.0.2
This release fixes a bug where shadowRoots in the connectedCallback
were not automatically scanned for data-action
elements. Now bind()
runs after connectedCallback
, meaning the shadowRoot
can be created in connectedCallback
and will be scanned.