This is a maintenance release to bridge the time until Unpoly 3 is fully documented. This release includes the following changes:
up:request:load
may now access the unopened XMLHttpRequest
instance through event.xhr
. This lets you track upload progress through event.xhr.upload
. (Thanks @iaddict!)up:layer:accept
may change the layer's acceptance value by setting or mutating event.value
.up:layer:dismiss
may change the layer's dismissal value by setting or mutating event.value
.This is the last release with support for Internet Explorer 11. Future releases will support Chrome, Firefox, Edge and the last two majors of Safari.
unpoly-migrate.js
to enable deprecated APIs.
See our upgrading guide for details.