This repository has been archived by the owner on Oct 26, 2024. It is now read-only.
Releases: stimulus-components/stimulus-clipboard
Releases · stimulus-components/stimulus-clipboard
5.0.0
Chore
- Renaming the component from
stimulus-clipboard
to@stimulus-components/clipboard
- Upgrading dependencies
- Exporting Typescript Types
- Updating demo UI
- Add Stimulus LSP compatibility
4.0.1
4.0.0
Chore
- Breaking Use a Stimulus native Value for success content.
- data-clipboard-success-content="Copied!"
+ data-clipboard-success-content-value="Copied!"
3.4.0
3.3.0
Added
- Adding
name
in library export to use the package with CDN, Sprockets andimport-maps
.
Chore
- Upgrading to Node
18
. - Bump dependencies.
- Upgrading to Vite
4.x
. - Docs new UI
3.2.2
3.2.1
Chore
- Use innerHTML for originalContent, so icons can be used (#8)
- Bump dependencies.
3.2.0
3.1.0
Chore
- Fixing stimulus as external library reducing bundle size from
1.59kb
to0.25kb
. - Updating Github Workflows.
- Upgrading Node to latest 16.
- Bump dependencies.
3.0.0
[3.0.0] - 2021-09-28
Chore
- Breaking Upgrading Stimulus to
3.x
and change namespace fromstimulus
to@hotwired/stimulus
. - Using default value option for
successDuration
.