Skip to content

Commit

Permalink
Version 3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-krogh committed Feb 27, 2016
1 parent aab3364 commit ffe080f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
17 changes: 16 additions & 1 deletion Changelog.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -454,4 +454,19 @@ 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.
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-2015
Change in script: Added a the possibility of prefixing customLinks with ">", to have the links only work within the context of the slider.
2 changes: 1 addition & 1 deletion js/jquery.sudoSlider.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**@preserve
* Sudo Slider version 3.4.4 - jQuery plugin
* Sudo Slider version 3.4.5 - jQuery plugin
* Written by Erik Krogh Kristensen [email protected].
* http://webbies.dk/SudoSlider/
*
Expand Down
2 changes: 1 addition & 1 deletion js/jquery.sudoSlider.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "git",
"url": "git+https://github.com/webbiesdk/SudoSlider.git"
},
"version": "3.4.4",
"version": "3.4.5",
"author": {
"name": "Erik Krogh Kristensen",
"url": "webbies.dk",
Expand Down

0 comments on commit ffe080f

Please sign in to comment.