Skip to content

v2.0.0

Compare
Choose a tag to compare
@Amphiluke Amphiluke released this 13 Mar 08:18
· 22 commits to master since this release

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).