vue-use-active-scroll

Highlight TOC/sidebar links without compromises.

MIT License

Downloads
7.3K
Stars
58
Committers
1

Bot releases are hidden (Show)

vue-use-active-scroll - v1.1.1 Latest Release

Published by smastrom about 1 year ago

Release Notes

  • Fixed a regression introduced in 1.1.0 where using isActive would throw an error on the server. - #6
  • Added useActiveScroll as export alias
  • Added new, better types generation workflow
vue-use-active-scroll - v1.1.0

Published by smastrom about 1 year ago

Release Notes

  • Targets can now be set using template refs or DOM elements in place of IDs.
  • Fixed a bug where the active item was not updated on browser navigation with prev/next buttons
  • Fixed a bug where query params were not retained when replaceHash was set to true - #5