Commit 71bb49f
Submodule clipboard.js updated 59 files
- .babelrc-3
- .babelrc.json+11
- .editorconfig+1-1
- .eslintignore+12
- .eslintrc.json+24
- .github/ISSUE_TEMPLATE/bug_report.md+57
- .github/ISSUE_TEMPLATE/documentation.md+13
- .github/ISSUE_TEMPLATE/proposal.md+26
- .github/PULL_REQUEST_TEMPLATE.md+35
- .github/issue_template.md-15
- .github/stale.yml+21
- .github/workflows/publish.yml+47
- .github/workflows/test.js.yml+34
- .gitignore+1
- .husky/.gitignore+1
- .husky/pre-commit+4
- .nvmrc+1
- .prettierignore+9
- .prettierrc.json+9
- .travis.yml-4
- LICENSE+21
- bower.json+2-6
- composer.json+2-2
- contributing.md+1
- demo/constructor-node.html+13-13
- demo/constructor-nodelist.html+12-12
- demo/constructor-selector.html+11-11
- demo/function-target.html+15-15
- demo/function-text.html+15-15
- demo/target-div.html+18-12
- demo/target-input.html+19-13
- demo/target-programmatic-copy.html+28
- demo/target-programmatic-cut.html+28
- demo/target-textarea.html+18-12
- demo/text-programmatic-copy.html+27
- dist/clipboard.js+601-715
- dist/clipboard.min.js+4-4
- karma.conf.js+26-21
- package-lock.json+6.5k-6.3k
- package.js+6-6
- package.json+34-21
- readme.md+31-28
- src/actions/copy.js+29
- src/actions/cut.js+15
- src/actions/default.js+53
- src/clipboard-action.js-204
- src/clipboard.d.ts+91
- src/clipboard.js+151-121
- src/clipboard.test-d.ts+4
- src/common/command.js+12
- src/common/create-fake-element.js+26
- test/actions/copy.js+55
- test/actions/cut.js+32
- test/actions/default.js+80
- test/clipboard-action.js-243
- test/clipboard.js+152-93
- test/common/command.js+49
- test/common/create-fake-element.js+13
- webpack.config.js+33-32
0 commit comments