Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 1.77 KB

CHANGELOG.rst

File metadata and controls

64 lines (40 loc) · 1.77 KB

Change log

  • Look for element with [data-slider-container] to use for sizing to allow more flexible styling (controls outside of slides area)
  • Use imagesLoaded library to wait with initialisation until all images ready (there was an initialisation problem in chrome)

0.4.1 (2018-02-16)

  • Bug fix for showing last slide

0.4 (2018-02-15)

  • Emit event when revealing slides
  • Allow for slides not to stretch to the full width of the container

0.3 (2018-01-08)

  • Remove the bliss dependency.

0.2.2 (2017-10-10)

  • now using shy bliss to not litter $ in the global workspace

0.2.1 (2017-05-12)

  • adding [data-hide-controls] to main element when there are <= 1 slides

0.2 (2017-05-12)

  • Changing autoPlay to be a property of gallery with get and set therefore braking old versions that use the function way autoplay()
  • Moving generation of thumb elements inside gallery class in _createThumbs()

0.1.2 (...)