Releases: zenorocha/clipboard.js
Releases · zenorocha/clipboard.js
v2.0.1
- Fixes packaging issue when requiring module.
v2.0.0
- Changes constructor from
new Clipboard()
to new ClipboardJS()
#468
There are no new features on this release. This breaking change was only introduced due to a name conflict with the new window.Clipboard
native API.
v1.7.1
- Move focus to
trigger
instead of simply blur()ing #419
v1.7.0
- Adds
container
option #368
v1.6.1
- Prevents Node.js environment from throwing an error
v1.6.0
- Adds
Clipboard.isSupported()
static method #355
- Prevents scroll jump on iOS when using
data-clipboard-text
#369
- Prevents keyboard from opening on iOS when using
data-clipboard-target
v1.5.16
- Ensures that event delegation works with multiple documents (a page with iframes)
v1.5.14
- Updates
delegate
package which removes two external dependencies
- Prevents React and Angular tests from failing #274
v1.5.13
- Prevents page from scrolling after using
data-clipboard-text
on iOS #320