's.
Change in script: Fixed weird Firefox bug. (If you have a responsive slider, the slider might "push" the rest of the content down while initializing, it is moved back into place before anything is renders, but Firefox still goes crazy)
Change in script: Decreased the time it takes to initialize a responsive slider in some browsers.
Change in script: Fixed that a responsive slider sometimes adjusted as if there were a scrollbar, while there isn't a scrollbar.
Change in demos: Added the responsive height/width demo, that shrinks in both width and height.
3.2.0 (08-02-2014)
Change in script: Before when using continuous, i would clone some of the slides, to make sure that even if you scrolled further than the last slide, then there were still something to show.
Now i instead reorder the slides before an animation.
Change in demos: Removed the "responsive fixed width slides" demo.
Change in script: When using customLinks, the script now looks after a "data-target" to see what the customLink is supposed to do. "rel" attribute still works for backwards comparability.
Change in script: Fixed that when using ticker mode (auto with pause 0 and continuous), the slider would sometimes start by animating frot the last to the first slide, then jump to the second.
Change in script: Renamed the push effects to pushOut. And introduced the pushIn and stack effects. Now there's 118 effects.
And other small fixes
3.2.1 (08-02-2014)
Change in script: Fixed flicker in some effects in 3.2.0
3.2.2 (10-02-2014)
Change in script: Made the dirty fix in 3.2.1 into a clean one.
Change in script: Fixed that ajaxLoaded slides were wrapped in an
when they should be wrapped in a (and the other way).
Change in script: Numeric controls now also use data-target instead of rel attribute.
Change in docs: The explorer effects demo shows, when you select a prefix, what effects that prefix hits.
3.3.0 (23-06-2014)
Change in script: Fixed that an empty slider didn't work, and that ajaxloaded images would load wrong in some situations.
Change in script: Added a new option: "touch". When enabled you can swipe the slider back and forwards using mouse of touch input.
Change in script: Changed the touch demo from using touchSwipe to using the new option. Also removed touchSwipe script from the js/lib/ folder.
Change in script: Added the touchHandle option. So you can specify what the user can drag. Even something that isn't within the slider.
Change in docs: Added touchHandle demo.
Change in docs: Added touchHandle outside slider demo.
Change in docs: Added fullscreen demo.
Change in script: Fixed that continuous with ajax content bugged.
Change in script: InsertSlide now accepts negative number for positions. -1 equals inserting a slide in the far right of the slider, -2 one left of that etc.
Change in script: The setOption method now also accepts an object, that represents option names and option values to be changed.
Change in docs: Removed the "Responsive height/width", "flashlike" and "fade not crossfade" demo.
Change in script: The controls container now has class="controls" instead of id="controls". And the container for the numeric controls has class="numericControls" instead of class="controls". These are just new default option values, they can easily be changed through options.
Change in script: The container that has the slide now has class="slidesContainer" and each slide has class="slide"
Change in script: Added a destroyCallback option. It is called after the slider has been destroyed (that includes when options are changed).
Change in script: New effects, added optional suffix "Rounded" to all grow effects. Try it out in the all effects demo. Now 132 effects.
Change in script: Fixed that when preloadAjax was false, nothing except the first slide was ever loaded. And other problems related to Ajax.
Change in script: The auto animation pauses when responsive is on and the window is resized.
Change in script: Remove the animationZIndex option. Now the z-index of the overlaying animation is found more intelligently.
3.3.1 (04-10-2014)
Change in script: Added the mouseTouch option (thanks to foobear). That pr. default disables that mouse input acts as touch input when touch is enabled.
Change in script: Changed the way scrolling is allowed when using touch on a touch device (thanks to foobear).
Change in script: Added allowScroll option, so you can disable the behaviour that allows scrolling while dragging the slider using touch.
Change in docs: Removed the ticker mode demo.
Change in script: Fixed an of by one alignment problem, caused by some CSS.
Change in script: Improved animation startup time for all animations where boxes or slices are animated in (so when they fade in, slide in, grow in etc.).
Change in script: Responsive option is now true as default.
Change in docs: Added the "touch and links" demo. Showcasing links inside a slider that you can move around using touch.
Change in script: You can have wildcards when specifying effect. So "box*Grow*" chooses randomly between every effect matching that.
Change in script: No more ugly z-index when doing animations.
Various fixes. Including some Old-IE fixes.
3.3.2 (21-10-2014)
Change in script: Touch now works well when you slide across multiple slides, that includes if slideCount > 1.
Change in script: Added a new option CSSease, so you can set the ease used for CSS and JavaScript animations separately.
3.4.0 (28-01-2015)
Change in demos: Fixed that the fullscreen demo bugged when putting the window in "portrait" mode.
Change in script: Resetting the position using margins and translate when slider is initialized.
Change in script: The setOption method no longer accepts an object of options, that behaviour is now in the new setOptions method.
Change in script: Added the sudoSlider object as an extra argument to the callback: ajaxload, afteranimation and beforeanimation. The other functions already has it as "this".
Change in script: If you have a single tag with class="slidesContainer" under the SudoSlider element, all the slides can (and will) be placed under that element.
Change in script: The method "adjust" now adjusts twice, first time when its called, and a second in a 0ms timeout.
Change in script: Removed the controlsShow option, since it was redundant.
Change in script: A factory method that returns the default options is now available at $.fn.sudoSlider.getDefaultOptions
Change in script: Fixed some handlers that wasn't unbound when the slider was destroyed.
Change in script: Fixed 2 bugs relating to height/width adjustments while an animation is running.
Change in script: Auto is now stopped when destroying (but will start again on init if the option is still true).
New: Added the SliderBuilder, that can be used to build a slider, and test out options.
Change in demos: Removed the navigation in slider demo.
Change in demos: Removed the tabs 2 demo.
3.4.1 (31-03-2015)
Change in script: Changed the default value of "mouseTouch" to true, meaning that if you enable touch, mouse-dragging also work pr. default.
Change in script. Added a "speed" argument in the end of beforeAnimation. Since the animation speed isn't always the option speed (e.g. touch animations).
Change in demos: Added the "partial sides" demo.
Change in script: A class "sudoSlider-dragging" is added to the body while the user is dragging an element.
Change in script: Prefixing touchHandle with ">" (like "> img"), will limit the touchHandle to select within the slider. See example in the touch and links demo.
Change in script: startSlide can now be set to a new special value "random", which will make it select a random of the slides.
Change in script: fixed a bug when interruptible and history was used
3.4.2 (19-08-2015)
Changing the jQuery.json to package.json, to support being on npm.
Fixed touch in Firefox (and maybe also Safari?)
Added fadeZoom effect
3.4.3 (28-11-2015)
Removed fadeZoom effect (was buggy).
Added CommonJS and AMD support.
3.4.4 (21-01-2016)
Fixed that the slider always crashed in Microsoft Edge.
3.4.5 (27-02-2016)
Change in script: Added a the possibility of prefixing customLinks with ">", to have the links only work within the context of the slider.
3.4.6 (28-02-2016)
Fixed that the minified code contained a syntax-error.
3.4.7 (22-07-2018)
Fixing an issue where calling setOptions() or similar multiple times after another, caused problems with touch.
3.4.8 (19-05-2016)
Small fixes
3.4.9 (24-05-2016)
Adding an extra pixel once in a while, due to the earlier removal of sub-pixel widths, which resulted in the slider sometimes being to small.
3.4.10 (26-05-2016)
Fixed some subpixel precision problems in Firefox when rezizing and having multiple slides visible. Fixes #56
3.4.11 (03-05-2018)
Fixed jQuery version detection
3.5.0 (22-07-2018)
Improved page performance when enabling touch. But re-working how the events are registered.
Added performanceMode option. Can be used to hide slides that are invisible anyway, and reset the CSS if the slider is not currently animating. Can increase performance, especially if on mobile and there are multiple sliders on a single page.
Removed nested sliders demo, it stopped working and I don't wanna fix it.
Removed css effects demo. There was no reason for me to have it.
3.5.1 (26-01-2021)
Changed the "slide" effect to use `margin` instead of `translate(left, top)`. Fixes an animation issue in Chrome 88. Fixes #67