Releases: alvarotrigo/multiscroll.js
Releases · alvarotrigo/multiscroll.js
multiScroll 0.2.3
- Changed license to Commercial + Non-Commercial
- LicenseKey required
- Fixed bug: scrollToAnchor didn't work in all situations #119
- Fixed bug:
scrollingSpeed
option didn't work when usingcss3:true
(now default) #53 - Fixed bug: Using nonexistent anchors in the URL showed an error message on console #98
- Fixed bug: using a very fast scrolling speed won't scroll multiple sections #60
- Enhancement: improved kinetic scroll experience (MacBook laptops, trackpads, magic mouse...) #60
- Enhancement: added option
easingcss3
that allows configuring css3 easing function - Enhancement: when using
css3:false
there won't be a need to load the easings file unless changing theeasing
option
multiScroll 0.2.2
multiScroll 0.2.1
- Fixed bug: extension scrollOverflow was not working properly on android based touch devices
multiScroll 0.2.0
- Fixing major bug #103
multiScroll 0.1.9
- Added new extension scrollOVerflow #78
- Improved: resize handler
- Improved: mobile detection
- Documentation: added new pages using fullPage.js
- Documentation: clarify use of responsive options
multiScroll 0.1.8
- Added new option:
responsiveExpand
. - Improved documentation
multiscroll.js v.0.1.7
- Fixed bug. Navigation bullets get vertically centred now.
- A class will be added to the
body
element with the active section anchor / index - Improved keyboard accessibility
- Fixed bug with IE touch devices.
multiscroll.js Beta v.0.1.6
- Added new function
destroy
to destroy the plugin events - Added new function
build
to bind the plugin events.
multiscroll.js Beta v.0.1.5
Changes from v.0.0.4:
- Solved problem in input elements
- Solved bug when using the back button causing an undefined anchor to appear in the URL
- Ensure table cells are resized during resize event
- Solved problem which caused scroll on mouse move on IE 10 and 11
- Fixed bug for Safari which created a gap between the two panels
- Added paddingTop and paddingBottom options.
- Solved bug with css3:true
- Added new feature: Set active section by adding the
active
class in sections. - Added new feature: scroll to the given hashtag in the URL. (useful for bookmarking)
- Disabling mouse wheel click scrolling for IE, Chrome, Opera and Safari.
multiscroll.js Beta v.0.0.4
- Added to bower package manager