Revision code

Changes Version 0.29.0
Released on August 16, 2016 with 14 commits

Compatible changes

  • up.popup.attach() now has a { html } option. This allows you to extract popup contents from an HTML string without making a network request.
  • up.tooltip.attach() now has a { text } option which automatically escapes the given string.
  • Fix a bug on Firefox where the page width would jump by the scrollbar width when opening a modal.
  • Fix a bug where modals would close when following a link to a cached destination.

Breaking changes

  • Events handled by Unpoly selectors will no longer bubble up the DOM.