Skip to content

Latest commit

 

History

History
88 lines (53 loc) · 2.95 KB

changelog.md

File metadata and controls

88 lines (53 loc) · 2.95 KB

Changelog

3.4.2 (2018-01-09)

Bugfix

  • ReferenceError: HTMLElement is not defined. Closes #271 Thanks to sapierens 🎉

3.4.1 (2018-01-07)

Bugfix

  • Check against container bounds if given. Closes #241 Thanks to sapierens 🎉

3.4.0 (2018-01-01)

Feature

3.3.5 (2017-11-12)

  • Downgrade typescript. Closes #222

3.3.4 (2017-11-05)

  • Upgrade to angular 5

3.3.3 (2017-09-29)

Bugfix

  • Fix multiple ng-lazyloaded class. Closes #201 Thanks to vaidiep 🎉

3.3.2 (2017-09-07)

Bugfix

  • Fix arguments for the AoT Compiler

3.3.1 (2017-08-19)

Bugfix

  • Offset should expand the window. Closes #192

3.3.0 (2017-08-19)

Feature

  • Make it possible to update the images on the fly. Closes #187, #140

3.2.3 (2017-08-13)

Bugfix

  • Take offset into account for top and bottom. Closes #192

3.2.2 (2017-07-24)

Bugfix

  • Disable directive on server side. Closes #178, #183. Thanks to rimlin 🎉

3.2.0 (2017-07-18)

Feature

  • Add ability to get notified when the image is loaded. Closes #176. Thanks to rimlin 🎉

3.1.1 (2017-05-11)

Feature

3.1.0 (2017-04-01)

Feature

  • Add a css class when a loading error occurs. Thanks to diogoqueiros 🎉

3.0.0 (2017-03-25)

Feature

  • Upgrade to Angular v4
  • Renamed project to ng-lazyload-image

Braking changes

  • Renamed css class names from ng2-lazyloaded and ng2-lazyloading to ng-lazyloaded and ng-lazyloading respectively

2.4.0 (2017-02-19)

Features

  • Make it possible to use a default image as background. Closes #115. Thanks to igoralemasow 🎉

2.3.2 (2017-02-07)

Bug Fixes

  • Remove src as directive input. Closes #44