Skip to content

Releases: gilbarbara/disable-scroll

0.6.0

04 Dec 04:02
9608b91
Compare
Choose a tag to compare

Breaking changes

Removed scrollingelement polyfill.
If you need to support legacy browsers you need to include it by yourself.

0.5.1

04 Dec 00:23
0c95cdd
Compare
Choose a tag to compare
  • Upgrade dependencies: 51c9b58
  • Add explicit passive to listeners: e5afcf5

0.5.0

14 Jul 19:01
Compare
Choose a tag to compare

0.4.1

08 Dec 20:34
Compare
Choose a tag to compare

0.4.0

26 Dec 22:11
Compare
Choose a tag to compare

Master refactor!

  • remove gulp
  • remove bower support
  • update configuration
  • remove deprecated DOMMouseScroll event
  • use wheel event instead of the deprecated mousewheel
  • remove demo html
  • add scrollingelement
  • rename options properties: disableScrollbar -> disableScroll AND scrollEventKeys -> keyboardKeys
  • update lockToScrollPos to handle scrollX/scrollY for window
  • add tests
  • update README

0.3.0

07 Oct 16:14
Compare
Choose a tag to compare
  • fix extend method

0.2.6

12 Sep 01:01
Compare
Choose a tag to compare
  • update README with example

0.2.5

12 Sep 00:34
Compare
Choose a tag to compare
  • add bower support

0.2

08 Sep 00:56
Compare
Choose a tag to compare
0.2
  • add LICENSE
  • fix scroll and keydown events

0.1

07 Sep 23:55
Compare
Choose a tag to compare
0.1
update README