Skip to content

Releases: lgarron/clipboard-polyfill

v3.0.0-pre1

25 Jun 19:23
Compare
Choose a tag to compare
v3.0.0-pre1 Pre-release
Pre-release
Update docs in `README.md`.

v2.8.5

13 Aug 00:29
Compare
Choose a tag to compare
Release notes:
- Allow importing `clipboard-polyfill/build/clipboard-polyfill.promise`. #116

v2.8.3

13 Aug 00:29
Compare
Choose a tag to compare
Release notes:
- Restore missing files to published package.

v0.3.5

30 Jun 06:36
Compare
Choose a tag to compare
  • Fix a typo that prevented copying MIME->string mapping objects. #44

v0.3.4

30 Jun 06:36
Compare
Choose a tag to compare
  • Reject copy data that isn't the right format (string, DOM node, MIME->string mapping object).

v0.3.3

30 Jun 06:37
Compare
Choose a tag to compare
  • Fixes issues with the bogus selection mechanism in Chrome and Safari.

v0.3.1

30 Jun 06:39
Compare
Choose a tag to compare
  • No functional changes. This is a bump to bring npm and bower in sync.

v0.3.0

30 Jun 06:39
Compare
Choose a tag to compare
  • Support copying in Safari if the current selection is empty. (#30)

v0.2.0

30 Jun 06:40
Compare
Choose a tag to compare
  • Support copying a DOM node as markup (using XMLSerializer).

v0.1.2

30 Jun 06:42
Compare
Choose a tag to compare
  • Add minified script. (#19)