Skip to content

Releases: onemanclapping/ng-lazy-render

1.2.1: Merge pull request #16 from redsoul/master

01 May 14:04
Compare
Choose a tag to compare
placeholders were not correctly loading

1.2.0: Merge pull request #15 from redsoul/master

19 Apr 17:01
Compare
Choose a tag to compare

1.1.4: Merge pull request #14 from carneiror/master

31 Mar 11:43
Compare
Choose a tag to compare
lazy-module performance improvements

1.1.3

02 Nov 15:51
Compare
Choose a tag to compare

1.1.3

Bug Fixes

lazy-module directive was not working.

1.1.2

31 Oct 16:27
Compare
Choose a tag to compare

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

20 Oct 16:33
Compare
Choose a tag to compare

Bug Fixes

Fix magic numbers and hopefully fix weird scenarios where checkInView event was not triggered correctly.

0.2.1

16 Jun 15:56
Compare
Choose a tag to compare

Bug Fixes

Fix situation where extreme scrolling throws an error.

0.2.0

12 May 11:07
Compare
Choose a tag to compare

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

11 May 15:08
Compare
Choose a tag to compare

Bug Fixes

Fix flickering of the placeholder on lazy-repeater when number of items is smaller than threshold.

First release. Pray for your lazyness.

29 Mar 10:47
Compare
Choose a tag to compare
Merge pull request #1 from andrevechina/master

Create lazyPlaceholder attribute for lazy repeater directive