Skip to content

Releases: callmecavs/jump.js

v1.0.2

08 Jan 21:44
Compare
Choose a tag to compare

Patch:

  • Updated dist files, via new build system

v1.0.1

16 Jul 08:22
Compare
Choose a tag to compare
  • Abstracted the target element offset calculation, to keep the code DRY
  • Optimized the getBoundingClientRect adjustment, by using the start position, rather than calling for the scroll location again

v1.0.0

16 Jul 06:34
Compare
Choose a tag to compare

Jump has reached its first major version! This version features a complete rewrite, and includes changes frequently requested by the user base.

The source is thoroughly commented, and the README explains all new options. The largest changes, and credit to those that influenced them, are highlighted below:

Thanks to everyone involved in making this library the success that it is, especially those that have contributed.

v0.4.0

14 May 05:41
Compare
Choose a tag to compare

Change license back to MIT.

v0.3.2

01 Mar 04:29
Compare
Choose a tag to compare

Change license to GPL-3.0.

v0.3.1

02 Dec 20:03
Compare
Choose a tag to compare

Lock devDependencies versions.

v0.3.0

02 Dec 03:24
Compare
Choose a tag to compare
  • duration option can now accept a function that:
    • accepts the jump distance, in px, as a parameter, and
    • returns the duration in milliseconds (h/t @TimPetricola)
  • unnecessary default value for callback option removed

v0.2.1

30 Nov 23:59
Compare
Choose a tag to compare

Small tweaks to README.

v0.2.0

30 Nov 23:50
Compare
Choose a tag to compare
  • Added easing option (h/t @TimPetricola)
  • Small tweaks to README language

v0.1.3

30 Nov 01:01
Compare
Choose a tag to compare

Added a demo page!