- Downgrade typescript. Closes #222
- Upgrade to angular 5
- Fix arguments for the AoT Compiler
- Offset should expand the window. Closes #192
- Take offset into account for top and bottom. Closes #192
- Support server-side rendering. Closes #101. Thanks to kevinphelps 🎉
- Add a css class when a loading error occurs. Thanks to diogoqueiros 🎉
- Upgrade to Angular v4
- Renamed project to ng-lazyload-image
- Renamed css class names from
ng2-lazyloaded
andng2-lazyloading
tong-lazyloaded
andng-lazyloading
respectively
- Make it possible to use a default image as background. Closes #115. Thanks to igoralemasow 🎉
- Remove
src
as directive input. Closes #44