This repository was archived by the owner on Oct 26, 2024. It is now read-only.
Releases: stimulus-components/stimulus-character-counter
Releases · stimulus-components/stimulus-character-counter
5.0.0
Chore
- Renaming the component from
stimulus-character-counter
to@stimulus-components/character-counter
- Upgrading dependencies
- Exporting Typescript Types
- Updating demo UI
- Add Stimulus LSP compatibility
4.2.0
Added
- Adding
name
in library export to use the package with CDN, Sprockets andimport-maps
.
Chore
- Updating docs style.
- Upgrading dependencies.
- Upgrading Node to
18.x
.
4.1.0
4.0.0
Chore
- Breaking Upgrading Stimulus to
3.x
and change namespace fromstimulus
to@hotwired/stimulus
. - Upgrading dependencies
- Upgrading Node to 14.18.0
v3.0.1
v3.0.0
v2.0.0
[2.0.0] - 2020-12-05
Added
- Support for Stimulus 2.0
Changed
- Breaking Using the new
targets
syntax.
- <strong data-target="character-counter.counter"></strong>
+ <strong data-character-counter-target="counter"></strong>
v1.0.0
- Adding controller