Releases: onemanclapping/ng-lazy-render
Releases · onemanclapping/ng-lazy-render
1.2.1: Merge pull request #16 from redsoul/master
placeholders were not correctly loading
1.2.0: Merge pull request #15 from redsoul/master
TODO: add changelog
1.1.4: Merge pull request #14 from carneiror/master
lazy-module performance improvements
1.1.3
1.1.3
Bug Fixes
lazy-module directive was not working.
1.1.2
Features
$interval delay is now configurable.
Breaking changes
Removed angular-inview dependency. We're now polling for updates instead of reacting to scroll events. Looks better in most browsers.
0.2.2
Bug Fixes
Fix magic numbers and hopefully fix weird scenarios where checkInView event was not triggered correctly.
0.2.1
Bug Fixes
Fix situation where extreme scrolling throws an error.
0.2.0
Bug Fixes
Fix lazyRepeater and lazyModule to automatic trigger inView until all the elements in the viewPort are visible.
Features
Add lazyIf parameter on lazyRepeater directive.
0.1.1
Bug Fixes
Fix flickering of the placeholder on lazy-repeater when number of items is smaller than threshold.
First release. Pray for your lazyness.
Merge pull request #1 from andrevechina/master Create lazyPlaceholder attribute for lazy repeater directive