This repository has been archived by the owner on Oct 26, 2024. It is now read-only.
Releases: stimulus-components/stimulus-reveal-controller
Releases · stimulus-components/stimulus-reveal-controller
5.0.0
Chore
- Renaming the component from
stimulus-reveal-controller
to@stimulus-components/reveal
- Upgrading dependencies
- Exporting Typescript Types
- Updating demo UI
- Add Stimulus LSP compatibility
4.1.0
Added
- Adding
name
in library export to use the package with CDN, Sprockets andimport-maps
.
Chore
- Bump dependencies.
- Upgrading to Vite
4.x
. - Docs new UI.
- Upgrading Node to
18.x
.
4.0.0
Chore
- Breaking Upgrading Stimulus to
3.x
and change namespace fromstimulus
to@hotwired/stimulus
. - Upgrading dependencies
- Upgrading Node to
14.18.1
v3.0.0
Chore
- Remove puppeteer for Vanilla Jest
- Moving from Snowpack to Vite
- Using stimulus as external library reducing bundle size from
40.43kb
to0.38kb
. - 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
targets
syntax.
- <p data-target="reveal.item" class="hidden">
+ <p data-reveal-target="item" class="hidden">
v1.0.0
- Adding controller