Skip to content

Releases: memob0x/scroll-padlock

v2.4.2

14 Dec 00:27
Compare
Choose a tag to compare
  • ditched chai in favor of node 20 native assertions
  • dropped babel support
  • removed sinon dependency
  • updated node modules
  • trivial github ci enhancements

v2.4.1

14 Jul 18:30
Compare
Choose a tag to compare
  • simplified a bit the runtime complexity while building css rules
  • node 20 native test runner adoption
  • various trivial enhancements in source code
  • updated node modules

v2.4.0

21 Mar 18:53
Compare
Choose a tag to compare
  • scrollingElement is now used to establish what is the global element which scrolls the browser page (addresses #11)
  • constructor signature changed: constructor options object, if provided, now shall be the first and only argument
  • documentation enhancements

v2.2.0

28 Jun 15:27
Compare
Choose a tag to compare
  • refactory
  • added constructor options object

v2.0.0

09 Jun 17:07
Compare
Choose a tag to compare
  • vdom compatibility
  • e2e tests

v1.1.2

21 Dec 22:56
Compare
Choose a tag to compare

Minor version (mainly changes related to npmjs registry publication)

  • Library renamed from "body-scroll-lock" (already taken on npmjs.com) to "scroll-padlock".
  • package.json adjustments.
  • README.md adjustments.