Skip to content

Releases: qubyte/navbar

v0.3.0

30 Nov 18:02
Compare
Choose a tag to compare
  • Adds a tagName option. If you need to support older browsers that don't support nav elements, then you can use this to chose an alternative.
  • Reduces the number of files for npm to host.

v0.2.1

30 Nov 18:03
Compare
Choose a tag to compare
  • Fixes the broken default target to listen to for scroll events.

v0.2.0

30 Nov 18:05
Compare
Choose a tag to compare
  • Adds a target option. Now navbar instances can listen for scroll events on elements. By default it will listen to scroll events from the document object as before.

v0.1.1

30 Nov 18:06
Compare
Choose a tag to compare
  • Better support for older browsers, browsers such as IE < 9.

v0.1.0

30 Nov 18:07
Compare
Choose a tag to compare

Initial release.