Releases: themyth92/angular2-lightbox
Releases · themyth92/angular2-lightbox
v1.4.1
[Fix]
- Image not transition if 2 images have similar size (#39)
v1.4.0
[Feature]
- Allow to use html with caption (#56 )
v1.3.0
[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.1
[Fix]
- Show lightbox correctly on IE10 and IE11 (#20). Tks to @kanup .
v1.2.0
[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
[Fix]
- Duplicate image will cause lightbox to be in loading state forever. New approach will follow the traditional lightbox2 approach. (#12)
v1.1.4
[Fix]
- Add resize event so that when changing window horizontally, the overlay always cover all the window. (#15)
v1.1.3
[Fix]
- Angular2 lightbox fail to run with AOT due to window can not be injected with AOT. Fix by using new LightboxWindowRef service. (#13)