Skip to content

Releases: themyth92/angular2-lightbox

v1.4.1

02 May 03:06
Compare
Choose a tag to compare

[Fix]

  • Image not transition if 2 images have similar size (#39)

v1.4.0

09 May 07:38
Compare
Choose a tag to compare

[Feature]

  • Allow to use html with caption (#56 )

v1.3.0

05 Feb 02:31
Compare
Choose a tag to compare

[Feature]

  • Add new options centerVertically to make image show middle vertically by default. (#44). Tks to @lucaritossa

[Fix]

  • This version should be compatible to angular >= 2. (#42)

v1.2.3

01 Feb 09:51
Compare
Choose a tag to compare

[Fix]

v1.2.2

18 Jan 10:27
Compare
Choose a tag to compare

[Fix]

v1.2.1

27 Sep 07:50
Compare
Choose a tag to compare

[Fix]

  • Show lightbox correctly on IE10 and IE11 (#20). Tks to @kanup .

v1.2.0

08 Sep 10:27
Compare
Choose a tag to compare

[Feature]

  • Add disableScrolling option to disable scroll body when lightbox is openened. (#23)

[Fix]

  • Lightbox should be center of the view and not out of view when user is currently scrolling to bottom of the page. (#23)

v1.1.5

30 Jun 09:12
Compare
Choose a tag to compare

[Fix]

  • Duplicate image will cause lightbox to be in loading state forever. New approach will follow the traditional lightbox2 approach. (#12)

v1.1.4

15 Jun 03:09
Compare
Choose a tag to compare

[Fix]

  • Add resize event so that when changing window horizontally, the overlay always cover all the window. (#15)

v1.1.3

13 Jun 03:13
Compare
Choose a tag to compare

[Fix]

  • Angular2 lightbox fail to run with AOT due to window can not be injected with AOT. Fix by using new LightboxWindowRef service. (#13)