Releases: HaidarZ/ng-mat-select-infinite-scroll
Releases · HaidarZ/ng-mat-select-infinite-scroll
v5.0.0-beta.1
Add support to Angular 15
New Features
Added support to Angular 15
BREAKING CHANGE
Removed support to Angular Material prior to version 15
Full Changelog: v4.0.0...v5.0.0-beta.1
v4.0.0
v3.0.1
v3.0.0
v2.1.1
v2.1.0
Init support for Angular 9
- 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
Introduce thresholdTime to handle latency with big datasets
- Handle latency occurring when infiniteScroll events takes time to resolve
- Other minor improvements
Security fixes and added support to angular 6+
v1.1.0 Security fixes and added support to angular 6+