This is a maintenance release including two changes:
input[up-switch]
and up.element.hide()
now hides elements using an [hidden]
attribute instead of setting an inline style. Users can override the CSS for [hidden]
to hide an element in a different way, e.g. by giving it a zero height.unpoly-migrate.js
to enable deprecated APIs.
See our upgrading guide for details.