Releases: gerardcarbo/virtual-repeat-angular
Releases · gerardcarbo/virtual-repeat-angular
v0.4.15
v0.4.14
Compiled with Angular 9.0.1
v0.4.12
Angular 9.x support
v0.4.11
- takeUntil(this.reset$) added to reactive collection demo. Useful in reactive search scenarios where the collection can be reset frequently.
v0.4.10
- 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
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
Angular 8.x support
v0.4.7
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
NPM keywords added.
v0.4.5
- RxJs operator deglitchFalse Added
- Logger disabled by default