Skip to content

Releases: zenorocha/clipboard.js

v1.5.12

09 Jun 15:00
Compare
Choose a tag to compare
  • Fixes a bug that unable to remove fake event listener

v1.5.11

09 Jun 04:51
Compare
Choose a tag to compare
  • Fixes a regression caused by #194 at v1.5.9
    • Changes fake element position from fixed to absolute #250
  • Fixes a remove event handler that was not being called

v1.5.10

04 Apr 05:41
Compare
Choose a tag to compare
  • Removes error message when target/text attributes are null, undefined, or false. This is particularly useful when using functions #148 #154 #207
  • Throws error when disabled or readonly attributes are used on target element #41 #200

v1.5.9

26 Feb 18:29
Compare
Choose a tag to compare
  • Upgrades to Babel 6 #190
  • Fixes fake element position #194

v1.5.8

04 Feb 19:33
Compare
Choose a tag to compare
  • Resets invisible <textarea> box model #179
  • Prevent auto-zooming on iOS devices #180

v1.5.7

03 Feb 16:32
Compare
Choose a tag to compare
  • Fixes a bug when updating Babel 5 to 6

v1.5.6

02 Feb 21:49
Compare
Choose a tag to compare
  • Adds support for RTL #161
  • Fixes the "unexpected token function" bug on IE9 and Android #170

v1.5.5

13 Nov 09:23
Compare
Choose a tag to compare
  • Adds support for text selection on iOS Safari for <input> and <textarea> elements
  • Fixes a bug where non-editable elements were being focused, causing elements to not be selected on Firefox

v1.5.4

13 Nov 08:33
Compare
Choose a tag to compare

Fix a bug where events have already been bubbled up #119

v1.5.3

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