Skip to content

Releases: Amphiluke/vue-handy-scroll

v3.0.2

13 Dec 18:20
Compare
Choose a tag to compare

Just bumped package version to publish actual package.json to npm (fixes #10).

v3.0.1

02 Oct 15:33
Compare
Choose a tag to compare

v3.0.0

14 Aug 13:09
Compare
Choose a tag to compare

Breaking changes

The component now requires Vue 3.2+ which itself introduces breaking changes (see change log for Vue 3.2.0-beta.1).

v2.0.0

13 Mar 08:18
Compare
Choose a tag to compare

Breaking changes

  • The component is reworked to support Vue 3.
    If you’re staying on Vue 2, you may keep on using vue-handy-scroll@1, but note that old major versions of the plugin won’t be actively maintained (only critical fixes may be applied).
  • Component’s event bus is now available as HandyScroll.EventBus and is not exported separately anymore.
    import HandyScroll from "vue-handy-scroll";
    HandyScroll.EventBus.emit("update");
  • Methods of the EventBus object are renamed (emit, on, off).

v1.0.1

04 Dec 11:15
Compare
Choose a tag to compare

v1.0.0

04 Dec 07:33
Compare
Choose a tag to compare

First production-ready release.