Ng Mat Select Infinite Scroll Versions Save

Infinite Scroll directive for angular material select component

v4.0.0

1 year ago

v3.0.1

2 years ago

Add support for Angular 13

v3.0.0

2 years ago

Added support for angular 11 & 12

  • Fix an issue caused by a breaking change introduced in the new versions of angular
  • Follow the new angular schematics for libraries.

v2.1.1

3 years ago

Fix peer dependency warnings

v2.1.0

3 years ago

Added support for Angular 10

v2.0.0

4 years ago
  • Angular 9 support
  • Deeply import with material for specific component
  • Other minor enhancements

Breaking Change

Import should be done from specific entry point from now on

Before:

import {MatSelectModule} from '@angular/material';

Now:

import {MatSelectModule} from '@angular/material/select';

v1.2.1

4 years ago

Fix issue deploying the correct files to npm reg.

v1.2.0

4 years ago
  • Handle latency occurring when infiniteScroll events takes time to resolve
  • Other minor improvements

v1.1.0

4 years ago

v1.0.1

5 years ago