Breaking Changes
- jQuery moved from dependency to peer dependency — update your package.json if not already including it
Features
focusOnChangeoption now optional
Fixes
- Fixed responsive arrow toggling (#3027)
Unclaimed project
Are you a maintainer of slick? Claim this project to take control of your public changelog and roadmap.
Changelog
the last carousel you'll ever need
Last updated 2 months ago
focusOnChange option now optionalRelease 1.6.0
Fixes an issue with arrows, and preventDefault on IE8 for anchors
Fixes issues related to 1.5.6 release.
Sorry about that folks!
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 fixedPR from @simeydotme #1357 **notes...
Emergency hotfix for responsive error