jimmynotjim / scrollnav

A dependency free JavaScript plugin for auto generating single page navigation
http://scrollnav.com
MIT License
461 stars 127 forks source link

V3.0.0 #98

Closed jimmynotjim closed 5 years ago

jimmynotjim commented 5 years ago

It's finally here! Long long time coming, but it seems the only time I have to work on this project is during breaks from work. Luckily I'm off the next week so I'm finishing up as much as possible.

Resolves #86

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@a5d215d). Click here to learn what that means. The diff coverage is 99%.

Impacted file tree graph

@@          Coverage Diff           @@
##             master   #98   +/-   ##
======================================
  Coverage          ?   99%           
======================================
  Files             ?    23           
  Lines             ?   200           
  Branches          ?    46           
======================================
  Hits              ?   198           
  Misses            ?     2           
  Partials          ?     0
Impacted Files Coverage Δ
src/util/updatePositionData.js 100% <100%> (ø)
src/setupClickHandlers.js 100% <100%> (ø)
src/teardownClickHandlers.js 100% <100%> (ø)
src/teardownScrollHandler.js 100% <100%> (ø)
src/util/extend.js 100% <100%> (ø)
src/teardownResizeHandler.js 100% <100%> (ø)
src/scrollNav.js 100% <100%> (ø)
src/util/getYPosition.js 100% <100%> (ø)
src/util/createList.js 100% <100%> (ø)
src/util/nextUntil.js 100% <100%> (ø)
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a5d215d...3035630. Read the comment docs.

jimmynotjim commented 5 years ago

Squashed and merged locally.