Skip to content

Releases: gblazex/smoothscroll-for-websites

v1.5.1 shadow dom, web components, spacebar fixes, event.code

14 Sep 20:47
Compare
Choose a tag to compare

fixes a lot of compatibility issues with both wheel and keyboard scrolling

v1.4.10 touchpad detection improved

19 Aug 09:09
Compare
Choose a tag to compare

v1.4.9 passive listener fix

14 Mar 09:38
Compare
Choose a tag to compare

chrome 73+ needs passive: false specified

v1.4.8 fix for html, body {height: 100% }

06 Nov 11:50
Compare
Choose a tag to compare

fix for html, body {height: 100% }

v1.4.7 fix home button, fix scroll-behavior: smooth

03 Nov 14:05
Compare
Choose a tag to compare

v1.4.6 don't allow messing with trackpads anymore (#53, #39, #16)

26 Nov 22:08
Compare
Choose a tag to compare

v1.4.5 fix #46, #38, #22 + apply old fix for old safari only

18 Oct 13:48
Compare
Choose a tag to compare

v1.4.4 Added Win7 IE11 support, fixed IE bug regarding Node.contains()

20 Feb 21:59
Compare
Choose a tag to compare

Added Win7 IE11 support
Fixed IE bug regarding Node.contains() (only works for Elements in IE, not for all nodeTypes)

v1.4.2 Added uglify to minify, fixed bower package name

21 Jan 08:55
Compare
Choose a tag to compare

Added uglify to minify
Fixed bower package name

v1.4.1 require JS, Chrome Zoom level fix

24 Nov 10:14
Compare
Choose a tag to compare

fix: Chrome 1px scroll w Zoom level <100% didn't work
Added support for require.js