v1.0.0
Added
- Added support for new Clipboard API. (#6)
This release includes 2 new distributions. The default is a modern distribution that takes advantage of the Clipboard API, instead of the old-school create a <textarea>
and execCommand
.
The Clipboard API does not support IE11, so if you need to still support legacy browsers:
- I feel really sorry for you.
- Consult the README.