Skip to content

v0.0.17

Compare
Choose a tag to compare
@imacrayon imacrayon released this 20 Dec 22:54
· 288 commits to main since this release

noajax is now inherited from parent elements:

<div x-data x-ajax>
  <ul noajax>
    <li><a href="...">I will refresh the page!</a></li>
  </ul>
</div>