Skip to content

Releases: alvarotrigo/fullPage.js

fullpage.js 2.6.7

10 Jul 16:44
Compare
Choose a tag to compare
  • Lazy load now also working for slide #1338
  • afterRender returns now the container element rather than undefined
  • New warning message when using scrolLBar and scrollOverflow. #1352
  • Now timeouts are being cleared on destroy #1329
  • Removed warning error when fullPage.js selector doesn't exist on the page #1284
  • Updated documentation with a few clarifications #1306 #1354
  • Improvement for Windows and IE 11 in touch devices #1245 #160

fullpage.js 2.6.6

08 Jun 10:51
Compare
Choose a tag to compare
  • Fixed mousewheel for old firefox versions
  • Fixed bug with slimScroll #1277
  • Fixed bug when using scrollBar:true and opening a new tab (ctrl + t)
  • Added new option lockAnchors to lock anchors #1198
  • Added new option responsiveHeight #1256
  • Added new option responsiveWidth replacing the old option responsive
  • Added new function setLockAnchors #1198
  • Modified setKeyboardScrolling function to lock keyboard scrolling in specific directions #1236
  • Added new functionality to cancel the scroll before it takes place #340
  • Callback onSlideLeave has now a new parameter nextIndex #1235
  • Single slide inside section won't show navigation bullets #1227
  • Added a new functionality to lazy load images, videos and audio elements. #1220
  • Added a new functionality to play and stop videos/audios when they enter in the viewport

fullpage.js 2.6.5

01 May 11:09
Compare
Choose a tag to compare
  • Fixed bug using scrollOverflow:true and autoScrolling:false #553 #1037
  • Fixed bug using zoom (ctrl + mouse) #55
  • afterLoad callback will now fire on page render as well #1147
  • Fixed bug with setAllowScrolling right and left
  • Fixed bug which fired multiple callbacks when using continuousVertical
  • Added new method $.fn.fullpage.silentMove to scroll with no animation #831 #747
  • Window resize has no animation now #64
  • Added npm installation to the documentation
  • Improved documentation about Creating links to sections or slides and anchors
  • Added some more comments in the code

fullpage.js 2.6.4

10 Apr 16:17
Compare
Choose a tag to compare
  • Revert change: mouse wheel handlers will be applied to the document #1088
  • Only applying fullpage.js styles to html and body elements when the plugin is initialized

fullpage.js 2.6.3

02 Apr 10:16
Compare
Choose a tag to compare
  • Solved bug with slide anchors #1121
  • Solved bug with setAllowScrolling when using more than 2 parameters #1114
  • Solved problems when other plugins using mouse or touch events #1088
  • Fixed problem when using a single slide in a section #1120

fullpage.js 2.6.2

16 Mar 18:05
Compare
Choose a tag to compare
  • Removed unnecessary constant #1066
  • Change version to force bower update

fullpage.js 2.6.1

13 Mar 17:21
Compare
Choose a tag to compare
  • Fixed console errors when using scrollBar:true in IE 8
  • Fixed keyboard arrows accessibility when using scrollBar:true in IE 8
  • Fixed problem with double scroll in Apple trackpads #1070

fullpage.js 2.6.0

09 Mar 12:56
Compare
Choose a tag to compare
  • Fixed bug: add class to body element after render on first section #1063
  • Fixed bug: scrollbar:true can not slide down and up on Android mobile #1008
  • Fixed bug: sometimes the autoscrolling could get stack when using mouse wheel

fullpage.js 2.5.9

27 Feb 15:57
Compare
Choose a tag to compare
  • Fixed bug detecting the active section when scrolling with the scroll bar when using scrolLBar:true
  • Improved keyboard accessibility (Page Up, Page Down ) when using scrollBar:true
  • Use strict mode
  • JSHint validation improvements

fullpage.js 2.5.8

20 Feb 16:21
Compare
Choose a tag to compare
  • Fixed bug when destroying and initializing fullPage.js afterwards #1034
  • Fixed bug to active menu and nav on page load #1027
  • Added new option fitToSection
  • Added new method setFitToSection
  • The option resize will be now set to false by default.
  • Removed navigationColor option #994
  • Sections won't fit into the screen automatically when using the responsive option #1025
  • Improved performance when using scrollOverflow:false
  • Improved compression and performance of the minification file
  • Improved keyboard short-cuts and accessibility