Skip to content

Releases: HaidarZ/ng-mat-select-infinite-scroll

v4.0.0

24 Aug 18:07
Compare
Choose a tag to compare

Added support to Angular v14

Full Changelog: v3.0.1...v4.0.0

v3.0.1

09 Nov 23:19
Compare
Choose a tag to compare

Add support for Angular 13

v3.0.0

01 Jun 21:16
Compare
Choose a tag to compare

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

07 Aug 22:03
Compare
Choose a tag to compare

Fix peer dependency warnings

v2.1.0

07 Aug 21:38
Compare
Choose a tag to compare

Added support for Angular 10

Init support for Angular 9

16 Dec 15:14
Compare
Choose a tag to compare
  • 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

25 Nov 08:29
Compare
Choose a tag to compare

Fix issue deploying the correct files to npm reg.

Introduce thresholdTime to handle latency with big datasets

23 Nov 23:38
Compare
Choose a tag to compare
  • Handle latency occurring when infiniteScroll events takes time to resolve
  • Other minor improvements

Security fixes and added support to angular 6+

20 Jul 16:49
Compare
Choose a tag to compare
v1.1.0

Security fixes and added support  to angular 6+

v1.0.1

22 Feb 08:05
Compare
Choose a tag to compare
Update build script