Releases: alvarotrigo/fullPage.js
Releases · alvarotrigo/fullPage.js
fullpage.js 2.6.7
- Lazy load now also working for slide #1338
- afterRender returns now the container element rather than
undefined
- New warning message when using
scrolLBar
andscrollOverflow
. #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
- 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 optionresponsive
- 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 parameternextIndex
#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
- Fixed bug using
scrollOverflow:true
andautoScrolling: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
andanchors
- Added some more comments in the code
fullpage.js 2.6.4
- Revert change: mouse wheel handlers will be applied to the document #1088
- Only applying fullpage.js styles to
html
andbody
elements when the plugin is initialized
fullpage.js 2.6.3
fullpage.js 2.6.2
- Removed unnecessary constant #1066
- Change version to force bower update
fullpage.js 2.6.1
- 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
fullpage.js 2.5.9
- 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
- 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 tofalse
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