Releases: alvarotrigo/fullPage.js
Releases · alvarotrigo/fullPage.js
fullPage.js 4.0.40
- Enhancement: added support for RTL #4560
- Enhancement: adding Typescript types declaration
- Fixed bug: preventing accidental horizontal swipes
fullPage.js 4.0.39
- Fixed bug: kinetic scrolling mouse wheels unable to scroll
fullPage.js 4.0.38
- Enhancement: new feature. Slide horizontally using a trackpad or SHIFT + mouse wheel
- Fixed bug: animateAnchor getting called with delay (with big media elements) #4711
- Fixed bug: keyboardScrolling:false didn't work on init #4725
- Fixed bug: fp-viewing class not getting active slide value on load #4723
- Fixed bug: scrollOverflow not 100% width if "flex" + "align-items:center" used on section #4717
- Fixed bug: internal anchor ahref links broke fullPage.js scroll #4442
- Fixed bug: scrollOverflow was not created on dynamically added sections #4727
- Fixed bug: missing unbind scrollOverflow on destroy #4728
- Fixed bug: destroy('all') will keep empty anchor # on the URL #4729
- Documentation: improved documentation of 'anchors' option thanks to @rrthomas
- Documentation: removed donation links
- Documentation: added sponsor warp.dev & crawlbase.com
- Documentation: Adding funding.yml file
fullPage.js 4.0.37
- Enhancement: making dragAndMove compatible with continuousHorizontal
fullPage.js 4.0.36
- Fixed bug:
continuousVerticalwas not working withfp-auto-heightsections #4708 - Fixed bug: Destroying fullPage.js inside an
iframe(with anchors) forces parent scroll #4707 - Fixed bug: fullPage.js with
scrollOverflow:falseinsideiframeforces parent scroll #4706 - Fixed bug: fullpage breaks when hiding 1st active section #4701
- Fixed bug: error when destroy + init with active sections with slides #4703
- Enhancement: not restricting
fp-overflowstyles to direct child
fullPage.js 4.0.35
fullPage.js 4.0.34
- Enhancement: updated
package.jsonwith website link & adding sponsors link - Fixed bug: sections won't resize on viewport change when using
scrollBar:true#4692 - Fixed bug:
destroy('all')won't remove the watermark from the DOM #4691 - Enhancement: new state class
fp-loadedfor lazy loaded sections #4681 - Fixed bug:
css3:falsemight cause a gap that shows the prev/next section whenscrollingSpeedis low #4666 - Documentation: improved description of the
creditsoption #4690 - Documentation: provided list of more CDNs with the latest version
fullPage.js 4.0.33
fullPage.js 4.0.32
- Fixed bug: Scrollable content could end behind nav bars on mobile devices #4674 thanks to @DKudleichuk
- Fixed bug: Focusing on a form input when
fitToSection:truecould scroll the page and hide the input #4676