New
3.0.0
It's huge release with accent on performance improvements.
Breaking Changes
Changed names for the component
When you update on 3.0.0, you need fix some style selectors (if you have them).
Before
.lazy-load {
}
.lazy-load-visible {
}
After
.LazyLoad {
}
.LazyLoad.is-visible {
}
"threshold" deprecation
threshold is now deprecated. Use offset instead.