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

v2.0.0

Compare
Choose a tag to compare
@bespoyasov bespoyasov released this 02 Jun 15:03
· 19 commits to master since this release

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.