Skip to content

Commit

Permalink
3.0.7 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Apr 25, 2015
1 parent ea47244 commit 282bc00
Show file tree
Hide file tree
Showing 11 changed files with 384 additions and 140 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## Swiper 3.0.7 - Released on April 25, 2015
* New `width` and `height` parameters to force Swiper size, useful when it is hidden on intialization
* Better support for "Scroll Container". So now Swiper can be used as a scroll container with one single "scrollable"/"swipeable" slide
* Added lazy loading for background images with `data-background` attribute on required elements
* New "Sticky Free Mode" (with `freeModeSticky` parameter) which will snap to slides positions in free mode
* Fixed issues with lazy loading
* Fixed slide removing when loop mode is enabled
* Fixed issues with Autoplay and Fade effect
* Minor fixes

## Swiper 3.0.6 - Released on March 27, 2015
* Fixed sometimes wrong slides position when using "Fade" effect
* `.destroy(deleteInstance, cleanupStyles)` method now has second `cleanupStyles` argument, when passed - all custom styles will be removed from slides, wrapper and container. Useful if you need to destroy Swiper and to init again with new options or in different direction
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/nolimits4web/Swiper.git"
},
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions",
"version": "3.0.6",
"version": "3.0.7",
"author": "Vladimir Kharlampidi",
"homepage": "http://www.idangero.us/swiper/",
"keywords": ["swiper", "swipe", "slider", "touch", "ios", "mobile", "cordova", "phonegap", "app", "framework", "carousel", "gallery"],
Expand Down
4 changes: 2 additions & 2 deletions dist/css/swiper.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Swiper 3.0.6
* Swiper 3.0.7
* Most modern mobile touch slider and framework with hardware accelerated transitions
*
* http://www.idangero.us/swiper/
Expand All @@ -10,7 +10,7 @@
*
* Licensed under MIT
*
* Released on: March 27, 2015
* Released on: April 25, 2015
*/
.swiper-container {
margin: 0 auto;
Expand Down
4 changes: 2 additions & 2 deletions dist/css/swiper.min.css

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

2 changes: 1 addition & 1 deletion dist/js/maps/swiper.jquery.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/maps/swiper.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 282bc00

Please sign in to comment.