Skip to content

Releases: Merri/react-lazy

v0.2.0

12 May 10:34
Compare
Choose a tag to compare
  • Upgrade to React 15.5
  • Babel 6
  • Webpack 2
  • Convert from createClass to ES6 class
  • Modularize
  • Test Travis CI in Node 6.10
  • Update linting
  • Change nodeName to component and allow for more than string tags
  • Fix bug in cushion handling
  • Add support for imgWrapperComponent which renders given component around all noscripted img childs
  • No longer expose verge

v0.0.3

29 Sep 10:06
Compare
Choose a tag to compare

This release fixes incorrect reference in package.json so now requires and imports work as expected.

v0.0.2

29 Jul 09:21
Compare
Choose a tag to compare

Fix issue of elements not being lazy loaded when expected (incorrectly using throttle, should've been debounce).

Expose checkElementsInViewport.

v0.0.1

28 Jul 17:13
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

First release for testing.