viewportSpy (in fallback mode)
This release fixes an issue with the previous version – the viewportSpy
option was completely broken before because it would unbind all listeners for all Components
with the Mixin. This no longer happens, and viewportSpy
works as expected when requestAnimationFrame
is not available.
More work needs to be done to achieve the same result in rAF
mode.