Skip to content

Releases: kenwheeler/slick

1.8.0

12 Sep 11:17
Compare
Choose a tag to compare
  • Made focusOnChange optional 729dcd #3032
  • Changed jQuery to peer dependency c83dfa
  • Fixed responsive arrow toggling #3027

1.7.1

30 Jul 19:21
Compare
Choose a tag to compare
  • 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!

1.6.0

06 May 12:55
Compare
Choose a tag to compare
1.6.0

1.5.9

30 Nov 01:20
Compare
Choose a tag to compare
  • Assorted bug fixes
  • Watch the 2.0 branch for the next major version release

1.5.8

24 Jul 14:14
Compare
Choose a tag to compare

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

1.5.7

23 Jul 12:59
Compare
Choose a tag to compare

Fixes issues related to 1.5.6 release.

Sorry about that folks!

1.5.6 HUUUUUUUGE-ass update.

11 Jul 12:05
Compare
Choose a tag to compare

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

1.5.5

13 May 07:36
Compare
Choose a tag to compare

Emergency hotfix for responsive error

1.5.4

12 May 23:33
Compare
Choose a tag to compare
  • Hotfix for responsive race condition
  • Fixes lost dot events
  • Adds 'destroy' event
  • Various bugfixes from my partner in crime @simeydotme

1.5.3

06 May 16:08
Compare
Choose a tag to compare
  • Fixing asNavFor bugs
  • Fixing issue with clicking the last dot