fullPage v3.0.9 Release Notes
Release Date: 2020-07-07 // over 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