Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Mar 16, 2018
1 parent 68a41a5 commit 4aac0d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,8 +2,9 @@

## [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
* `swiper.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
* New `swiper.slideToClosest()` method to slide to closest snap point when it is somewhere in between
* A11y (Accessibility)
* It is now enabled by default (if installed)
* Controller
Expand Down
2 changes: 1 addition & 1 deletion package.js
@@ -1,4 +1,4 @@
var version = '4.1.6';
var version = '4.2.0';

Package.describe({
name: 'nolimits4web:swiper',
Expand Down

0 comments on commit 4aac0d6

Please sign in to comment.