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.
If you're upgrading from an older Unpoly version you should load unpoly-migrate.js
to polyfill deprecated APIs.
Changes handled by unpoly-migrate.js
are not considered breaking changes.
See our upgrading guide for details.