Skip to content

Releases: sateffen/poc-scrollbar

v1.5.0

22 Mar 19:16
Compare
Choose a tag to compare
  • Added options for overscroll-behaviour (xOverscrollBehaviour and yOverscrollBehaviour)
  • Made tests more realistic
  • Updated license
  • Updated dev-dependencies

v1.4.0

21 Mar 13:46
Compare
Choose a tag to compare
  • Added typescript typings
  • Corrected some spelling mistakes in documentation

v1.3.0

12 Oct 14:46
Compare
Choose a tag to compare
  • 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

17 Feb 11:08
Compare
Choose a tag to compare
  • Changed ci system from codeship to travis
  • Corrected some formatting in README
  • Updated linting rules
  • Updated dev-dependencies

v1.2.2

07 Jun 19:26
65e1013
Compare
Choose a tag to compare
  • Fixed a use-after-free bug in edgecases
  • Corrected some spelling mistakes in documentation

v1.2.1

06 Jun 21:24
6de0768
Compare
Choose a tag to compare
  • Added license file
  • Added pkg.module field description
  • Updated dependencies
  • Switched eslint ruleset from airbnb to google

v1.2.0

29 Mar 16:54
Compare
Choose a tag to compare
  • 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

19 Feb 15:19
Compare
Choose a tag to compare
  • Reduced sice of npm published package
  • Changed package to export bundled es5 version
  • Added jsnext:main to original sources

v1.0.1

21 Jan 13:59
Compare
Choose a tag to compare
  • Use wheel event constants instead of magic numbers PR#4
  • Racecondition with destroy and mutation handler #2
  • Add a banner with version information #3

v1.0.0

17 Jan 07:27
Compare
Choose a tag to compare
  • Initial release