Skip to content

Releases: zenorocha/clipboard.js

v2.0.1

29 Apr 23:42
Compare
Choose a tag to compare
  • Fixes packaging issue when requiring module.

v2.0.0

01 Mar 06:08
Compare
Choose a tag to compare
  • Changes constructor from new Clipboard() to new ClipboardJS() #468

There are no new features on this release. This breaking change was only introduced due to a name conflict with the new window.Clipboard native API.

v1.7.1

30 May 00:01
Compare
Choose a tag to compare
  • Move focus to trigger instead of simply blur()ing #419

v1.7.0

29 May 21:45
Compare
Choose a tag to compare
  • Adds container option #368

v1.6.1

28 Feb 17:59
Compare
Choose a tag to compare
  • Prevents Node.js environment from throwing an error

v1.6.0

08 Feb 08:08
Compare
Choose a tag to compare
  • Adds Clipboard.isSupported() static method #355
  • Prevents scroll jump on iOS when using data-clipboard-text #369
  • Prevents keyboard from opening on iOS when using data-clipboard-target

v1.5.16

12 Dec 13:58
Compare
Choose a tag to compare
  • Ensures that event delegation works with multiple documents (a page with iframes)

v1.5.15

23 Oct 02:45
Compare
Choose a tag to compare

v1.5.14

23 Oct 02:17
Compare
Choose a tag to compare
  • Updates delegate package which removes two external dependencies
  • Prevents React and Angular tests from failing #274

v1.5.13

17 Oct 05:45
Compare
Choose a tag to compare
  • Prevents page from scrolling after using data-clipboard-text on iOS #320