You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecate and Extract engine ember-spaniel-engine logic into new micro library (Ember-Batcher)[https://github.com/lynchbomb/ember-batcher].
Native IntersectionObserver by default (where supported) with a fallback to the Spaniel IntersectionObserver poly.
API Update: onInViewport and onInViewportOnce now support Native IntersectionObserver with an optional flag to force the polyfill (SPANIEL_IO_POLY: true)
API Update/Deprecation: onInViewport now only accepts a callback function rather than a Promise (see README.md #isInViewport for details).