Releases: isabo/hyperapp-custom-element
Releases · isabo/hyperapp-custom-element
v0.7.0
- Exposed methods can now be called with arguments that are passed to the Action functions as payloads.
dispatchEventEffect
(Hyperapp Effect Runner) is deprecated in favour ofdispatchEvent
, which is a convenience method that returns a Hyperapp effect tuple.- If no
view
function is provided, an empty<span>
is no longer created.