Update dependency clipboard to v2
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
clipboard (source) | dependencies | major | 1.7.1 -> 2.0.11 |
Release Notes
zenorocha/clipboard.js
v2.0.11
- Fix type for copy function #795
- Remove blurring behavior after copy action invoke #807
- Support more HTML input types #808
v2.0.10
- Fix Event API issue returning a function instead of a string in the
Event.Action
property - Update docs to make it easier to track Event API
- Update tests to cover
Event.Action
property
v2.0.9
- Add new API methos
.cut
and.copy
- Improve code internals
v2.0.8
- Fix webpack5 es6 export issue https://github.com/zenorocha/clipboard.js/pull/741
- Fix Typescript definitions https://github.com/zenorocha/clipboard.js/pull/736
v2.0.7
Fix Textarea not being removed from DOM
Related issue https://github.com/zenorocha/clipboard.js/issues/732
v2.0.6
- Fix
isSupported
behavior
v2.0.5
- Fix ES6 export issue
- Update Babel configurations
- Remove PhantomJS Dependency
- Fix composer deprecated package
v2.0.4
- Support server-side render
v2.0.3
- Always run Webpack in production mode
v2.0.2
- Updates to Webpack 4 and fixes issue when requiring the module.
v2.0.1
- Fixes packaging issue when requiring module.
v2.0.0
- Changes constructor from
new Clipboard()
tonew 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.
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.