Skip to content

Releases: ember-spaniel/ember-spaniel

0.6.10

Choose a tag to compare

@seanjohnson08 seanjohnson08 released this 15 Sep 21:13

Updating Spaniel

v0.6.5

Choose a tag to compare

@lynchbomb lynchbomb released this 30 May 20:17

v.0.6.4/5

  • Dependency Maintenance
  • Fix ember-rollup paths

v0.6.3

Choose a tag to compare

@lynchbomb lynchbomb released this 30 May 16:13
  • Dependency Maintenance
  • Replace merge with assign
  • Address ember-polyfills.deprecate-merge

v0.6.2

Choose a tag to compare

@lynchbomb lynchbomb released this 28 Jan 19:47

0.6.0 - 0.6.2 (January 28, 2019)

  • Modify Node Support Engine dropping Node 4 and Node 6
  • Unpin Spaniel for future patches
  • Flag: ALLOW_CACHED_SCHEDULER default true
  • Testing: Horizontal child elements
  • Dependency Maintenance

v0.5.1

Choose a tag to compare

@asakusuma asakusuma released this 29 Aug 01:40
  • Upgrade dependencies
  • Migrate to yarn
  • Prebuild spaniel.js
  • Backport unpin Spaniel to patch

Effectively pulls in the 1.0.0 improvements that are runtime backwards compatible.

v0.6.1

Choose a tag to compare

@lynchbomb lynchbomb released this 09 Oct 19:34
  • Modify Node Support Engine dropping Node 4 and Node 6
  • Unpin Spaniel for future patches

v1.0.0

Choose a tag to compare

@lynchbomb lynchbomb released this 18 Jul 18:42
  • Upgrade of all dependencies
  • 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).

v0.4.0

Choose a tag to compare

@lynchbomb lynchbomb released this 13 Jun 17:45
  • New API method invalidate
  • Spaniel Dependency Bump to 2.5.0
  • Includes the ability to watch a custom root within onInViewportOnce
  • Includes optional perf flag ALLOW_CACHED_SCHEDULER

v0.3.4

Choose a tag to compare

@lynchbomb lynchbomb released this 14 Feb 18:39
4e70e50
  • Spaniel Dependency Bump and unpinned to ^2.4.7