micronaut-build
micronaut-build copied to clipboard
Update dependency clipboard.js to v2
This PR contains the following updates:
Package | Update | Change |
---|---|---|
clipboard.js (source) | major | 1.5.13 -> 2.0.11 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
zenorocha/clipboard.js (clipboard.js)
v2.0.11
: Fixes & DX Enhancements
- Fix type for copy function #795
- Remove blurring behavior after copy action invoke #807
- Support more HTML input types #808
v2.0.10
: Fixes and Docs Updates
- 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.
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.15
- Removes Babel loose mode
v1.5.14
- Updates
delegate
package which removes two external dependencies - Prevents React and Angular tests from failing #274
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Europe/Prague, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.