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

Releases: stimulus-components/stimulus-reveal-controller

5.0.0

22 Mar 02:59
Compare
Choose a tag to compare

Chore

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

v4.1.0...v5.0.0

4.1.0

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

27 Oct 16:40
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

01 Jun 15:09
Compare
Choose a tag to compare

Chore

  • Remove puppeteer for Vanilla Jest
  • Moving from Snowpack to Vite
  • Using stimulus as external library reducing bundle size from 40.43kb to 0.38kb.
  • Moving to TypeScript.
  • Upgrading Node to 14.17.0

v2.0.0...v3.0.0

v2.0.0

05 Dec 22:12
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.
- <p data-target="reveal.item" class="hidden">
+ <p data-reveal-target="item" class="hidden">

v1.0.0...v2.0.0

v1.0.0

16 Oct 13:33
Compare
Choose a tag to compare
  • Adding controller