Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Releases: jimmynotjim/scrollnav

v3.0.2 - December 25, 2018

25 Dec 19:17
Compare
Choose a tag to compare

Improved the documentation for browser support and removed polyfills covered by
polyfills.io.

v3.0.1 - December 22, 2018

25 Dec 19:18
Compare
Choose a tag to compare

Update file name casing for consistency.

v3.0.0 - December 22, 2018

23 Dec 03:08
Compare
Choose a tag to compare

Version 3 is a complete re-write of scrollnav to move the project away from
jQuery, update to the latest es6 features, and remove all production
dependencies. This update also removes a number of user options to simplify
the API and reduces the amount of DOM manipulation to reduce likelihood of
browser bugs. Includes a full set of test suites for all modules (unless
noted). Please read through the readme for further
details.

v2.7.3 - March 19, 2018

20 Mar 02:00
Compare
Choose a tag to compare
  • Added BEM-style active classes

v2.7.2 - March 18, 2018

19 Mar 02:28
Compare
Choose a tag to compare
  • Fixed grunt:jshint error
  • Fixed readme typo
  • Replaced andSelf() calls with addBack()
  • Updated semver version to fix vulnerability

v2.7.1 - February 18, 2015

19 Mar 02:28
Compare
Choose a tag to compare
  • Fixed package.json

v2.6.0 - February 19, 2015

20 Feb 03:47
Compare
Choose a tag to compare
  • Added in-view and active logic to sub-sections

v2.5.0 - January 18, 2015

18 Jan 23:16
Compare
Choose a tag to compare
  • Add scrollToHash setting

v2.4.0 - November 13, 2014

13 Nov 18:04
Compare
Choose a tag to compare
  • Adds a new resetPos public function for updating the section positions when the page's content changes. Refer to the Readme for more details.

v2.3.1 - October 30, 2014

30 Oct 15:07
Compare
Choose a tag to compare
  • Patched an active section bug where no sections were active when a section matched the exact pixel offset calculated