fullPage v3.0.9 Release Notes

Release Date: 2020-07-07 // over 3 years ago
    • 🛠 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 normalScrollElements and mouse leave to debug console. #3931 #3973 thanks to @AlekseiKrivo
    • 🛠 Fixed bug: dragAndMove slow 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

Previous changes from v3.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