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

Releases: stimulus-components/stimulus-character-counter

5.0.0

26 Feb 03:02
Compare
Choose a tag to compare

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

v4.2.0...v5.0.0

4.2.0

23 Dec 18:31
Compare
Choose a tag to compare

Added

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

Chore

  • Updating docs style.
  • Upgrading dependencies.
  • Upgrading Node to 18.x.

v4.1.0...v4.2.0

4.1.0

20 Aug 12:38
Compare
Choose a tag to compare

Added

v4.0.0...v4.1.0

4.0.0

13 Nov 19:55
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.1...v4.0.0

v3.0.1

17 May 17:06
Compare
Choose a tag to compare

Fixed

v3.0.0...v3.0.1

v3.0.0

17 May 17:01
Compare
Choose a tag to compare
  • Moving from Snowpack to Vite
  • Upgrading Node to 14.16.1
  • Using TypeScript

v2.0.0...v3.0.0

v2.0.0

05 Dec 22:32
Compare
Choose a tag to compare

[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...v2.0.0

v1.0.0

03 Nov 22:14
Compare
Choose a tag to compare
  • Adding controller