Releases: eddiemf/vue-scrollactive
Releases · eddiemf/vue-scrollactive
v0.9.2
v0.9.1
v0.9.0
v0.8.0
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
v0.3.0
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.