Releases: hirasso/scrollmirror
Releases · hirasso/scrollmirror
1.2.0
- make the scroll event handlers passive for improved performance
- run unit tests in PRs
1.1.0
- 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
- 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
- Allow to mirror the scroll position from and to the
window
0.0.3
- Fix exported class from cdn build to be uppercase. Before:
new scrollmirror(...)
, after: new ScrollMirror(...)
0.0.2
Testing automated deployment from GitHub releases to npm