| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-30 | 741 Bytes | |
| v2.0.1 source code.tar.gz | 2026-07-30 | 43.8 kB | |
| v2.0.1 source code.zip | 2026-07-30 | 51.4 kB | |
| Totals: 3 Items | 96.0 kB | 0 | |
A small maintenance release featuring one RTL bug fix.
🐛 Bug fixes
- Fixed RTL + variableWidth rendering as LTR. Slick's right-to-left layout depends on the [dir=rtl] .slick-slide CSS rule, but the rtl: true option only drove the JavaScript positioning. It never guaranteed that rule matched. As a result, pages that set direction via CSS (direction: rtl), a utility class, or a dir="rtl" attribute that wasn't an ancestor of the slider would render left-to-right, which was especially broken with variableWidth: true. Slick now applies dir="rtl" to its own slider element when rtl: true, so the option works on its own regardless of surrounding markup.
Full changelog: https://github.com/kenwheeler/slick/compare/v2.0.0...v2.0.1