All Versions
10
Latest Version
Avg Release Cycle
97 days
Latest Release
2397 days ago

Changelog History

  • v1.8.1

    October 03, 2017
  • v1.8.0 Changes

    September 12, 2017
    • Made focusOnChange optional 729dcd #3032
    • πŸ”„ Changed jQuery to peer dependency c83dfa
    • πŸ›  Fixed responsive arrow toggling #3027
  • v1.7.1 Changes

    July 30, 2017
    • βž• Added lazyLoad support for secret/sizes attributes and option β€˜anticipated’ to preload n images #2681 #2456 #2981 #2942 #2843
    • βž• Added semicolon before wrapping IIFE to prevent collision with wayward libraries #2852
    • βž• Added LESS conditioning for @font-face #2969
    • βž• Added Centering of slides if slideCount < slidesToShow #2966 #2605
    • πŸ›  Fixed Case of white space with variable width and infinite true
    • πŸ›  Fixed jQuery syntax to be compliant with version 3 #2848 #2750 #2690
    • πŸ›  Fixed drag scrolling on touch devices #2521
    • πŸ›  Fixed centerMode display issues when slideCount is even #2118
    • πŸ›  Fixed issues with dots #2346
    • πŸ›  Fixed style bug with RTL #2691
    • πŸ›  Fixed bug with breakpoint #2647
    • πŸ›  Fixed issue with events when slideCount >= slidesToShow #2822
    • πŸ›  Fixed some a11y issues #2119 #2893 #2932
    • πŸ—„ Deprecated bower version #2557

    Thanks to everyone who helped!

  • v1.6.0

    May 06, 2016
  • v1.5.9 Changes

    November 30, 2015
    • πŸ›  Assorted bug fixes
    • πŸš€ Watch the 2.0 branch for the next major version release
  • v1.5.8 Changes

    July 24, 2015

    πŸ›  Fixes an issue with arrows, and preventDefault on IE8 for anchors

  • v1.5.7 Changes

    July 23, 2015

    πŸ›  Fixes issues related to 1.5.6 release.

    Sorry about that folks!

  • v1.5.6 Changes

    July 11, 2015

    ⚑️ Accessibility updates

    PR from @msrafi #1467
    notes: due to tabindex property, some browsers may include default styling to highlight the slide which has focus. You can override this with .slick-slide:focus { outline:0 } or even better to make the slide appear highlighted in some way for your users with poor sight.


    πŸ›  slide option fixed

    PR from @simeydotme #1357
    notes: fixes #1517 and #1353 regarding the slide option not filtering the carousel properly (at all).


    Enhancing the arrow states

    PR from @simeydotme #1331
    notes: default and custom arrows should now hide correctly , also there is a new css class slick-hidden which will default hide the arrows when there's not enough slides to slide, where as slick-disabled can be used to indicate when the slider has reached the end of a non-infinite carousel.


    πŸ“± Setting Responsive Options in setOption method

    PR from @simeydotme #1334
    notes: fixing #327 and closing #335 this should now allow setting of n * breakpoint responsive settings with the setOption method using code like: , .slick("setOption", "responsive", [{ ... }]); .. for an example you can see the new syntax working here: http://jsfiddle.net/simeydotme/54a9d57t/

    0cc9031


    Vertical Margin fix

    PR from @nyusaf #1499
    notes: Fixes a bug whereby the vertical margins on a vertical slider were incorrectly calculated by .outerHeight() method as described in #1498


    πŸ“¦ Bower package name fixed

    PR from @sindhus
    notes: Bower package name was out of date. Sorted.


    πŸ›  currentSlide option fixed

    PR from @janrode #1376
    notes: the initialSlide option was being used during breakpoints, instead of currentSlide causing the slide to reset back to initial value. Fixed.


    πŸ›  lazy loaded images fixed

    PR from @simeydotme #1360
    notes: fixing #1354 where the images were not being given the correct opacity after loading. It was to do with a race condition. Fixed.


    z-index improvement

    PR from @nominalaeon
    notes: closes #896 regarding the z-indexes being really crazy. New option set in the slider: zIndex.


    fade option improvement

    PR from @ethanclevenger91
    notes: closes many issues regarding the fading of slides. 3bfae61

  • v1.5.5 Changes

    May 13, 2015

    πŸš‘ Emergency hotfix for responsive error

  • v1.5.4 Changes

    May 12, 2015
    • πŸš‘ Hotfix for responsive race condition
    • πŸ›  Fixes lost dot events
    • βž• Adds 'destroy' event
    • πŸ›  Various bugfixes from my partner in crime @simeydotme