Skip to content

Commit

Permalink
4.2.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Mar 16, 2018
1 parent 88d4497 commit 68a41a5
Show file tree
Hide file tree
Showing 9 changed files with 735 additions and 526 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [Swiper 4.2.0](https://github.com/nolimits4web/swiper/compare/v4.1.6...v4.2.0) - Released on March 16, 2018
* Core
* `updateAutoHeight(speed)` now supports `speed` parameter to resize swiper wrapper with duration
* Fixed issues in free mode with `freeModeSticky` not being able to snap to closest snap point
* A11y (Accessibility)
* It is now enabled by default (if installed)
* Controller
* Fixed RTL issue when vertical swiper controls horizontal one
* Lazy
* Fixed issue when lazy loading not always triggered on window resize
* Minor fixes

## [Swiper 4.1.6](https://github.com/nolimits4web/swiper/compare/v4.1.5...v4.1.6) - Released on February 11, 2018
* Fixed onTouchMoveOpposite event on touch devices

Expand Down
4 changes: 2 additions & 2 deletions dist/css/swiper.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/**
* Swiper 4.1.6
* Swiper 4.2.0
* Most modern mobile touch slider and framework with hardware accelerated transitions
* http://www.idangero.us/swiper/
*
* Copyright 2014-2018 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: February 11, 2018
* Released on: March 16, 2018
*/
.swiper-container {
margin: 0 auto;
Expand Down
4 changes: 2 additions & 2 deletions dist/css/swiper.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 68a41a5

Please sign in to comment.