This repository has been archived by the owner on Jul 25, 2022. It is now read-only.
Releases: jimmynotjim/scrollnav
Releases · jimmynotjim/scrollnav
v3.0.2 - December 25, 2018
Improved the documentation for browser support and removed polyfills covered by
polyfills.io.
v3.0.1 - December 22, 2018
Update file name casing for consistency.
v3.0.0 - December 22, 2018
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
- Added BEM-style active classes
v2.7.2 - March 18, 2018
- Fixed grunt:jshint error
- Fixed readme typo
- Replaced andSelf() calls with addBack()
- Updated semver version to fix vulnerability
v2.7.1 - February 18, 2015
- Fixed package.json
v2.6.0 - February 19, 2015
- Added in-view and active logic to sub-sections
v2.5.0 - January 18, 2015
- Add scrollToHash setting
v2.4.0 - November 13, 2014
- 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
- Patched an active section bug where no sections were active when a section matched the exact pixel offset calculated