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

Releases: stimulus-components/stimulus-scroll-progress

5.0.0

22 Mar 17:35
Compare
Choose a tag to compare

Chore

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

v4.2.0...v5.0.0

4.2.0

24 Dec 19:41
Compare
Choose a tag to compare

Chore

  • Bump dependencies.
  • Upgrading to Vite 5.x.
  • Using a throttle function without lodash.throttle.

v4.1.0...v4.2.0

4.1.0

26 Dec 03:46
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

13 Nov 20:27
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

v3.0.0...v4.0.0

v3.0.0

25 May 21:21
Compare
Choose a tag to compare

Chore

  • Moving from Snowpack to Vite
  • Using stimulus and lodash.throttle as external libraries reducing bundle size from 109.79kb to 0.54kb.
  • Moving to TypeScript
  • Upgrading Node to 14.17.0

v2.0.0...v3.0.0

v2.0.0

05 Dec 22:19
Compare
Choose a tag to compare

[2.0.0] - 2020-12-05

Added

  • Support for Stimulus 2.0

Changed

  • Breaking Using the new values static property
- <div data-controller="scroll-progress" data-scroll-progress-throttle-delay="100">
+ <div data-controller="scroll-progress" data-scroll-progress-throttle-delay-value="100">

v1.0.1...v2.0.0

v1.0.1

11 Nov 21:51
Compare
Choose a tag to compare

v1.0.0

11 Nov 17:27
Compare
Choose a tag to compare
  • Adding controller