Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Latest commit

 

History

History
73 lines (55 loc) · 2.12 KB

CHANGELOG.md

File metadata and controls

73 lines (55 loc) · 2.12 KB

v0.2.11 (20160803)

Fix bug with Mozilla FireFox

v0.2.10 (20151216)

Increase version to update bower repository

v0.2.9 (20151022)

Increase version to update bower repository

v0.2.8 (20150723)

Add Meteor/Node modules support
Fix bug when removed content does not update element's height
Fix bug with textarea in non-webkit browsers
Update webkit-based browser detection to ignore Microsoft Edge browser
Change default values for ignoreMobile/ignoreOverlay to false

v0.2.7 (20150122)

Small fixes

v0.2.6 (20141124)

Re-register plugin in jQuery plugins repository

v0.2.5 (20141119)

Add option ignoreOverlay with default value true
Fix webkit-based browser detection
Ignore Firefox in Mac OS (cannot hide native scrollbars)

v0.2.4 (20140715)

Add textarea support

v0.2.3 (20140703)

Default options can be overwritten via default global object
Fix bug with visible native scrollbars when page is zoomed
Add onScroll callback
Add Angular.JS directive

v0.2.2 (20140411)

Fix default options issue with multiple scrollbars initialization

v0.2.1 (20140323)

Update CSS classes for custom scroll elements
Set option ignoreMobile to true by default
Small CSS/JS fixes

v0.2.0 (20140312)

Add onUpdate callback
Manage scrollbar visibility via CSS classes

v0.1.9 (20140310)

Fix bug with inner div height 100%
Add option autoUpdate

v0.1.8 (20140308)

Fix bug with visible horizontal scrollbar if content height is less than container height

v0.1.7 (20140307)

Add hack for IE9-11 with 1px diff between visible and scrollable height
Fix bug with second-time plugin initialization
Remove warnings from IDE

v0.1.4 (20130430)

Add horizontal scrollbar handler
Add option disableBodyScroll

v0.1.3 (20130423)

Improve scroll simulation
Fix webkit bug with text selection

v0.1.2 (20130422)

Handle mousedown instead of click on scrollbar track/arrows

v0.0.2 (20130413)

First version