Releases: thisissoon/angular-image-loader
Releases · thisissoon/angular-image-loader
v5.1.0
5.1.0 (2019-02-05)
Features
- image-loader: Set image asynchronously and placeholder immediately (d5ab91f)
v5.0.0
5.0.0 (2018-11-22)
Features
- image-loader: update to angular-inviewport 4 (391e4b1)
- image-loader: update to support angular 7 (7faac32)
BREAKING CHANGES
- image-loader: Updated to @thisissoon/angular-inviewport v4 which removes the need to manually
check inviewport status
v4.0.0
4.0.0 (2018-05-23)
Features
- adding support for angular 6 (12d1c56)
BREAKING CHANGES
- updated peer dependencies to rxjs v6 and @thisissoon/angular-inviewport v3
v3.3.2
3.3.2 (2018-05-21)
Bug Fixes
- VideoLoader: another fix for autoplay issue on ios safari with controls disabled (65edcb7)
v3.3.1
3.3.1 (2018-05-21)
Bug Fixes
- image loader: clear src and srct on changes and pre load image (9682008)
- VideoLoader: autoplay issue in safari on ios and osx (1d954ad)
v3.3.0
3.3.0 (2018-03-06)
Features
- VideoLoader: expose video element to parent components (a65ace2)
v3.2.1
3.2.1 (2018-03-01)
Bug Fixes
- component: setPlaceholder called in Angular onChanges life cylce hook (2006718)
v3.2.0
3.2.0 (2018-02-20)
Features
- ImageLoader: add ability to manually check inviewport status (ead8821)
- VideoLoader: add ability to manually check inviewport status (72d9b3f)
v3.1.0
3.1.0 (2018-02-15)
Bug Fixes
- VideoLoader: fix poster value throwing change detection error (e8d702f)
Features
- ImageLoader: remove dummy element after image load (c3ef408)
v3.0.1
3.0.1 (2018-02-05)
Bug Fixes
- build: fixed issue with importing library into aot build (c7efd34)