All Versions
186
Latest Version
Avg Release Cycle
11 days
Latest Release
493 days ago

Changelog History
Page 12

  • v6.0.0-alpha.11

    June 16, 2020
  • v6.0.0-alpha.10

    June 03, 2020
  • v6.0.0-alpha.1

    May 23, 2020
  • v5.4.5 Changes

    June 16, 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)
  • v5.4.4

    June 16, 2020
  • v5.4.3 Changes

    June 13, 2020
    • Core
      • Removed UIWebView text from code
      • Fixed resize handler calling slideTo to last slide when it shouldn't
  • v5.4.2 Changes

    June 03, 2020
    • Mousewheel
      • Fixed issue when enabling forceToAxis also inverted scrolling
    • Coverflow Effect
      • Added support for scale parameter (#3598)
    • Pagination
      • Fixed detection of uniqueNavElements (#3590)
  • v5.4.1 Changes

    May 20, 2020
    • 🛠 Fixed dependencies versions
  • v5.4.0 Changes

    May 15, 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
  • v5.3.8 Changes

    April 24, 2020
    • Core
      • Fix iOS bug with double bounce on free mode momentum bounce
    • A11y
      • Fixed focus ring on navigation buttons (#3544)
      • Fixed RegExp issue in paginationBulletMessage (#3540, #3541)
    • Thumbs
      • Added thumbs.autoScrollOffset parameter that allows to set on what thumbs active slide from edge. It should automatically move scroll thumbs
    • 🛠 Minor fixes