Skip to content
This repository was archived by the owner on Jan 25, 2025. It is now read-only.

Releases: bespoyasov/vue-scroller

v2.0.1

05 Jun 17:53
Compare
Choose a tag to compare

Specified the package license (MIT).

v2.0.0

02 Jun 15:03
Compare
Choose a tag to compare

Dependency and code refreshment, new component public API.

Breaking Changes

  • Migrated to ESM.
  • Updated Vue and Prokrutchik major versions.
  • Updated public API for the component config. For more info check out the migration guide in Scroller repo.
  • Replaced the config property by a set of inner properties: scrollbar, navigation, align, onItemClick.

New Features

  • TypeScript support.
  • New position property:
    • Sets the initial position at the first render;
    • Updates the Scroller position at the next renders.
  • New duration property:
    • Sets the initial animation duration at the first render;
    • Sets the position change animation duration at the next renders.