Skip to content

Commit

Permalink
Merge pull request #56 from dynamicweb/nullcheck-responsive
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
nicped authored Sep 28, 2022
2 parents a07de8e + d771d01 commit 905fabd
Show file tree
Hide file tree
Showing 26 changed files with 64 additions and 52 deletions.
11 changes: 11 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [v1.6.0] - 28-09-2022

## Added

- Added support for <code>.slider-item-show2-sm</code> to support showing 2 slides on mobile no matter how many slides are shown on desktop [#52](https://github.com/dynamicweb/swiffy-slider/issues/52).

## Bugfixes

- Fixed the handleIndicators method to not execute if the indicators have been dismounted [[#50](https://github.com/dynamicweb/swiffy-slider/issues/50)]
- Fixed an issue in the extensions js handling dragging when first or last slide was dragged long distances [[#48](https://github.com/dynamicweb/swiffy-slider/issues/48)]

# [v1.5.3] - 08-043-2022

## Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion dist/js/swiffy-slider-extensions.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const swiffysliderextensions = function() {
return {
version: "1.5.3",
version: "1.6.0",
draggingtimer: null,
init(rootElement = document.body) {
for (const sliderElement of rootElement.querySelectorAll(".swiffy-slider")) {
Expand Down
2 changes: 1 addition & 1 deletion dist/js/swiffy-slider-extensions.min.js

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/swiffy-slider.esm.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const swiffyslider = function() {
return {
version: "1.5.3",
version: "1.6.0",
init(rootElement = document.body) {
for (let sliderElement of rootElement.querySelectorAll(".swiffy-slider")) {
this.initSlider(sliderElement);
Expand Down
2 changes: 1 addition & 1 deletion dist/js/swiffy-slider.esm.min.js

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/swiffy-slider.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const swiffyslider = function() {
return {
version: "1.5.3",
version: "1.6.0",
init(rootElement = document.body) {
for (let sliderElement of rootElement.querySelectorAll(".swiffy-slider")) {
this.initSlider(sliderElement);
Expand Down
2 changes: 1 addition & 1 deletion dist/js/swiffy-slider.min.js

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

2 changes: 1 addition & 1 deletion docs/assets/img/brandlogos/grunt-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 905fabd

Please sign in to comment.