Skip to content

fullpage.js 3.0.3

Compare
Choose a tag to compare
@alvarotrigo alvarotrigo released this 26 Sep 11:58
· 668 commits to master since this release
3f2a8ef
  • 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