Skip to content

Releases: gerardcarbo/virtual-repeat-angular

v0.4.15

14 Oct 17:22
Compare
Choose a tag to compare

Upgraded to Angular 14

v0.4.14

10 Feb 10:25
Compare
Choose a tag to compare

Compiled with Angular 9.0.1

v0.4.12

10 Feb 09:04
Compare
Choose a tag to compare

Angular 9.x support

v0.4.11

29 Jul 10:45
Compare
Choose a tag to compare
  • takeUntil(this.reset$) added to reactive collection demo. Useful in reactive search scenarios where the collection can be reset frequently.

v0.4.10

11 Jul 12:36
Compare
Choose a tag to compare
  • Set container scroll position to 0 on reset.
  • Getter and setter for scrollPosition and scrollPosition$ observer.
  • Reactive demo allows to go to item using scrollPosition setter.

v0.4.9

04 Jul 12:21
Compare
Choose a tag to compare

Reactive collection demo class (ReactiveCollectionService implements IReactiveCollection on demo project) is now implementing observables length$, items$ & pages$ as multicast, through the use of the share() operator. This deduplicates network calls if they have more than one subscriber.

v0.4.8

17 Jun 09:54
Compare
Choose a tag to compare

Angular 8.x support

v0.4.7

10 May 17:05
Compare
Choose a tag to compare

In some situations gc-virtual-repeat-container computed height was 0. Css adjusted by removing height:100% and defaulting parent container to flex.

v0.4.6

10 May 15:22
Compare
Choose a tag to compare

NPM keywords added.

v0.4.5

06 Mar 11:44
Compare
Choose a tag to compare
  • RxJs operator deglitchFalse Added
  • Logger disabled by default