Releases: sateffen/poc-scrollbar
Releases · sateffen/poc-scrollbar
v1.5.0
- Added options for overscroll-behaviour (xOverscrollBehaviour and yOverscrollBehaviour)
- Made tests more realistic
- Updated license
- Updated dev-dependencies
v1.4.0
- Added typescript typings
- Corrected some spelling mistakes in documentation
v1.3.0
- Added new instance methods
addEventListener
and removeEventListener
- Added new instance events
scrollTopChanged
and scrollLeftChanged
- Reworked the index.html in a real demo.html, containing new demos
- Simplified code
v1.2.3
- Changed ci system from codeship to travis
- Corrected some formatting in README
- Updated linting rules
- Updated dev-dependencies
v1.2.2
- Fixed a use-after-free bug in edgecases
- Corrected some spelling mistakes in documentation
v1.2.1
- Added license file
- Added pkg.module field description
- Updated dependencies
- Switched eslint ruleset from airbnb to google
v1.2.0
- Corrected scrollbar moving with touch #11
- Added touch-action support for touch scrolling #10
- Fixed touch scrolling within inner containers #9
- Added safeguard for rare race-condition occuring in internet explorer #13
- Updated eslint config #14
v1.1.0
- Reduced sice of npm published package
- Changed package to export bundled es5 version
- Added jsnext:main to original sources
v1.0.1
- Use wheel event constants instead of magic numbers PR#4
- Racecondition with destroy and mutation handler #2
- Add a banner with version information #3