press icon indicating copy to clipboard operation
press copied to clipboard

fix(deps): update dependency swiper to v6

Open renovate[bot] opened this issue 5 years ago • 0 comments

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
swiper (source) ^5.1.0 -> ^6.0.0 age adoption passing confidence

Release Notes

nolimits4web/Swiper

v6.7.0

Compare Source

Bug Fixes
Features
  • core: starter html layout can be optional with new createElements: true parameter (#​4507) (aef2865)
  • autoplay: if disableOnInteraction and pauseOnMouseEnter, it will stop autoplay on interaction (e7e5031), closes #​4598
  • vue: add support for use Swiper as async component (ff53797), closes #​4613

v6.6.2

Compare Source

Bug Fixes
  • autoplay: fix resume after pause on mouseenter (3d480be), closes #​4569
  • navigation: better SCSS interpolation (a1337df)
  • svelte: auto update Virtual slides on slides prop change (ddf11b8), closes #​4564

v6.6.1

Compare Source

Bug Fixes

v6.6.0

Compare Source

Bug Fixes
  • core: make autoHeight work with Virtual slides (6925acf), closes #​4525
  • zoom: don't toggle zoom on slides without zoom-container (e1de61b), closes #​4535
Features
  • autoplay: new pauseOnMouseEnter parameter to pause autoplay on mouse enter over container (1a10247), closes #​4482
  • core: new parameters and methods to enable/disable Swiper dynamically (575bc84), closes #​4356 #​4311
  • react: add the missing render function type (cfa1459)

v6.5.9

Compare Source

Bug Fixes
  • angular: custom naviation & pagination (c96bcf6)
  • angular: don't remove Swiper styles on destroy (96ad4f0), closes #​4443
  • angular: extend current params (71be609)
  • angular: pagination true should work (434a19c)
  • angular: update value (20e25b5)
  • build: size calc (769e9df)
  • docs: postinstall bakers-> backers typo (839aea4)
  • hash-navigation: fixed issue when using with freeMode without transition (c90a7bd), closes #​4478
  • history: fixed issue when using with freeMode without transition (2902ea9)
  • react: load lazy images (if enabled) on children change (ca0347b), closes #​4463
  • vue: load lazy images (if enabled) on children change (335daff)
Features
  • angular: support id input (ad51e32)
  • core-js postinstall script (fd5c01d)
  • angular: use class & ngClass on <swiper> component (66c5a55)

v6.5.8

Compare Source

Bug Fixes
  • components: fixed issue with navigation, pagination, scrollbar custom elements added after initialization (cfd4efd), closes #​4458
  • react: make events reactive (301ffb0), closes #​3762
Features
  • a11y: add a11y.slideRole parameter for custom slide role (097109f), closes #​4435
  • history: new root parameter to avoid issues with root path detection (e6d1202), closes #​3205

v6.5.7

Compare Source

Bug Fixes
  • react: fixed issue with Virtual, Controller and Thumbs when running React.StrictMode
Features
  • core: new swiper.setProgress method to set whole Swiper translate progress (from 0 to 1)

v6.5.6

Compare Source

Bug Fixes
  • angular: custom html element support (b7d0c1f)
  • angular: custom html element support (dec54c2)

v6.5.5

Compare Source

Bug Fixes
  • core: removed Svelte from peerDependencies
  • utils: dom not writeable (8775c1a)

v6.5.4

Compare Source

Bug Fixes

v6.5.3

Compare Source

Bug Fixes

v6.5.2

Compare Source

Bug Fixes
  • core: fix params extending loosing Swiper instance (32092ae), closes #​4384

v6.5.1

Compare Source

Bug Fixes
Features
  • a11y.slideLabelMessage (9fd6e68)
  • custom html element support (f96db02)
  • navigation: set disabled prop on nav element if it is a <button> element (7536fbd), closes #​4312

v6.5.0

Compare Source

Bug Fixes
  • a11y: space should trigger role button (3d4039b)
  • core: correctly update slideIndex when other elements are present in slides wrapper (21e7713)
  • core: don't toggle zoom during transition (16f185e), closes #​4259
  • core: don't try to move slider when it is locked (51fd048), closes #​4284
  • e2e: initSwiper (9915f8b)
  • lazy: fixed issue with lazy loading when freeMode stops without momentum (82bcc5c), closes #​4274 #​4275
  • navigation: don't hide navigation on pagination click (7b7cccf), closes #​4285
  • pagination: don't hide pagination on navigation click (68b8a93), closes #​4285
  • svelte: fix Svelte cjs exports (478289c), closes #​4297
Features
  • components: added "resizeObserver" boolean option/prop to enable ResizeObserver (f03ffbb), closes #​4244
  • core: added support to use ResizeObserver with new "resizeObserver" parameter (5f80052), closes #​4244
  • core: possible to enable breakpoints based on container width (instead of window width) (42db86d), closes #​4244
  • init cypress (6159524)

v6.4.15

Compare Source

Bug Fixes
  • angular, vue, svelte: add 'observer', etc. to params-list (8f1cd29)
  • core: correctly store class names (02265ec), closes #​4247

v6.4.14

Compare Source

Bug Fixes
  • svelte: add "observer" params support to props (703ea53)
  • vue: add "observer" params support to props (1d37ff7)
  • fixed error bundling CJS module (0cda5e4), closes #​4242
  • react: add 'observer', etc. to params-list (205c14e)
Features
  • angular: thumbs & controller support (76acd28)

v6.4.12

Compare Source

Bug Fixes
  • angular: autoplay SSR (4f1e9c4)
  • angular: don't enable observer when virtual enabled (8810b18)
  • angular: virtual SSR (63fed99)
Performance Improvements
  • angular: call swiperRef outside of angular (4e544ef)

v6.4.11

Compare Source

Bug Fixes
  • angular: BrowserAnimationsModule slides deletion (fef6ebd)
  • react: navigation, pagination and scrollbar is not disabled when #​4181 (460787d)
  • react: correctly check for virtual params (92c0137)
  • react: support SwiperSlider components wrapped in higher order components and fix nested fragments bug #​4144
  • vue: update virtual slides on nextTick (5208b1a), closes #​4172
  • svelte/vue navigation, pagination and scrollbar is not disabled when false #​4181 (ffedb6b)
Features
  • angular: use observer to update swiper on slides changes (962a0c0)
  • angular: use swipers observer (30dd7c9)

6.4.10 (2021-01-29)

Bug Fixes
  • core: don't throw error when trying to init on non existent element (31aa87a)
  • core: fixed issue with "scroll container" (c3d0b97), closes #​4161
  • react: fixed issut with Virtual Slides not working correctly (c24f7ef), closes #​4162
  • vue: fixed updating virtual slides on virtual data change (5979102)

6.4.9 - Released on January 28th, 2021

Bug Fixes
  • angular: Cannot set property 'classNames' of undefined (13bcf39)
  • angular: content slider ngIf (4ca13e4)
  • angular: tsconfig path (f2dcf16)
  • angular: zoom container custom class (5d4f11c)
  • core: disable extra grid item for free mode (9159d89), closes #​4010
  • docs: change url api -> swiper-api (3dc9203)
  • docs: heading levels (e8157e6)
  • scrollbar: fixed issue when initialized with empty scrollbar.el will throw an error on destroy
  • svelte: slots container start & end (b23b4e1)
  • zoom: consider window scroll for offsets (60cd60a), closes #​4039
Features

6.4.8 - Released on January 22th, 2021

  • Core
    • Improved default behavior on Windows touch screen devices
  • Types
    • Some docs comments fixes

6.4.7 - Released on January 21th, 2021

  • Types
    • Added full docs comments for all Swiper parameters
  • Angular
    • Proper support for zoom functionality with required extra "zoom" element. Can be enabled with zoom prop on slides, e.g. <ng-template swiperSlide [zoom]="true">
    • Fixed issue with SSR
    • Fixed issue with not working custom pagination.el

6.4.6 - Released on January 20th, 2021

  • Core
    • edgeSwipeDetection parameter now can receive string 'prevent' to prevent system swipe-back navigation
    • Fixed issue when with decimal slidesPerView last slide never received "active" class/state
    • Cube
      • Fixed shadow rendering issues in Chrome
  • React/Svelte/Vue/Angular
    • Fixed rendering issue when virtual slides used with breakpoints
  • Minor fixes

6.4.5 - Released on December 18th, 2020

  • Fixed issue with postinstall script

6.4.4 - Released on December 18th, 2020

  • Fixed issue with postinstall script
  • Now .css files are also available for all components
  • Svelte
    • Fixed issue with wrong location of .svelte files in package
  • Angular
    • Types fixes
    • Added [config] support to pass all Swiper params as single object (https://github.com/nolimits4web/swiper/commit/f7d21c5f49860fdca62a31ccb62b01a790fd0df3)
    • Added (index) active slide binding (https://github.com/nolimits4web/swiper/commit/86670bd7c1b95268919147662383804e664011a7)
  • Minor fixes

6.4.1 - Released on December 9th, 2020

  • Fixed types errors introduced in 6.4.0

6.4.0 - Released on December 8th, 2020

  • All new Swiper Angular components (kudos to @​vltansky) 🎉
  • React
    • Now Swiper won't cleanup styles on destroy
  • Svelte
    • Now svelte package contains source .svelte components
    • Now Swiper won't cleanup styles on destroy
  • Vue
    • Now Swiper won't cleanup styles on destroy
  • Lazy
    • Now it has options to check is Swiper also is in view before loading the images (thanks to @​ygj6)
  • Build
    • Fixed sourcemap missing original sources
  • Lots of minor fixes

6.3.5 - Released on October 30th, 2020

  • Build
    • Fixed builds on Windows
  • Core
    • Fixed no swiping class in shadow component (#​3868)
    • Typecheck for slideTo's index parameter

6.3.4 - Released on October 20th, 2020

  • Vue
    • Fixed issue with Maximum recursive updates

6.3.3 - Released on October 9th, 2020

  • Core
    • Fixed issue with wrong slides calculation when slides have inner scrollbars
  • Autoplay
    • Now it will continue autoplay if it reaches the end and new slides will be added later
  • React
    • Fixed issue when slide render function data was set only after interaction
  • Minor fixes

6.3.2 - Released on September 28th, 2020

  • Svelte
    • Fixed issue with throwing error when using breakpoints

6.3.1 - Released on September 25th, 2020

  • Core

    • A11y
      • Init module after all other modules initialized

6.3.0 - Released on September 25th, 2020

  • Core

    • A11y
      • Added new parameters containerMessage, containerRoleDescriptionMessage and itemRoleDescriptionMessage (#​3834 thanks to @​jenemde)
  • React

    • Now SwiperSlide component requires unique virtualIndex to be set so Swiper can know which slide is rendered exactly
  • Vue

    • Fixed issue when SwiperSlide was not rendered if used with v-for
    • Now SwiperSlide component requires unique virtualIndex to be set so Swiper can know which slide is rendered exactly
  • All new Swiper Svelte components:

    <Swiper spaceBetween="{50}" slidesPerView="{3}">
      <SwiperSlide>Slide 1</SwiperSlide>
      <SwiperSlide>Slide 2</SwiperSlide>
      ...
    </Swiper>
    <script>
      import { Swiper, SwiperSlide } from 'swiper/svelte';
    </script>
    

6.2.0 - Released on September 4rd, 2020

  • All new Swiper Vue.js (v3) components:

    <template>
      <swiper :space-between="50" :slides-per-view="3">
        <swiper-slide>Slide 1</swiper-slide>
        <swiper-slide>Slide 2</swiper-slide>
        ...
      </swiper>
    </template>
    <script>
      import { Swiper, SwiperSlide } from 'swiper/vue';
    
      export default {
        components: {
          Swiper,
          SwiperSlide,
        },
      };
    </script>
    

6.1.3 - Released on September 3rd, 2020

  • Core
    • Pagination
      • Now it won't set a11y attributes on customly rendered bullets
  • React
    • Fixed issue with loop mode and breakpoints not being recalculate slides

6.1.2 - Released on August 17th, 2020

  • React
    • Fixed issue generating useLayoutEffect warning in Next.js
    • Fixed issue with Virtual List in RTL mode

6.1.1 - Released on July 31th, 2020

  • Fixed ESM/CJS import paths

6.1.0 - Released on July 31th, 2020

  • Core
    • Mousewheel
      • New mousewheel parameters thresholdDelta and thresholdTime (#​3720)
    • Fixed issue with Navigation and Pagination .less files (#​3724)
    • Fixed issue with setting proper sideEffects causing some bundlers to not include imported styles (#​3708)
  • React
    • Now SwiperSlide accepts render function with isActive, isVisible, isPrev, isNext, isDuplicate props:
      <Swiper>
        <SwiperSlide>
          {({ isActive }) => <div>Current slide is {isActive ? 'active' : 'not active'}</div>}
        </SwiperSlide>
        <SwiperSlide>...</SwiperSlide>
        ...
      </Swiper>
      
  • Minor fixes

6.0.4 - Released on July 15th, 2020

  • Fixed TS definitions for Swiper React component (#​3692)

6.0.3 - Released on July 14th, 2020

  • Dom7 updated to latest with correct __proto__ setters/getters

6.0.2 - Released on July 9th, 2020

  • React
    • Now Swiper will be auto updated if pagination.el, scrollbar.el, navigation.nextEl and navigation.prevEl are passed from later-available refs

6.0.1 - Released on July 7th, 2020

  • Core

    • SCSS:Fixed issue with missing $colors var in Navigation and Pagination
  • React

    • Fixed Swiper instance argument typings in event handler props
    • Added event handler props definitions for modules events

6.0.0 - Released on July 3rd, 2020

  • New NPM package structure

    • All scripts transpiled to ES5

    • New and renamed files (BREAKING CHANGE):

      • swiper.less - core Swiper LESS
      • swiper.scss - core Swiper SCSS
      • swiper-bundle.css - Swiper bundle CSS
      • swiper-bundle.js - Swiper bundle JavaScript in UMD format
      • swiper-bundle.cjs.js - Swiper bundle JavaScript in CommonJS format
      • swiper-bundle.esm.js - Swiper bundle JavaScript in ESM format
      • swiper.cjs.js - Swiper core JavaScript in CommonJS format
      • swiper.esm.js - Swiper core JavaScript in ESM format
    • Following imports are now available

      • import Swiper from 'swiper' - imports core version
      • import Swiper from 'swiper/bundle' - imports bundle version
      • import Swiper from 'swiper/core' - imports core version
    • Components can be imported from core version using named imports, or using direct import:

      import { Navigation } from 'swiper';
      // or
      import Navigation from 'swiper/components/navigation';
      
      // and styles (Less or SCSS only)
      import 'swiper/components/navigation/navigation.less';
      
  • Full server-side rendering support (SSR) with new parameters:

    • userAgent - device user agent, required for some initial detection
    • url - required to correctly detect and set initial slide if Hash Navigation or History modules are used
  • New loopPreventsSlide boolean parameter (by default enabled), that prevents slidePrev/Next transitions while transition is in progress

  • Full support for Node.js DOM libraries like JSDOM and Domino

  • Added new onAny(callback) listener to listen for any swiper event

  • All events now emit swiper instance as a first argument (BREAKING CHANGE)

  • Added official TypeScript definitions

  • Updated to use next generation dom7 and ssr-window libraries

  • All new Swiper React components:

    import { Swiper, SwiperSlide } from 'swiper/react';
    
    export default () => {
      return (
        <Swiper
          spaceBetween={50}
          slidesPerView={3}
          onSwiper={(swiper) => console.log(swiper)}
          onSlideChange={() => console.log('slide change')}
        >
          <SwiperSlide>Slide 1</SwiperSlide>
          <SwiperSlide>Slide 2</SwiperSlide>
          ...
        </Swiper>
      );
    };
    

5.4.5 - Released on June 16th, 2020

  • Core
    • Fixed issue when checkOverflow method could throw error if Navigation module wasn't installed (#​3621)
  • Keyboard
    • New parameter pageUpDown to enable/disable pageUp and pageDown keys (enabled by default)

5.4.3 - Released on June 13th, 2020

  • Core
    • Removed UIWebView text from code
    • Fixed resize handler calling slideTo to last slide when it shouldn't

5.4.2 - Released on June 3rd, 2020

  • Mousewheel
    • Fixed issue when enabling forceToAxis also inverted scrolling
  • Coverflow Effect
    • Added support for scale parameter (#​3598)
  • Pagination
    • Fixed detection of uniqueNavElements (#​3590)

5.4.1 - Released on May 20th, 2020

  • Fixed dependencies versions

5.4.0 - Released on May 15th, 2020

  • Hash Navigation
    • Added hashChange and hashSet events (#​3557)
  • Lazy
    • Added support for <picture> lazy loading (#​3560)
  • Mousewheel
    • Potentially improved vertical scrolling issues on Windows/Linux OS
  • Updated ssr-window and dom7 dependencies to latest versions
  • Minor fixes

5.3.8 - Released on April 24th, 2020

  • Core
    • Fix iOS bug with double bounce on free mode momentum bounce
  • A11y
  • Thumbs
    • Added thumbs.autoScrollOffset parameter that allows to set on what thumbs active slide from edge. It should automatically move scroll thumbs
  • Minor fixes

5.3.7 - Released on April 10th, 2020

  • Core
    • Fixed cssMode behavior in RTL layout
  • Zoom
    • Fixed issue with not working double-tap to toggle with virtual slides
  • Minor fixes

5.3.6 - Released on February 29th, 2020

  • Core
    • Fixed wrong auto height calculation with centeredSlides enabled
  • Lazy
    • Now it will update auto height (if enabled) on lazy image loaded (#​3466)
  • Zoom
    • Fixed issue when previously active slide could be zoomed with zoom.in() API (#​3451)
    • Fixed issue when zoom didn't work on <picture> element (#​3456)
    • Added support for custom zoom-target element by adding swiper-zoom-target class to such elements
  • Coverflow Effect
    • stretch parameter now can be set in % (#​3468)
  • Minor fixes

5.3.1 - Released on February 8th, 2020

  • Core
    • Fixed issue when slider could stuck after last slide (#​3414)
    • Added label to list of form events to keep clicks on it (#​3407)

5.3.0 - Released on January 11th, 2020

  • Core
  • Mousehweel
    • Fixed issue when it can fail on load (#​3383)
  • Minor fixes

5.2.1 - Released on November 16th, 2019

  • Core
    • New loop events beforeLoopFix and loopFix
    • New parameter updateOnWindowResize (by default true) that will update/recalc swiper on window resize/orientationchange
    • Added SCSS interpolation for --swiper-theme-color variable when not building from source (#​3334)
    • Quote SCSS color names (#​3316)
    • Fixed issue when .once could be called more than once (#​3322)
  • Mousewheel
    • Fixed scroll wheel unwanted frozen effect (#​3328)
  • Thumbs
    • New multipleActiveThumbs (by default true) option to control whether multiple thumbnail slides may get activated or not.
  • Minor fixes

5.2.0 - Released on October 26th, 2019

  • Core
    • New centeredSlidesBounds parameter that when enabled will keep first and last slides at bounds
    • Fixed issue when freeMode could break position on resize (#​2708, #​3303)
    • Fixed transition duration issue with freeModeSticky (#​3302)
    • Fixed issue with wrong row/column if not full groups (#​3294)
    • Fixed issue when watchOverflow and slidesOffsetBefore/slidesOffsetAfter couldn't work together (#​3291)
  • Mousewheel
    • Faster & smoother mousewheel inertial scrolling (#​3304)
  • Package
    • Added source maps to package builds (#​3306)
    • Added minified version of browser.esm.bundle
  • Minor fixes

5.1.0 - Released on October 16th, 2019

  • Core
    • Fixed issues with touch on iOS 13
    • New translateTo method #​3268
  • Pagination
    • Improved dynamic bullets behavior when loop: true #​3255
  • Zoom
    • Fixed issue with pinch to zoom on Android
  • Minor fixes

5.0.4 - Released on September 30th, 2019

  • Core
    • Now on short swipes over navigation buttons, it will treat it like nav button click (#​3237 by @​robpop)
    • Fixed issue when passing float slidesPerView could break loop mode (#​3225 by @​robpop)
  • Scrollbar
    • Fixed issue with wrong "pointer" position calculation on scroll bar tap
  • Autoplay
    • Fixed issue when it was paused after returning from hidden tab
  • Minor fixes

5.0.3 - Released on September 19th, 2019

  • Core
    • touchEventsTarget defaults back to container
    • Added handling of touchcancel event #​3219
    • Fixed issue with wrong order calculation in slidesPerColumnFill: 'row' mode
    • Fixed issue with slides missplacing when prepending slides in virtual mode
    • Fixed issue when zoomed image still swiped to another slide on mobiles

5.0.1 - Released on September 17th, 2019

  • Core
    • Fixed typo in code

5.0.0 - Released on September 17th, 2019

  • Core
    • All new CSS Scroll Snap mode (can be enabled with cssMode: true). It doesn't support all of Swiper's features, but potentially should bring a much better performance in simple configurations
    • Fully removed Internet Explorer support
    • breakpointsInverse parameter has been removed and now breakpoints behave like with breakpointsInverse: true before.
    • touchMoveStopPropagation parameter now defaults to false
    • click event won't be fired with 300ms delay anymore. Now it will be fired at the same time as tap event
    • When slidesPerColumnFill: 'column' it now uses flex-direction: column layout which requires specified height on swiper-container
    • touchEventsTarget now defaults to wrapper (rather than container like before)
    • slidesPerColumn now can be used with breakpoints
    • Now Swiper styles use CSS Custom Properties (CSS Custom Variables) to specify swiper's color theme (color of navigation buttons/pagination). It is now --swiper-theme-color: #&#8203;007aff;
    • Improved es module "tree-shake-ability"
    • New swiper.esm.browser.bundle.js package that can be used directly in browser (import Swiper from 'swiper.esm.browser.bundle.js')
  • Autoplay
    • Now it will be paused when document becomes hidden (in not active tab) and continued again when document becomes visible
  • Lazy
    • Swiper preloader image replaced with a little bit simpler loader. Now its color can be changed with --swiper-preloader-color CSS custom property (which is defaults to --swiper-theme-color)
  • Pagination
    • Active pagination bullets and pagination theme colors now use CSS Custom Properties. It can be defined with --swiper-pagination-color property (which is defaults to --swiper-theme-color)
  • Navigation
    • Navigation icons reworked with built-in (base64) icon font. It allows to apply any color and size without replacing image
    • Navigation buttons colors now use CSS Custom Properties. It can be defined with --swiper-navigation-color property (which is defaults to --swiper-theme-color)
    • With --swiper-navigation-size (defaults to 44px) it is now possible to change size of the navigation buttons (and icons)
  • Minor fixes and improvements

4.5.1 - Released on September 13th, 2019

  • Core
    • Fixed issue when callbacks fires on init even if it disabled (#​2807)
    • Fixed issue when "swiper-slide-visible" class name in some situations shows up when it shouldn't
    • slidesPerColumnFill: 'row' now considers groups (#​3077)
  • Thumbs
    • Fixes bug 'Cannot read property indexOf of undefined' that sometimes occurs on use of thumbnails
  • Keyboard
    • Added PageUp/PageDown keybindings.
  • Autoplay
    • Fixed issue when window resize stopped autoplay
  • Parallax
    • Fixed issue when parallax opacity didn't work (#​3147)
  • Minor fixes and improvements

4.5.0 - Released on February 22nd, 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

4.4.6 - Released on December 19th, 2018

  • Core
    • Fixed issue with wrong slide size calculation in some cases

4.4.5 - Released on December 14th, 2018

  • Core
    • New observeSlideChildren parameter to enable auto update on slide children update
    • Fixed issue when slide padding was not considered when calculating sizes
    • Fixed issue with wrong touch support detection on Windows Chrome
    • Fixed some issues with wrong slides grid calculation in multi row mode
  • Zoom
    • Now it emits zoomChange event with scale, imageEl and slideEl arguments
  • Minor fixes

4.4.2 - Released on November 1st, 2018

  • New touchStartForcePreventDefault parameter to force touch start event prevent default
  • Breakpoints fix when breakpoint keys are strings
  • Fixed issue when draggable scrollbar may not work on desktop Safari
  • Fixed issue with wrong sort of Virtual Slides
  • Minor fixes

4.4.1 - Released on September 14th, 2018

  • Fixed issue with preventing touchstart event

4.4.0 - Released on September 14th, 2018

  • Core
    • New centerInsufficientSlides parameter to center slides if the amount of slides less than slidesPerView
    • New breakpointsInverse parameter (boolean), if enabled then it will count breakpoints in reversed direction, e.g. will override parameters if window width is more than specified breakpoint
  • Virtual Slides
    • New addSlidesBefore and addSlidesAfter parameters to increase amount of pre-rendered slides
  • Thumbs
    • All new "Thumbs" module/component designed to control slider thumbnails, in more logical and correct way than with Controller module.
  • Lots of minor fixes

4.3.5 - Released on July 31th, 2018

  • Core
    • iOSEdgeSwipeThreshold parameter renamed to just edgeSwipeThreshold. Old iOSEdgeSwipeThreshold name is still supported
    • Improved observer performance if there are many mutations at a time. Thanks to @​rayvincent-bsd
  • Controller
    • Fixed issue with wrong auto height resizing
  • Scrollbar
    • Fixed issue when it was using active event listeners instead of passive. Thanks to @​nyon
  • Minor fixes

4.3.3 - Released on June 5th, 2018

  • Core
    • Fixed issue when slidePrev goes to wrong slide #​2650
    • Fixed issue when roundLength was not considered for grids calculation #​2656
    • Fixed typo in API #​2659

4.3.2 - Released on June 1st, 2018

  • Core
  • Pagination
    • New formatFractionCurrent(number) parameter to format current number in Fraction pagination
    • New formatFractionTotal(number) parameter to format total number in Fraction pagination
  • Minor fixes

4.3.0 - Released on May 27th, 2018

  • Core
    • Fixed issue when swipeBack sometimes slides to wrong slide
    • Fixed issue when window resizing can break Coverflow effect layout
    • Fixed issue with wrong detection of iOSEdgeSwipeDetection. Thanks to @​langjun
  • Dom7 update to latest v2.0.6:
    • Fixed issue with remove event listeners when they was not added
  • Minor fixes

4.2.6 - Released on May 1st, 2018

  • console.log cleanup

4.2.5 - Released on April 29th, 2018

  • Core
    • Prevent apply grab cursor when swiper is locked
    • Fixed breakpoint with loop getting wrong realIndex when on init
    • Fixed "transformed" slides sizes calculation that could cause issues in with Coverflow effect
  • Autoplay
    • Fixed issue that can cause memory leak
  • Dom7 update to latest
    • Improved internal events proxies logic for better memory management
  • Minor fixes

4.2.2 - Released on April 1st, 2018

  • Core
    • Respect and update breakpoints when calling Swiper's .update() method
  • Pagination
    • New progressbarOpposite parameter to make pagination progressbar opposite to direction parameter, means vertical progressbar for horizontal swiper direction and horizontal progressbar for vertical swiper direction
  • Mousewheel
    • Fixed issue in loop + freeMode for loop not being set correctly
  • Minor fixes

4.2.0 - Released on March 16th, 2018

  • Core
    • 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
    • Fixed RTL issue when vertical swiper controls horizontal one
  • Lazy
    • Fixed issue when lazy loading not always triggered on window resize
  • Minor fixes

4.1.6 - Released on February 11th, 2018

  • Fixed onTouchMoveOpposite event on touch devices

4.1.5 - Released on February 10th, 2018

  • Improved touch events support on desktop Windows devices with touch screen
  • Improved "loop fix" when slider is in the free mode
  • New noSwipingSelector parameter that can be used instead of noSwipingClass
  • New preventIntercationOnTransition parameter to prevent interaction during slice change transition
  • New .slideToLoop method to be used in loop mode
  • Fixed issue with slideChange events being fired when slide wasn't actually changed
  • Scrollbar
    • Now doesn't require to enable simulateTouch for desktops when it is draggable
  • Keyboard
    • Fixed detection statement whether a swiper is in the viewport
  • Pagination
    • Added new multiple main bullets support for dynamic bullets pagination
  • Zoom
    • Now supports Virtual Slides
  • Minor fixes

4.1.0 - Released on January 13th, 2018

  • Improved IE 10 support. But it is recommended to use proto polyfill
  • Improved touch support for Edge
  • New watchOverflow (disabled by default). When enabled Swiper will be disabled and hide navigation buttons on case there are not enough slides for sliding
  • Autoplay
    • New reverseDirection to enable autoplay in reverse direction
    • New waitForTransition parameter when autoplay will wait for wrapper transition to continue (enabled by default). Can be disabled in case of using Virtual Translate when your slider may not have transition
  • Keyboard
    • New onlyInViewport parameter (enabled by default). When enabled it will control sliders that are currently in viewport

4.0.7 - Released on November 28th, 2017

  • Fixed issue with not working correctly touchReleaseOnEdges on iOS
  • Fixed issue with not working allowSlideNext/Prev change on Breakpoints
  • Fixed wrong scrollbar dragging when using custom dragSize
  • Minor fixes

4.0.6 - Released on November 13th, 2017

  • Fixed Coverflow effect issue using with breakpoints
  • iOSEdgeSwipeDetection will also be in consideration with right-edge swipe
  • Fixed freeModeSticky behavior in RTL mode
  • Swiper now emits breakpoint event on breakpoint change
  • Minor fixes

4.0.5 - Released on November 7th, 2017

  • Fixed issue with not working noSwiping parameter
  • Parallax now considers slidesPerGroup parameter
  • Zoom: improved gestures handling
  • Pagination: fixed issues with wrong positioned dynamic-bullets when t

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

renovate[bot] avatar Jul 10 '20 16:07 renovate[bot]