Releases: zenorocha/clipboard.js
Releases · zenorocha/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
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 #741
- Fix Typescript definitions #736
V2.0.7
Fix Textarea not being removed from DOM
Related issue #732
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.