Skip to content

Tags: spalax/fullPage.js

Tags

2.6.7

Toggle 2.6.7's commit message
- Lazy load now also working for slide alvarotrigo#1338

- afterRender returns now the container element rather than `undefined` 
- New warning message when using `scrolLBar` and `scrollOverflow`. alvarotrigo#1352
- Now timeouts are being cleared on destroy alvarotrigo#1329
- Removed warning error when fullPage.js selector doesn't exist on the page alvarotrigo#1284
- Updated documentation with a few clarifications alvarotrigo#1306 alvarotrigo#1354
- Improvement for Windows and IE 11 in touch devices alvarotrigo#1245 alvarotrigo#160

2.6.6

Toggle 2.6.6's commit message
- Fixed mousewheel for old firefox versions

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

2.6.5

Toggle 2.6.5's commit message
- Fixed bug using `scrollOverflow:true` and `autoScrolling:false` alv…

…arotrigo#553 alvarotrigo#1037

- Fixed bug using zoom (ctrl + mouse) alvarotrigo#55
- `afterLoad` callback will now fire on page render as well alvarotrigo#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 alvarotrigo#831 alvarotrigo#747
- Window resize has no animation now alvarotrigo#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

2.6.4

Toggle 2.6.4's commit message
- Revert change: mouse wheel handlers will be applied to the document a…

…lvarotrigo#1088

- Only applying fullpage.js styles to `html` and `body` elements when the plugin is initialized

2.6.3

Toggle 2.6.3's commit message
- Solved bug with slide anchors alvarotrigo#1121

- Solved bug with setAllowScrolling when using more than 2 parameters alvarotrigo#1114
- Solved problems when other plugins using mouse or touch events alvarotrigo#1088
- Fixed problem when using a single slide in a section alvarotrigo#1120

2.6.2

Toggle 2.6.2's commit message
- Removed unnecessary constant alvarotrigo#1066

- Change version to force bower update

2.6.1

Toggle 2.6.1's commit message
- 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 alvarotrigo#1070

2.6.0

Toggle 2.6.0's commit message
- Fixed bug: add class to body element after render on first section a…

…lvarotrigo#1063

- Fixed bug: scrollbar:true can not slide down and up on Android mobile alvarotrigo#1008
- Fixed bug: sometimes the autoscrolling could get stack when using mouse wheel

2.5.9

Toggle 2.5.9's commit message
- Fixed bug detecting the active section when scrolling with the scro…

…ll bar when using scrolLBar:true

- Improved keyboard accessibility (Page Up, Page Down ) when using scrollBar:true
- Use strict mode
- JSHint validation improvements

2.5.8

Toggle 2.5.8's commit message
- Fixed bug when destroying and initializing fullPage.js afterwards a…

…lvarotrigo#1034

- Fixed bug to active menu and nav on page load alvarotrigo#1027
- Added new option `fitToSection` 
- Added new method `setFitToSection`
- The option `resize` will be now set to `false` by default.
- Removed `navigationColor` option alvarotrigo#994
- Sections won't fit into the screen automatically when using the `responsive` option alvarotrigo#1025
- Improved performance when using scrollOverflow:false
- Improved compression and performance of the minification file
- Improved keyboard short-cuts and accessibility