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

Releases: stimulus-components/stimulus-animated-number

5.0.0

26 Feb 01:26
Compare
Choose a tag to compare

Chore

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

v4.1.0...v5.0.0

4.1.0

17 Dec 00:42
Compare
Choose a tag to compare

Added

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

Chore

  • Upgrading dependencies
  • Upgrading Vite to 4.x
  • Upgrading Node to 18.x

v4.0.0...v4.1.0

4.0.0

13 Nov 20:11
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.0

v3.0.0...v4.0.0

v3.0.0

25 May 19:23
Compare
Choose a tag to compare
  • Moving from Snowpack to Vite
  • Using stimulus as external library reducing bundle size from 40.81kb to 0.76kb.
  • Moving to TypeScript
  • Upgrading Node to 14.17.0

v2.0.0...v3.0.0

v2.0.0

05 Dec 16:35
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
- <strong data-controller="animated-number" data-animated-number-start="0" data-animated-number-end="100" data-animated-number-duration="3000"></strong>
+ <strong data-controller="animated-number" data-animated-number-start-value="0" data-animated-number-end-value="100" data-animated-number-duration-value="3000"></strong>

v1.0.0...v2.0.0

v1.0.0

10 Nov 22:32
Compare
Choose a tag to compare
  • Adding controller