Skip to content

Commit

Permalink
4.2.6 release
Browse files Browse the repository at this point in the history
Fixes #2607
  • Loading branch information
nolimits4web committed May 1, 2018
1 parent cdb54be commit 03afbf0
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 17 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Change Log

## [Swiper 4.2.6](https://github.com/nolimits4web/swiper/compare/v4.2.5...v4.2.6) - Released on May 1, 2018
* `console.log` cleanup

## [Swiper 4.2.5](https://github.com/nolimits4web/swiper/compare/v4.2.2...v4.2.5) - Released on April 29, 2018
* Core
* Prevent apply grab cursor when swiper is locked
Expand Down
4 changes: 2 additions & 2 deletions dist/css/swiper.css
@@ -1,13 +1,13 @@
/**
* Swiper 4.2.5
* Swiper 4.2.6
* 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: April 29, 2018
* Released on: May 1, 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.

4 changes: 2 additions & 2 deletions dist/js/swiper.esm.bundle.js
@@ -1,13 +1,13 @@
/**
* Swiper 4.2.5
* Swiper 4.2.6
* 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: April 29, 2018
* Released on: May 1, 2018
*/

import { $, addClass, removeClass, hasClass, toggleClass, attr, removeAttr, data, transform, transition, on, off, trigger, transitionEnd, outerWidth, outerHeight, offset, css, each, html, text, is, index, eq, append, prepend, next, nextAll, prev, prevAll, parent, parents, closest, find, children, remove, add, styles } from 'dom7/dist/dom7.modular';
Expand Down
4 changes: 2 additions & 2 deletions dist/js/swiper.esm.js
@@ -1,13 +1,13 @@
/**
* Swiper 4.2.5
* Swiper 4.2.6
* 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: April 29, 2018
* Released on: May 1, 2018
*/

import { $, addClass, removeClass, hasClass, toggleClass, attr, removeAttr, data, transform, transition, on, off, trigger, transitionEnd, outerWidth, outerHeight, offset, css, each, html, text, is, index, eq, append, prepend, next, nextAll, prev, prevAll, parent, parents, closest, find, children, remove, add, styles } from 'dom7/dist/dom7.modular';
Expand Down
5 changes: 2 additions & 3 deletions dist/js/swiper.js
@@ -1,13 +1,13 @@
/**
* Swiper 4.2.5
* Swiper 4.2.6
* 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: April 29, 2018
* Released on: May 1, 2018
*/

(function (global, factory) {
Expand Down Expand Up @@ -472,7 +472,6 @@
var i;
function fireCallBack(e) {
/* jshint validthis:true */
console.log(e.type, callback);
if (e.target !== this) { return; }
callback.call(this, e);
for (i = 0; i < events.length; i += 1) {
Expand Down
6 changes: 3 additions & 3 deletions dist/js/swiper.min.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

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
@@ -1,6 +1,6 @@
{
"name": "swiper",
"version": "4.2.5",
"version": "4.2.6",
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions",
"main": "dist/js/swiper.js",
"jsnext:main": "dist/js/swiper.esm.bundle.js",
Expand Down

0 comments on commit 03afbf0

Please sign in to comment.