Skip to content

fullpage.js 2.9.7

Compare
Choose a tag to compare
@alvarotrigo alvarotrigo released this 09 Apr 11:57
· 823 commits to master since this release
7104721
  • Fixed bug: Drag and Move ignores fitToSection when dragging the scroll bar on Windows #2874
  • Fixed bug: Win 7 mouse scroll issues in IE with Drag And Move on scroll bar #3143
  • Fixed bug: getPaddings is not defined" in scrolloverflow.js after resize thanks to @Odrin #3095
  • Fixed bug: console error when using empty anchor # in the URL
  • Fixed bug: incorrect behaviour of tab key when using elements with tabindex=“-1”
  • Fixed bug: Updating gulp-uglify to latest version to solve compatibility issues with minified versions of fullpage.js and webpack bundling. Thanks to @josephahern #3114
  • Fixed bug: scrollOverflow didn’t work on desktop when creating the scroll bar on resizing down
  • Fixed bug: Remove keydown handler on destroy thanks to @archferns #3124
  • Fixed bug: Remove keyup handler on destroy thanks to @archferns #3125
  • Fixed bug: CSP - Inline style violates the style-src Content Security Policy directive. Thanks to @flea89 #3170
  • Fixed bug: destroy('all') was not working when using scrollOverflow:true #3117
  • Fixed bug: wrong direction value of onleave callback when using continuousVertical #3118
  • Fixed bug: resetSliders was not working as expected when using a custom initial slide #3185
  • Improved: added the cancel scroll before it takes place in pure JS version thanks to @joelangford
    #3085
  • Improved: fullpage.js reported a wrong version. Thanks to @thisisfed #3161
  • Documentation: improved Chinese docs thanks to @ChangJoo-Park #3102
  • Documentation: fixing English documentation link in Korean language
  • Documentation: changed the languages menu to each language's local language
  • Documentation: added Sponsors section and included StackPath as a new sponsor
  • Tests: added a bunch of new unit tests