Releases: mkxml/scroll-proxy
Releases · mkxml/scroll-proxy
Release v0.2.1
Release v0.2.0
This release includes changes in the once
and off
APIs as well as some bug fixes regarding event handling.
Full list of changes:
- The
off
API now supports a second argument. A function that should match one previously used with on or once. If the second argument is provided theoff
function will just remove that specific event. - Fixed one bug that could happen when using the
once
function twice with the same event. - Improved API documentation by adding correct
@since
notations.
Release v0.1.1
This release includes fixes a bug that might happen when registering two offset events at one target.
First release of scroll-proxy
This was a test release to make sure everything was OK on npm and bower publishing. It should not be used in code.