basiclightbox
Version:
The lightest lightbox ever made
95 lines (52 loc) • 1.61 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [5.0.4] - 2021-01-17
### Changed
- Updated dependencies
## [5.0.3] - 2020-03-20
### Changed
- Updated dependencies
## [5.0.2] - 2019-02-23
### Changed
- Replace `gulp` and `basicTasks` with custom build process
## [5.0.1] - 2018-09-23
### Added
- Link to CodePen demos
## [5.0.0] - 2018-09-23
### Added
- Node elements and templates in `.create()` (#15, #17)
- `onShow` and `onClose` callbacks
- Streamlined API with less options to make basicLightbox easier to use
- More demos
### Changed
- Removed `beforeShow` and `afterShow` callbacks
- Removed `beforeClose` and `afterClose` callbacks
- Removed `beforePlaceholder` and `afterPlaceholder` options
## [4.0.3] - 2018-05-18
### Fixed
- Multiple classes issue in className (#13)
## [4.0.2] - 2018-04-21
### Changed
- Syntax of JS files
- Placeholder images in demos
### Fixed
- Videos and iframe content not clickable
## [4.0.1] - 2018-02-23
### Changed
- Removed unnecessary `requestAnimationFrame` (#12)
## [4.0.0] - 2017-12-22
### Added
- Support for `video` tag
- Documentation of SASS variables
### Changed
- Improved responsiveness when used with `iframe` tag
- Syntax of JS and SCSS files
## [3.0.4] - 2017-08-08
### Changed
- Ignore `yarn.lock` and `package-lock.json` files
## [3.0.3] - 2017-08-08
### Added
- Added a changelog
### Fixed
- `.99` opacity bug (#7)