slick-lightbox
Version:
A lightbox wrapper for Ken's amazing slick carousel. Credits go to [kenwheeler](https://github.com/kenwheeler) for doing the [hard work](https://github.com/kenwheeler/slick).
51 lines (39 loc) • 1.41 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). Changelog muster from [olivierlacan/keep-a-changelog](https://github.com/olivierlacan/keep-a-changelog).
## [0.2.10] - 2017-06-04
### Added
- Fixed captions. Thanks @AntoineBoulanger
## [0.2.9] - 2017-05-07
### Added
- Added lazyload support. Thanks @avbobylev
## [0.2.8] - 2017-04-03
### Added
- Added the `info` argument to the `getElementCaption` function.
- Blur clicked element so that pressing Enter doesn't cause issues.
## [0.2.7] - 2016-01-02
### Added
- Added the `event` argument to the `shouldOpen` callback.
## [0.2.6] - 2016-12-16
### Added
- Added `.slickLightbox` to the bound element.
## [0.2.5] - 2016-12-09
### Added
- Added the `imageMaxHeight` option.
## [0.2.4] - 2016-10-14
### Removed
- Removed npm-shrinkwrap as there are only dev dependencies.
## [0.2.3] - 2016-10-06
### Added
- Added the `shouldOpen` option.
## [0.2.2] - 2016-09-26
### Added
- Use the same slide index numbers as an 'Existing Slick', fixes #25
## [0.2.1] - 2016-07-29
### Fixed
- fix multiple matching groups using `.each`, fixes #21
## [0.2.0] - 2016-07-29
### Added
- this CHANGELOG.md
- the `layouts` option object for specifying the HTML code used for parts of the lightbox, thanks @CHEWX for the idea
- close button layout `layouts.closeButton`