Commit Graph

116 Commits

Author SHA1 Message Date
dependabot[bot] 899378dee9
chore(deps): bump nanoid and mocha (#835)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-10 15:13:04 +00:00
Beto Muniz 2b2f9eef6f 2.0.11 2022-05-04 14:51:40 -03:00
Beto Muniz 98d92f2a42 2.0.10 2022-02-02 12:21:27 -03:00
Beto Muniz 9698b1176a 2.0.9 2022-01-27 22:50:17 -03:00
vitormalencar 7dea403fbb 2.0.8 2021-03-10 21:28:10 +01:00
vitormalencar c38b4ee76f 2.0.7 2021-03-06 13:51:09 +01:00
r3nanp ddbbc238b6 chore(deps): remove sort-package-json 2021-02-16 19:02:02 -03:00
r3nanp da6b7dd7a3 chore(deps): add dependencies and new scripts 2021-02-13 10:55:16 -03:00
r3nanp 9f0e246f64 chore(deps): add linter 2021-02-13 09:47:15 -03:00
Helder Burato Berto dd74f53217 chore(packages): add husky v5.x.x 2021-02-11 15:44:57 +00:00
vitormalencar 12a4f43337 Add types entry and tsd dependency 2021-01-22 15:59:23 +01:00
vitormalencar 2239c05b4d update dependencies 2021-01-20 17:33:16 +01:00
vitormalencar 6efd3ba519 Merge branch 'master' of github.com:zenorocha/clipboard.js into feature-prettier
* 'master' of github.com:zenorocha/clipboard.js:
  Update dev dependencies.
2021-01-20 17:26:47 +01:00
vitormalencar 35688322f3 Add prettier husky and lint-staged 2021-01-20 16:32:40 +01:00
Beto Muniz 43aa5786c9 Update dev dependencies. 2021-01-19 12:42:06 -03:00
Beto Muniz 5ea83e4473
Merge pull request #703 from realityking/babel7
Upgrade babel to version 7
2021-01-19 11:08:05 -03:00
Christian Oliff dd84bc1f8a Add homepage to package.json 2021-01-19 04:31:03 -08:00
Rouven Weßling 4456d61877 Upgrade babel to version 7 2020-10-04 15:20:54 +02:00
Zeno Rocha fddd2aac5f 2.0.6 2020-03-04 22:26:34 -08:00
Zeno Rocha 289389322e 2.0.5 2020-03-03 18:20:40 -08:00
ossdev 83824fa248 ClipboardJS: Removed PhantomJS Dependency
Added karma-chrome-launcher dependency

Signed-off-by: ossdev <ossdev@puresoftware.com>
2020-02-29 09:53:41 -08:00
Rouven Weßling 6802a86f60 Set babel-preset-env into UglifyJS compatability mode 2018-11-14 20:16:46 -08:00
Rouven Weßling 3522504d34 Remove the unused dev dependency babel-cli 2018-11-14 20:16:46 -08:00
Zeno Rocha d17eca050e 2.0.4 2018-11-12 20:42:07 -08:00
Zeno Rocha 5be63e28dd 2.0.3 2018-11-11 18:56:51 -08:00
Rouven Weßling adc669df06 Always run webpack in production mode. (#595)
Otherwise horribly inefficent code that evals(!) strings of code is generated.
2018-11-11 18:53:43 -08:00
Rouven Weßling b57e6d019f Don't claim to support ESM 2018-11-11 18:51:00 -08:00
Zeno Rocha cf9e8fd7ce Updates devDependencies 2018-11-11 09:58:44 -08:00
Zeno Rocha fdb66d3f16 2.0.2 2018-11-11 09:14:19 -08:00
Zeno Rocha e0f82241d0 Removes bundle analyzer 2018-11-11 09:10:37 -08:00
Zeno Rocha 4d4c25c505 Updates Webpack CLI 2018-11-11 08:20:47 -08:00
Samuel Oloruntoba 5ef3f1a817 Migrates to Webpack 4 2018-11-11 08:17:25 -08:00
Zeno Rocha 3382ea3d14 2.0.1 2018-04-29 16:41:13 -07:00
Paweł Lesiecki 0fcf8c9460 Update package.json (#532)
Correct module path
2018-04-29 16:14:20 -07:00
Zeno Rocha 43beb07bac Release v2.0.0 2018-02-28 21:56:32 -08:00
Guillaume Vincent 2d5b2df811 Migrate from Browserify to Webpack (#372)
* Migrate from Browserify to Webpack

close https://github.com/zenorocha/clipboard.js/issues/371

 Author:    Guillaume Vincent <guillaume@oslab.fr>

* remove browserify and associated modules and update tests
2018-02-28 17:03:39 -08:00
Zeno Rocha b6e6b80ab0 Release v1.7.1 2017-05-29 16:57:52 -07:00
Zeno Rocha 39e622456c Release v1.7.0 2017-05-29 14:43:41 -07:00
Gabriel Kalani 5ab50475e0 ES6 refactor (#409)
* little fix

* little fix /2

* test/clipboard.js refactored

* emitter: emitter --> emitter

* Examples in ES6

* es6

* back to original code

* script > npm test

* script > npm test not necessary

* updating modules

* removing export default
2017-05-02 21:34:18 -07:00
Zeno Rocha f59d4e6b4d Release v1.6.1 2017-02-28 09:58:40 -08:00
Zeno Rocha a00f1fe327 Release v1.6.0 2017-02-08 00:02:14 -08:00
Zeno Rocha 41b7234d50 Prevents keyboard from opening on iOS when using "data-clipboard-target" 2017-02-07 23:41:46 -08:00
Zeno Rocha 3696739e5e Prevents scroll jump on iOS when using "data-clipboard-text"
Thanks to @geraldarthur at #369
2017-02-07 23:37:43 -08:00
Zeno Rocha 402c9ee17b Release v1.5.16 2016-12-12 11:54:35 -02:00
Zeno Rocha 8ad16a2c6c
Release v1.5.15 2016-10-22 19:44:43 -07:00
Zeno Rocha ce0829054b
Updates dev dependencies 2016-10-22 19:37:37 -07:00
Zeno Rocha 223d30c110
Removes babel loose mode 2016-10-22 19:37:18 -07:00
Zeno Rocha 0149e1de5e
Updates good-listener package which removes two dependencies 2016-10-22 19:10:44 -07:00
Zeno Rocha 26a9e9d56c
Release v1.5.13 2016-10-16 22:44:03 -07:00
Zeno Rocha eb7418b51b
Release v1.5.12 2016-06-09 07:57:20 -07:00