Revision code

Changes Version 0.62.1
Released on June 25, 2020 with 12 commits

Changes

This is another maintenance release while we're finishing the next major version of Unpoly.

Community members were involved in every change of this release:

  • up.submit() has a new options { params }. It may be used to pass extra form parameters that will be submitted in addition to the parameters from the form. (fix by @robinvdvleuten)
  • a[up-modal] will now honor an [up-cache] attribute on the same link. (fix by @adam12)
  • Prevent destructor function from being called twice if up.destroy() is called twice with the same element (reported by @kratob)
  • On devices that don't show a vertical scrollbar, users can no longer scroll the underlying page while a modal overlay is open. (reported by @msurdi)

Upgrading

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.