Skip to content

v2.0.4

Choose a tag to compare

@everweij everweij released this 12 Apr 11:28
· 3 commits to master since this release

This release contains a couple of small fixes:

  • #78 Fix incorrect window bounds (by looking at document.scrollingElement)
  • #81 Fix to prevent layer close on touch devices
  • #85 Limiting of multiple updates at once is now handled without requestAnimationFrame. With RAF, sometimes style-glitches could occur which should be fixed with this release.

Thanks @simonlindholm , @btravel and @jhnns !!