Skip to content

Releases: smastrom/vue-use-active-scroll

v1.1.3

11 Sep 00:09
90f3731
Compare
Choose a tag to compare

Release notes

  • Remove redundant edge check when canceling scroll, thanks @patrick-hurley - #9
  • Cancel scroll when clicking on scrollbar inside a scrolling container, thanks @patrick-hurley - #9

v1.1.2

05 Sep 23:44
07efd95
Compare
Choose a tag to compare

Release notes

Fix highlighting restoration when clicking the scrollbar, thanks @patrick-hurley - #7

v1.1.1

22 Sep 02:16
Compare
Choose a tag to compare

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

v1.1.0

16 Sep 20:54
e515178
Compare
Choose a tag to compare

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