Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@guillaumebriday guillaumebriday released this 05 Dec 16:02
· 29 commits to master since this release

[2.0.0] - 2020-12-05

Added

  • Support for Stimulus 2.0
  • Namespace warn message

Changed

Breaking Using the new values static property.

- <a href="#awesome-stuff-here" data-controller="scroll-to" data-scroll-to-offset="50">Scroll</a>
+ <a href="#awesome-stuff-here" data-controller="scroll-to" data-scroll-to-offset-value="50">Scroll</a>

v1.0.0...v2.0.0