Skip to content

Releases: stimulus-components/stimulus-scroll-to

5.0.1

23 Mar 14:10
Compare
Choose a tag to compare

Chore

v5.0.0...v5.0.1

5.0.0

22 Mar 17:44
Compare
Choose a tag to compare

Chore

  • Renaming the component from stimulus-scroll-to to @stimulus-components/scroll-to
  • Upgrading dependencies
  • Exporting Typescript Types
  • Updating demo UI
  • Add Stimulus LSP compatibility

v4.1.0...v5.0.0

4.1.0

26 Dec 04:03
Compare
Choose a tag to compare

Added

  • Adding name in library export to use the package with CDN, Sprockets and import-maps.

Chore

  • Bump dependencies.
  • Upgrading to Vite 4.x.
  • Docs new UI.
  • Upgrading Node to 18.x.

v4.0.0...v4.1.0

4.0.0

27 Oct 16:58
Compare
Choose a tag to compare

Chore

  • Breaking Upgrading Stimulus to 3.x and change namespace from stimulus to @hotwired/stimulus.
  • Upgrading dependencies
  • Upgrading Node to 14.18.1

Fixed

  • Allow default offset to be set to 0.

v3.0.0...v4.0.0

v3.0.0

17 May 17:36
Compare
Choose a tag to compare

Chore

  • Moving from Snowpack to Vite
  • Upgrading Node to 14.16.1
  • Moving to TypeScript

v2.0.1...v3.0.0

v2.0.1

05 Dec 16:40
Compare
Choose a tag to compare

[2.0.1] - 2020-12-05

Changed

v2.0.0

05 Dec 16:02
Compare
Choose a tag to compare

[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

v1.0.0

24 Nov 22:34
Compare
Choose a tag to compare
  • Adding controller