Skip to content

Releases: hirasso/scrollmirror

1.2.0

22 Oct 18:50
30bd43b
Compare
Choose a tag to compare
  • make the scroll event handlers passive for improved performance
  • run unit tests in PRs

1.1.0

18 Oct 09:38
c3b8426
Compare
Choose a tag to compare
  • optimize progress calculation
  • introduce unit tests using vitest
  • export some helper functions in the module bundle
  • new option debug to disable console messages

1.0.0

26 Sep 15:11
Compare
Choose a tag to compare
  • Feature: Add API to get and set the current scroll progress
  • Deprecation: Remove the option to opt out of proportional scrolling
  • Chore: Switch from npm to pnpm, well, just because ;)

0.1.0

26 Dec 22:00
48252f2
Compare
Choose a tag to compare
  • Allow to mirror the scroll position from and to the window

0.0.3

05 Dec 10:05
acf28d6
Compare
Choose a tag to compare
  • Fix exported class from cdn build to be uppercase. Before: new scrollmirror(...), after: new ScrollMirror(...)

0.0.2

04 Dec 19:23
b34b240
Compare
Choose a tag to compare

Testing automated deployment from GitHub releases to npm

0.0.1

04 Dec 18:57
Compare
Choose a tag to compare
  • Initial Release