Skip to content

Commit

Permalink
4.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Feb 22, 2019
1 parent 6e7974e commit 1c4dfa3
Show file tree
Hide file tree
Showing 12 changed files with 912 additions and 489 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## [Swiper 4.5.0](https://github.com/nolimits4web/swiper/compare/v4.5.0...v4.5.0) - Released on February 22, 2019
* Core
* New `swiper.changeDirection()` method to change direction from horizontal to vertical (and back) dynamically
* `direction` parameter can be used in breakpoints
* Virtual Slides
* `swiper.virtual.appendSlide` now accepts array of slides to add
* `swiper.virtual.prependSlide` now accepts array of slides to prepend
* New `swiper.virtual.removeSlide(indexes)` to remove virtual selected slides
* New `swiper.virtual.removeAllSlides()` to remove all virtual slides
* Navigation
* Now it emits `navigationHide` and `navigationShow` events when on nav hide/show
* Pagination
* Now it emits `paginationHide` and `paginationShow` events when on pagination hide/show
* Dom7 updated to latest 2.1.3
* Fixed issue when `.once` bound event could still be there after unbinding it with `.off`
* Source
* Source styles are now available in SCSS in addition to LESS
* Minor fixes and improvements

## [Swiper 4.4.6](https://github.com/nolimits4web/swiper/compare/v4.4.5...v4.4.6) - Released on December 19, 2018
* Core
* Fixed issue with wrong slide size calculation in some cases
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": "4.4.6",
"version": "4.5.0",
"author": "Vladimir Kharlampidi",
"homepage": "http://www.idangero.us/swiper/",
"keywords": ["swiper", "swipe", "slider", "touch", "ios", "mobile", "cordova", "phonegap", "app", "framework", "carousel", "gallery"],
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "swiper",
"repo": "https://github.com/nolimits4web/Swiper.git",
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions",
"version": "4.4.6",
"version": "4.5.0",
"keywords": ["swiper", "swipe", "slider", "touch", "ios", "mobile", "cordova", "phonegap", "app", "framework", "carousel", "gallery"],
"dependencies": {
},
Expand Down
6 changes: 3 additions & 3 deletions dist/css/swiper.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/**
* Swiper 4.4.6
* Swiper 4.5.0
* Most modern mobile touch slider and framework with hardware accelerated transitions
* http://www.idangero.us/swiper/
*
* Copyright 2014-2018 Vladimir Kharlampidi
* Copyright 2014-2019 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: December 19, 2018
* Released on: February 22, 2019
*/
.swiper-container {
margin: 0 auto;
Expand Down
6 changes: 3 additions & 3 deletions dist/css/swiper.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 1c4dfa3

Please sign in to comment.