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

Releases: stimulus-components/stimulus-clipboard

5.0.0

19 Mar 12:03
Compare
Choose a tag to compare

Chore

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

v4.0.1...v5.0.0

4.0.1

16 Jun 04:22
Compare
Choose a tag to compare

Fix

  • Allow any versions of Node.

v4.0.0...v4.0.1

4.0.0

01 Jun 14:06
Compare
Choose a tag to compare

Chore

  • Breaking Use a Stimulus native Value for success content.
- data-clipboard-success-content="Copied!"
+ data-clipboard-success-content-value="Copied!"

v3.4.0...v4.0.0

3.4.0

01 Jun 13:58
Compare
Choose a tag to compare

Added

  • Allow to use HTML for success content. #11

v3.3.0...v3.4.0

3.3.0

23 Dec 23:17
Compare
Choose a tag to compare

Added

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

Chore

  • Upgrading to Node 18.
  • Bump dependencies.
  • Upgrading to Vite 4.x.
  • Docs new UI

v3.2.2...v3.3.0

3.2.2

31 Oct 14:18
Compare
Choose a tag to compare

Chore

  • Allow sourceTarget to be any HTML element to copy its innerHTML.

v3.2.1...v3.2.2

3.2.1

31 Oct 13:39
Compare
Choose a tag to compare

Chore

  • Use innerHTML for originalContent, so icons can be used (#8)
  • Bump dependencies.

v3.2.0...v3.2.1

3.2.0

19 Jun 18:10
Compare
Choose a tag to compare

Chore

  • Using Clipboard API over execCommand a2cd4d2
  • Bump dependencies e70b060

v3.1.0...v3.2.0

3.1.0

15 Apr 08:35
Compare
Choose a tag to compare

Chore

  • Fixing stimulus as external library reducing bundle size from 1.59kb to 0.25kb.
  • Updating Github Workflows.
  • Upgrading Node to latest 16.
  • Bump dependencies.

v3.0.0...v3.1.0

3.0.0

28 Sep 13:31
Compare
Choose a tag to compare

[3.0.0] - 2021-09-28

Chore

  • Breaking Upgrading Stimulus to 3.x and change namespace from stimulus to @hotwired/stimulus.
  • Using default value option for successDuration.

v2.0.0...v3.0.0