react-lazy
Advanced tools
Changelog
[1.1.0] - 2019-04-26
onViewport
events by using preventDefault()
noscript
if setting visible
to false after element has come to viewportcomponent
propTypes have been fixed to any
clientOnly
works now correctly with LazyGroup
ref
is now passed throughLazy
's render method has been compacted to shorter codeChangelog
[1.0.3] - 2018-06-13
@researchgate/react-intersection-observer
instead of customized implementationviewport
and threshold
were not passed to Observer
in Lazy
Changelog
[1.0.2] - 2018-05-31
DefaultWrapper
and LazyChild
are no longer exportedChangelog
[1.0.1] - 2018-05-30
Changelog
[1.0.0] - 2018-05-30
Observer
componentthreshold
prop to Lazy
and LazyGroup
viewport
prop to Lazy
and LazyGroup
which works like root
of IntersectionObservercushion
prop works now like marginRoot
of IntersectionObserverjsOnly
prop is now clientOnly
LazyGroup
no longer extends from Lazy
as both use Observer
nowonViewport
receives intersection observer event as first parametercheckElementsInViewport
PropTypes
Changelog
[0.6.0] - 2018-05-26
Changelog
[0.5.1] - 2017-11-14
package-lock.json
Changelog
[0.5.0] - 2017-11-07
jsOnly
option as a solution for less React 16.0.0 errors