Skip to content

v1.0.0

Compare
Choose a tag to compare
@ryangjchandler ryangjchandler released this 29 Jan 16:43
· 34 commits to main since this release
2b3e8fd

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:

  1. I feel really sorry for you.
  2. Consult the README.