This maintenance release addresses two issues that were introduced in version 1.0.0:
<script defer>
. This can be used to load your scripts without blocking the DOM parser.<script type="module">
. This can be used deliver a modern JS build to modern browsers only.unpoly-migrate.js
to enable deprecated APIs.
See our upgrading guide for details.