This repository was archived by the owner on Oct 26, 2024. It is now read-only.
Releases: stimulus-components/stimulus-animated-number
Releases · stimulus-components/stimulus-animated-number
5.0.0
Chore
- Renaming the component from
stimulus-animated-numberto@stimulus-components/animated-number - Upgrading dependencies
- Exporting Typescript Types
- Updating demo UI
- Add Stimulus LSP compatibility
4.1.0
Added
- Adding
namein library export to use the package with CDN, Sprockets andimport-maps.
Chore
- Upgrading dependencies
- Upgrading Vite to 4.x
- Upgrading Node to
18.x
4.0.0
Chore
- Breaking Upgrading Stimulus to
3.xand change namespace fromstimulusto@hotwired/stimulus. - Upgrading dependencies
- Upgrading Node to 14.18.0
v3.0.0
- Moving from Snowpack to Vite
- Using stimulus as external library reducing bundle size from
40.81kbto0.76kb. - Moving to TypeScript
- Upgrading Node to 14.17.0
v2.0.0
[2.0.0] - 2020-12-05
Added
- Support for Stimulus 2.0
Changed
- Breaking Using the new
valuesstatic 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
- Adding controller