fullPage v3.0.9 Release Notes

Release Date: 2020-07-07 // almost 4 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