Releases: madeyourday/rocksolid-slider
Releases · madeyourday/rocksolid-slider
1.5.0
- Fixed loop setting for autoplay, see #26
- Fixed autoplay restart timing calculation, see #23
- Fixed bug with autoplay and not loaded images
- Fixed center content for height auto
- Fixed problems with image scaling, removed styles for
.rsts-slide img
- Fixed proportion sizing to always apply the proportion to the size of one slide
- Added options rowMaxCount, rowMinSize and rowSlideRatio, see madeyourday/contao-rocksolid-slider#13
- Added support for slideable links, see #21
- Added support for lazy loading via
<script type="text/html">
- Added check if navigation is needed, see #25
- Added styles for print version, see #22
- Added per-slide autoplay option, see #19
- Added thumbnail navigation, see madeyourday/contao-rocksolid-slider#17
- Added support for HTML video slides, see madeyourday/contao-rocksolid-slider#8
1.4.2
- Added window size check, fixed #20
- Added support for
data-rsts-class
attribute
1.4.1
- Added support for the time param for YouTube and Vimeo, see #17
- Fixed scroll position bug on window resize, see #18
- Fixed bug with pointer events in IE11
- Added support for responsive images
1.4.0
- Added option
visibleAreaMax
- Added styles for prev/next overlay to the light skin
- Reduced z-index usage in light skin
- Fixed bug in preload slides calculation, see #16
1.3.3
- Fixed bug with animation styles for the first slide
- Added normalize height mode, see #14
1.3.2
- Fixed bug with navType
none
and combineItems
- Fixed bug with disappearing elements over videos in Chrome 33
- Improved scaling of images and videos
1.3.1
- Fixed bug in
SliderNav.combineItems()
- Added option
imagePosition
1.3.0
New options:
loop
, #8
centerContent
, #13
Carousel mode options, #5:
slideMaxCount
slideMinSize
visibleArea
combineNavItems
prevNextSteps
Changes:
- Removed mozilla flash video bugfix
- Added percentage support for
gapSize
option
- Added support for slide background images and videos, #12
- Added visibility check to pause the slider if it is outside the viewport, #7
- Added events
rsts-slidestart
and rsts-slidestop
, #10
- Added slider type
side-slide
, #6
1.2.0
- Added
.rsts-nav-item
- Added li element for prev and next, see #3
- Fixed safari bug with invisible images, see #9
- Added navigation type
none
, see #4
- Added option
controls
, see #4
1.1.1
- Added a fallback for unknown video URLs, see #2
- Added support for more video URLs, see #2
- Fixed bug with wrong dragLastPos on drag start, see #1