zenorocha/clipboard.js
 Watch   
 Star   
 Fork   
2022-05-05 01:51:40
clipboard.js

Fixes & DX Enhancements

  • Fix type for copy function #795
  • Remove blurring behavior after copy action invoke #807
  • Support more HTML input types #808
2022-02-02 23:21:27
clipboard.js

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
2022-01-28 09:57:52
clipboard.js

v2.0.9

  • Add new API methos .cut and .copy
  • Improve code internals
2021-03-11 04:28:10
clipboard.js
2021-03-06 20:51:09
clipboard.js

V2.0.7

Fix Textarea not being removed from DOM

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

2020-03-05 14:26:34
clipboard.js

v2.0.6

  • Fix isSupported behavior
2020-03-04 10:20:40
clipboard.js

v2.0.5

  • Fix ES6 export issue
  • Update Babel configurations
  • Remove PhantomJS Dependency
  • Fix composer deprecated package
2018-11-13 12:42:07
clipboard.js

v2.0.4

  • Support server-side render
2018-11-12 10:56:51
clipboard.js

v2.0.3

  • Always run Webpack in production mode
2018-11-12 01:14:19
clipboard.js

v2.0.2

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