Releases: alvarotrigo/fullPage.js
Releases · alvarotrigo/fullPage.js
fullpage.js 2.8.7
- Fixed bug: iOS 10 content was bouncing when swiping #2285
- Fixed bug: Unknown URL anchors throwing a javascript error and stopping execution #2284
- Fixed bug: on mobile chrome, trying to scroll up causes page reload #2277
- Removed:
api=1
from videmo videos #2288 - Removed: use of extensions from unminified version of fullpage.js
- Removed: SCSS file #2297
- Documentation: callback
afterResponsive
documented #2296 - Documentation: support for section's attribute
data-tooltip
documented #2292 - Documentation: responsive option not supported in pure javascript version #2259
- Documentation: added
normalScrollElements
can not be used for section/slides #2301 - Documentation: Corrected spacing and misc #2244 thanks to @faisalhmohd
- Documentation: added details regarding extensions activation key
- Resources: Added ember-cli fullpage.js addon
- Resources: Added fullPage.js Rails Ruby gem
- Resources: added React implementation of fullPage.js
- Improved: jshint validation
fullpage.js 2.8.6
fullpage.js 2.8.5
- Fixed bug introduced in 2.8.4 causing the break of fullpage.js on resize
- Fixed bug with caused autoplay of youtube videos without data-autoplay #2214
- Fixed bug hiding slides navigation temporarily on scrolling
- Fixed example trying to load slimScroll instead of scrolloverflow vendor file.
- Improved commonJs detection logic thanks to @sagech #2176
- Added support for new extension:
reponsiveSlides
that turns slides into sections #1919 #2228 - Documentation: added documentation for
responsiveSlides
.
fullpage.js 2.8.4
- Fixed problem in IE thanks to @ironprogrammer #2203
fullpage.js 2.8.3
- Fixed bug: state class didnt change when using autoScrolling:false and no anchors #2160
- Fixed bug with scrollOverflow:true. Now scrollbars are interactive #2187
- Fixed bug with autoPlay and youtube videos in page load
- Added support for fullpage.js extension (continuousVertical, scrollHorizontally, interlockedSlides, resetSliders)
- Improved horizontal swiping in touch devices when using smaller sections with auto-height.
- Documentation: Added explanation of
fp-noscroll
to use when using scrollOverflow:true #2190
fullpage.js 2.8.2
- Fixed bug:links and scrolloverflow #2035
- Fixed bug: scrolloverflow when resizing #2109
- Fixed bug: scrollOverflow:true and margins #2071
- Fixed bug: removing class
fp-responsive
from $body when using destroy('all') thanks to @setheid - Added new option
bigSectionsDestination
to define the destination for big sections when usingfp-auto-height
- Added autoplay and autopause features when using scrollbar #2135
- Improved bottom section detection when using
fp-auto-heigh
for it. - Improved destroy('all'). Now it will load all lazy load content #2110
- Section and slides selectors will only be used within the library container #2104
- Documentation: added
fp-auto-height-responsive
#2111 - Documentation: added
setResponsive
#2132 - Documentation: improved scrolloverflow description thanks to @mortonfox
- Documentation: added eDarling and Bugatti in the list of sites using fullpage.js
- Documentation: added
fp-enabled
state class.
fullpage.js 2.8.1
- Fixed bug causing broken links when using scrollOverflow:true #2035
- Fixed bug causing fullpage.js to break in certain circumstances #2044
- Added new resource: angular directive for fullpage.js #2038 thanks to @meiblorn
- Added support for unicode anchors (chinese etc) #2029 thanks to @yyken
- Dev: replaced gulp-minify-css for gulp-clean-css
fullpage.js 2.8.0
- Fixed bug: slimScroll doesn't get destroyed on destroy(); #1582
- Fixed bug: scrollOverflow working intermittently on Chrome #1479
- Fixed bug: Add 'scrollOverflow:false' while responsive #958
- Fixed bug: scrollOverflow doesn't work well on touch devices #506
- Fixed bug: Audio plays on page load in Firefox #1895
- Fixed bug: scrollOverflow scrolls next prev section when using trackpad #1539
- Fixed bug: scrollToAnchor may not be called #1982
- Replaced slimScroll.js for iScroll.js #623
- Added responsive auto-height #1852
- Added support for applying scrollOverflow on specific sections #1869
- Added lazy load for iframes #1897
- Added auto play/pause feature for youtube videos + videos & audio
- Improved section & slide custom selectors #2001
fullpage.js 2.7.9
- Fixed bug on resize when using fp-auto-height on the last section #1933
- Fixed bug with silentMoveTo when moving to an horizontal slide #1835 #1885
- Fixed bug with elements containing name="id" within forms #1855
- Enhancement: preventing keyboard navigation over contenteditable elements #1904
- Removed the old easeInQuart javascript animation
- Documentation: Added McDonalds to who is using fullpage.js
- Documentation: Added codepen for auto height feature
- Documentation: Added autoHeight.html example
fullpage.js 2.7.8
- Fixed bug when scrolling to sections bigger than the viewport #1797
- Fixed bug causing sections not to be full height #1830
- Fixed bug setAllowScrolling(false) doesn't work when using mouse middle button but scroll #1844
- Fixed bug Auto-height not working with
scrollBar:true
andfitToSection:true
#1489 - Fixed bug scroll to top of section instead bottom when using sections bigger than the viewport #1797
- Added warning message when initializing fullpage.js multiple times #1812
- Adding a note regarding the compulsory HTML doctype declaration #1831
- Preventing fullpage.js from getting initialized more than once
- Showing error message for case insensitive conflict between
id
andname
attributes withdata-anchor
values #1245 - Added prefix to state class name (
completely
)