fullPage v3.0.3 Release Notes

Release Date: 2018-09-26 // over 5 years ago
    • ๐Ÿ›  Fixed bug: vendors/easings.js file was not working as expected. Thanks to @bpmusicDE #3355
    • ๐Ÿ›  Fixed bug: it was not possible to tab to fixed elements #3144 #3408
    • ๐Ÿ›  Fixed bug: bullet navigation not working after destroy and reload #3413
    • ๐Ÿ›  Fixed bug: console error on tab with no focusable elements. Thanks @ArsalanDotMe #3364
    • ๐Ÿ›  Fixed bug: prevent focus on tabindex=-1 and hidden focusable elements
    • ๐Ÿ›  Fixed bug: showError was undefined in Query Adapter #3366. Thanks to @jmgiaever
    • ๐Ÿ›  Fixed bug: jquery & fullpage globals were undefined on react-fullpage.js when using jQuery
    • ๐Ÿ›  Fixed bug: fp-auto-height-responsive was not removing scrolloverflow in certain occasions
    • ๐Ÿ›  Fixed bug: Padding Issue with ScrollOverflow #3335
    • ๐Ÿ›  Fixed bug: Edge is showing an error on destroy(all) #3417
    • ๐Ÿ›  Fixed bug: IScroll is not defined when using Require.js to import it #2250 #2281
    • ๐Ÿ›  Fixed bug: setAllowScrolling not working with scrollBar:true #3392. Thanks to @dotEthan
    • ๐Ÿ‘Œ Improved: accessibility issues with navigation bullets #2704
    • ๐Ÿ‘Œ Improved: autoScrolling:false & scrollOverflow: true should report a warning #3403 #3406. Thanks to @dotEthan
    • ๐Ÿ“š Documentation: updated intro image
    • ๐Ÿ“š Documentation: added Vue and React links on the introduction
    • ๐Ÿ“š Documentation: fixed link to example #3348
    • ๐Ÿ“š Documentation: added links to the official React.js wrapper
    • ๐Ÿ“š Documentation: adding codepen link next to "Demo online"
    • ๐Ÿ“š Documentation: updating jsfiddle link
    • ๐Ÿ“š Documentation: clarifying use of licenseKey option.
    • ๐Ÿ“š Documentation: chinese/README.md: Fix markdown link. Thanks to @outloudvi #3419
    • ๐Ÿ›  Examples: fixed trigger-animations example
    • ๐Ÿ’ป Examples: adding module loader examples: requirejs, web pack & browserify