Skip to content

3.0.0

Compare
Choose a tag to compare
@sergeylaptev sergeylaptev released this 23 Jan 18:28
· 74 commits to master since this release

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.