- Added
jquery-plugin
keyword
- Fixed an issue where if the container's scrollable height is equal to the container width, no vertical scrolling occurs
- Thanks to Andy for pull request #32
- Updated internal conventions
- Removed incorrect requirement of backbone peer dependency
- Internet Explorer support
- Fix wobble on iOS
- Fixed a bug in the jQuery animation code that prevented scrolling from working smoothly on iOS devices
- Better cross-browser support
- Fix iOS support
- Better cross-browser support
- Removed need for
$.browser
and thus removed need for the jQuery Migrate plugin
- Restructured for latest practices
- Workaround for Safari 6
- Closes #8 thanks to Cameron Spear, Dhruv Bhatia, Fabricio Quagliariello for their help
- Added
onlyIfOutside
option
- Added
offsetTop
andoffsetLeft
options - Fixed firefox body scroll issue
- Added horizontal scrolling
- Closes 2, 3, 5, 6, 7
- Coding standards update
- Fixed global leak
- Fixed body scrolling in IE
- Initial Released Version
- Initial Development Version