Skip to content

Update dependency clipboard to v2

renovate-bot requested to merge renovate/clipboard-2.x into develop

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

Compare Source

  • Fix type for copy function #​795
  • Remove blurring behavior after copy action invoke #​807
  • Support more HTML input types #​808

v2.0.10

Compare Source

  • 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

Compare Source

  • Add new API methos .cut and .copy
  • Improve code internals

v2.0.8

Compare Source

v2.0.7

Compare Source

Fix Textarea not being removed from DOM

Related issue https://github.com/zenorocha/clipboard.js/issues/732

v2.0.6

Compare Source

  • Fix isSupported behavior

v2.0.5

Compare Source

  • Fix ES6 export issue
  • Update Babel configurations
  • Remove PhantomJS Dependency
  • Fix composer deprecated package

v2.0.4

Compare Source

  • Support server-side render

v2.0.3

Compare Source

  • Always run Webpack in production mode

v2.0.2

Compare Source

  • Updates to Webpack 4 and fixes issue when requiring the module.

v2.0.1

Compare Source

  • Fixes packaging issue when requiring module.

v2.0.0

Compare Source

  • 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.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports