Olivero clone for SDU, Island Archives
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

1.5 KiB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. Changelog muster from olivierlacan/keep-a-changelog.

[0.2.12] - 2017-10-10

Fixed

[0.2.11] - 2017-10-10

Fixed

[0.2.10] - 2017-06-04

Added

[0.2.9] - 2017-05-07

Added

[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