Skip to content

Releases: eddiemf/vue-scrollactive

v0.9.2

15 May 20:27
Compare
Choose a tag to compare

New

  • 07b0b1b Added possibility to use different tags as menu items as apart from only anchors, together with the possibility of using any CSS selector instead of only IDs for sections

v0.9.1

15 May 18:12
Compare
Choose a tag to compare

Performance improvements

v0.9.0

11 May 16:55
Compare
Choose a tag to compare
v0.9.0

v0.8.0

02 Dec 22:53
Compare
Choose a tag to compare

New

  • Add a new prop to control the scroll offset when clicking to scroll 2d9b753
  • Add possibility to highlight first item by default 91b6e90
  • Add ability to specify the vue-scrollactive wrapper html tag 84bb4eb

Fixes

  • Fix multiple active classes when scroling to a small section 711e5bc
  • Fix itemchanged event not being fired when clicking items 9648564
  • Fix elements with unicode IDs not being found when clicked 353c9c3
  • Fix scroll position without offset when passing a hash in URL c5c1597
  • Fix webpack global object definition 7207692

v0.4.0

18 Jul 03:35
Compare
Choose a tag to compare

New

  • d18d823 Added support for dynamic items in the scrollactive nav.
  • Added instructions in the docs to handle the dynamic items.
  • db79506 The demo was remade for a much better experience with live settings.

Fixes

  • Fixes some minor bugs.

v0.3.0

15 Jul 00:53
Compare
Choose a tag to compare

New

  • 71bc0a8 Added an itemchanged event that will fire after an active menu item has changed.

Fixes

  • 969d55f Changed the way the active class is added to the current menu item, making it much more simple and adding the class after it has passed the section header, not while in section block.
  • Fixed some typos and rewritten some sections in the README file.