This is a maintenance release while we're getting ready for the next major version of Unpoly.
up.destroy()
wouldn't clean up the global jQuery cache. This is only relevant when using Unpoly together with jQuery.<form>
are now recognized when they have a matching [form] attribute (fixes #85)up.form.fields()
now accepts a jQuery collection as a first argument, as was already documented.
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.