This release fixes an issue with the previous version – the viewportSpy
option was only working for fallback mode (i.e. not in rAF
mode but using the Ember run loop).
Changelog
- #4 Register the Component's elementId along with it's rAF call by @poteto