Skip to content

Releases: isabo/hyperapp-custom-element

v0.7.0

18 Sep 06:43
Compare
Choose a tag to compare
  • 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 of dispatchEvent, which is a convenience method that returns a Hyperapp effect tuple.
  • If no view function is provided, an empty <span> is no longer created.