Skip to content

Releases: alvarotrigo/fullPage.js

fullPage.js 4.0.37

26 Jun 18:45
bde5a65
Compare
Choose a tag to compare
  • Enhancement: making dragAndMove compatible with continuousHorizontal

fullPage.js 4.0.36

02 Jun 15:03
4eb5d77
Compare
Choose a tag to compare
  • Fixed bug: continuousVertical was not working with fp-auto-height sections #4708
  • Fixed bug: Destroying fullPage.js inside an iframe (with anchors) forces parent scroll #4707
  • Fixed bug: fullPage.js with scrollOverflow:false inside iframe forces parent scroll #4706
  • Fixed bug: fullpage breaks when hiding 1st active section #4701
  • Fixed bug: error when destroy + init with active sections with slides #4703
  • Enhancement: not restricting fp-overflow styles to direct child

fullPage.js 4.0.35

01 Apr 16:37
aeb7ef3
Compare
Choose a tag to compare
  • Fixed bug: The left arrow works like the right arrow #4668
  • Enhancement: new option effects that provides a way to use the Effects extension.
  • Enhancement: removed gulp-saas from package.json thanks to @rrthomas

fullPage.js 4.0.34

03 Mar 17:24
b602759
Compare
Choose a tag to compare
  • Enhancement: updated package.json with website link & adding sponsors link
  • Fixed bug: sections won't resize on viewport change when using scrollBar:true #4692
  • Fixed bug: destroy('all') won't remove the watermark from the DOM #4691
  • Enhancement: new state class fp-loaded for lazy loaded sections #4681
  • Fixed bug: css3:false might cause a gap that shows the prev/next section when scrollingSpeed is low #4666
  • Documentation: improved description of the credits option #4690
  • Documentation: provided list of more CDNs with the latest version

fullPage.js 4.0.33

27 Jan 18:51
17050b6
Compare
Choose a tag to compare
  • Fixed bug: The left arrow works like the right arrow in the custom-arrows example #4668
  • Enhancement: new option adjustOnNavChange to prevent resizing when hiding the address bar #4682
  • Documentation: adding docs for adjustOnNavChange

fullPage.js 4.0.32

17 Jan 12:54
9e28184
Compare
Choose a tag to compare
  • Fixed bug: Scrollable content could end behind nav bars on mobile devices #4674 thanks to @DKudleichuk
  • Fixed bug: Focusing on a form input when fitToSection:true could scroll the page and hide the input #4676

fullPage.js 4.0.31

28 Nov 13:46
1f09830
Compare
Choose a tag to compare
  • Fixed bug: using custom arrows might result in "prev" acting as "next" #4668
  • Documentation: improved docs for Parallax, adding compatibilities #4672
  • Documentation: adding LambdaTest sponsor
  • Documentation: adding link to GitHub Sponsor

fullPage.js 4.0.30

14 Oct 16:28
d507d02
Compare
Choose a tag to compare
  • Fixed bug: Anchors with whitespace throw error #4659
  • Fixed bug scrollOverflow won't turn into auto-height on responsive #4664
  • Fixed bug: third-party scripts can modify "body" inline styles conflicting with FP #4657
  • Enhancement: "autoplay" media (video, audio) should automatically play #4658
  • Enhancement: improved skipIntermediateItems example with anchor link

fullPage.js 4.0.29

06 Sep 11:02
9c83e71
Compare
Choose a tag to compare
  • Fixed bug: getScrollX won't return the right value on afterLoad #4652
  • Fixed bug: lazyLoad throws error on fp-auto-height sections #4653
  • Fixed bug: fitToSectionDelay not working in React & Extensions file #4654

fullPage.js 4.0.28

23 Aug 17:49
d309822
Compare
Choose a tag to compare
  • Enhancement: new option lazyLoadThreshold to preload media elements on adjacent sections/slides #4576 #3714 #1973