Releases: zenorocha/clipboard.js
Releases · zenorocha/clipboard.js
v1.5.12
- Fixes a bug that unable to remove fake event listener
v1.5.11
- 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
- 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
- Upgrades to Babel 6 #190
- Fixes fake element position #194
v1.5.8
- Resets invisible
<textarea>
box model #179
- Prevent auto-zooming on iOS devices #180
v1.5.7
- Fixes a bug when updating Babel 5 to 6
v1.5.6
- Adds support for RTL #161
- Fixes the "unexpected token function" bug on IE9 and Android #170
v1.5.5
- 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
Fix a bug where events have already been bubbled up #119
v1.5.3
- Removes the need for Browserify users to transpile ES6 code