up.popup.attach()
now has a { html }
option. This allows you to extract popup contents
from a HTML string without making a network request.up.tooltip.attach()
now has a { text }
option which automatically escapes the given string.
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.