Releases: Amphiluke/vue-handy-scroll
Releases · Amphiluke/vue-handy-scroll
v3.0.2
v3.0.1
Fix the issue Amphiluke/handy-scroll#14.
v3.0.0
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
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
- Provide a few Codepen demos.
- Minor fixes in README.