Releases: marekdedic/imagelightbox
Releases · marekdedic/imagelightbox
Version 0.13.0
Added
- Expose openHistory function #170 (@marekdedic)
Fixed
- Fixed #167 History and dynamic adding don't work together (@marekdedic)
Version 0.12.0
Fixed
- Fixed #161 All videos playing simultaneously (@marekdedic)
- Fixed error with history sometimes deleting path (@marekdedic)
Changed
- Use correct html element for close-button (@marekdedic)
- Updated style (@marekdedic)
Version 0.11.0
Added
- Added video functionality (@marekdedic)
Version 0.10.0
Added
- Added history functionality (@marekdedic & @paxperscientiam)
Changed
- Switched back to package-lock.json
Version 0.9.1
Changed
- Increased jquery version range
Version 0.9.0
Fixed
- Fixed #141 Make allowedTypes work again, use empty string to allow any filetype
Changed
- Added jquery as dependency in package.json
- Removed bower.json (use npm) and package-lock.json (use yarn)
- Updated to gulp4 for building
Version 0.8.1
Version 0.8.0
Changed
- Breaking: Removed lockBody option, is default behaviour now, can be overwritten in imagelightbox-open css class
Fixed
- Fixed #133 keydown:Enter is blocked by imagelightbox
Version 0.7.9
Fixed
- Fixed #128 align the image in the center of the screen
Version 0.7.8
Added
- Added deep link functionality (@Art4)