Skip to content

Releases: zenorocha/clipboard.js

v1.5.2

28 Oct 20:09
Compare
Choose a tag to compare
  • Removes the need for Webpack users to transpile ES6 code

v1.5.1

27 Oct 16:36
Compare
Choose a tag to compare
  • Fixes regression on v1.4.3 that caused multiple elements to not be selected

v1.5.0

27 Oct 06:06
Compare
Choose a tag to compare
  • Allows HTML elements to be passed in the constructor #25
  • Fixes regression on v1.4.3 that caused selected text to not be returned on editable elements

v1.4.3

24 Oct 18:47
Compare
Choose a tag to compare
  • Adds support for text selection on iOS Safari for <input> and <textarea> elements

v1.4.2

13 Oct 18:13
Compare
Choose a tag to compare
  • Fix "Discontiguous selection is not supported" error on Chrome #17

v1.4.1

09 Oct 07:08
Compare
Choose a tag to compare
  • Prevent Firefox < 41 scrolling to bottom of page when using text attribute #74

v1.4.0

04 Oct 02:24
Compare
Choose a tag to compare
  • Add destroy method #24
  • Fix bower import for those who wiredep #64
  • Add support for multiline value when using text attribute #38

Thanks @kmalakoff @arve0 @calvincorreli @max-cross

v1.3.1

30 Sep 05:35
Compare
Choose a tag to compare

Adds CommonJS support on Node environments #15 #19

Thanks to @mauriciosoares

v1.3.0

29 Sep 17:18
Compare
Choose a tag to compare

Thanks to @mauriciosoares

v1.2.0

29 Sep 06:58
Compare
Choose a tag to compare
  • Improves data-clipboard-target to support any selector instead of ID beab7bc
  • Adds support to set action/target/text via function b842987

Thanks to @eduardolundgren