Releases: alvarotrigo/fullPage.js
Releases · alvarotrigo/fullPage.js
fullPage.js 4.0.6
- Fixed bug: getActiveSlide didn't work
- Fixed bug: problems with licenseKey verification
fullPage.js 4.0.5
- Fixed bug: scrollOverflow wheel didn't work on touch screen devices
- Fixed bug: security issue
fullPage.js 4.0.4
- Fixed bug: some options didnt work in minified files
fullPage.js 4.0.3
- Fixed bug: jQuery adapter failed with minified file
fullPage.js 4.0.2
- Enhancement: customizable navigating arrows
- Enhancement: fullPage.js ignores hidden sections on responsive #2941 #2098
- Enhancement: normal scroll after fullpage #614 #840 #3205
- Enhancement: new option
observer. fullpage.js reacts to DOM changes. #1926 - Enhancement: new option
scrollOverflowMacStyle - Enhancement: new option
controlArrowsHTMLfor custom arrows #4267 #4179 #1382 #635 #351 - Enhancement: added
beforeLeavecallback that allows preventing scroll #1262 #787 #3393 #340 #117 #3085 #1239 #364 - Enhancement: horizontal navigation bullets will get instant response on slide #4234 #3240
- Enhancement: added
triggerparam in all callbacks #4110 - Enhancement: added
onScrollOverflowcallback to track Y position #4061 #3386 - Enhancement: added
getScrollYandgetScrollXmethods to track positions #4043 - Enhancement: scrollable sections can now be scrolled programmatically #3779
- Enhancement:
verticalCenteredwill now useflexboxand won't wrap the content - Enhancement: sections will no longer use fixed
heightin px in favour of 100vh - Enhancement:
fitToSectionwill now use native CSS snaps behaviour - Enhancement:
scrollOverflowResetwill now admitslidesandsectionvalues. - Enhancement: changed the way extensions activation works
- Enhancement: changed the way fullPage.js license works
- Enhancement: new option
credits - Fixed bug: scrollbar:true caused flickering. #4345
- Fixed bug: scrollOverflow accidental scrolling when reading sections' bottom #941
- Fixed bug: scrollOverflow sections were not scrollable by arrow keys #1065 #4205 #3652
- Fixed bug: scrollOverflow prevented Vimeo video turn fullscreen #4104
- Fixed bug: scrollOverflow prevented YouTube video turn fullscreen #2804
- Fixed bug: scrollOverflow prevented the use of audio controls in IE #2139
- Fixed bug: scrollOverflow prevented inputs clicks on mobile #3414 #2837
- Fixed bug: navigation anchors & scrollBar didn't allow fast clicks on menu #1509
- Fixed bug: wrong height of section on IOS 13 and below #4072 #2637
- Fixed bug: strange bottom rectangle on chrome android #4073 #4085
- Documentation: incorrect value for "this" for callbacks #4337 #4050
- Documentation: added SECURITY.md file #4328
- Documentation: removed possible confusion regarding initialisation #4256
- Documentation: improved russian docs #4262
- Removed:
v2compatibleoption - Removed:
scrolloverflow.min.jsdependency - Removed:
fitToSectionDelayoption - Removed:
scrollOverflowOptionsoption - Removed: IE 9 compatibility
fullPage.js 3.1.2
- New Water Effect extension and new options
waterEffectandwaterEffectOptions - Documentation: added more examples.
fullPage.js 3.1.1
fullPage.js 3.1.0
- New Drop Effect extension and new options
dropEffectanddropEffectOptions - Fixed bug: Data anchors in URL not updating on scroll #4162
- Fixed bug: On responsive mode callbacks are not firing #4082
- Fixed bug: anchors not updating when using option `sectionSelector #4010
- Fixed bug: dragAndMove caused slow transition on goinb back to 1st slide on 1st section
- Documentation: Removed 2 invalid links from documentation and improved part of other #4042 thanks to @ivan-balanar
- Gulp: created gulp task to automate version variable update
- Gulp: updating default task
- Gulp: updating readme.md version number
fullPage.js 3.0.9
- Fixed bug: normalScrollElements + scrollOverflow when no scrollbar created
- Fixed bug: setting isWindowFocused back to true after focus events to allow scrolling again #3832 thanks to @jbez
- Fixed bug: scrollOverflow not work in Microsoft Edge #3840
- Fixed bug: Lazy load ignores fp-auto-height-reponsive #3944
- Fixed bug: error with
normalScrollElementsand mouse leave to debug console. #3931 #3973 thanks to @AlekseiKrivo - Fixed bug:
dragAndMoveslow move back to 1st slide within section #3962 - Fixed bug: fixing screen readers info in horizontal slides bullets #3898
- Fixed bug: applying only a few anchors was placing them in the wrong sections #3983
- Fixed bug: wrong active section when switching landscape to portrait when using
responsiveHeight#3897 - Fixed bug: added minimum transition laps when using a very fast scrolling speed #3826
- Fixed bug: Responsive Slides extension was losing listeners attached to elements when switching modes #3819
- Documentation: added French docs thanks to @MercureTony
- Documentation: parallax specific for "slides" or "sections"
- Documentation: clarifying that scrollBar is only for vertical sections
- Documentation: removed chinese typo #3935
- Documentation: added demo for bigSectionsDestination + clarified description #4002
- Documentation: removing old links
- Enhancement: vertical center navigation using 2D transform #3925 thanks to @alanalvarado
fullPage.js 3.0.8
Fixed bug: normalScrollElement bug after clicking on the element #3808
Fixed bug: normalScroll + fixed element didn't work well on firefox #3775 #3754
Fixed bug: overflow:scroll isn't scrollable inside scrollOverflow #3725
Documentation: clarifying the use of a single extension key option to use multiple domains.
Documentation: improved Chinese docs #3708 #3710 thanks to @AnMokoto and @liufushihai
Documentation: removed redundancy thanks to @haider-ilahi
Examples: added React and Angular examples