react-slick v0.17.1 Release Notes

Release Date: 2018-02-01 // about 6 years ago
  • Major Changes

    ๐Ÿ”ง Enforced some settings in specific configurations like:

    • slidesToScroll = 1 when fade is true
    • slidesToScroll = 1 when centerMode is true

    - slidesToShow = 1 when fade is true

    ๐Ÿ”„ Changed the number of clones (preclones and postclones), that fixed couple of issues like blank spaces after last slide and/or before first slide which occurred in several cases.

    Minor Changes

    • โœ… Rich amount of tests and test-utilities added
    • โž• Additional documentation comments added
    • ๐Ÿ”จ Refactored small snippets for betterment
    • ๐Ÿ›  Fixed several lazyload and centerMode bugs