Граф коммитов

231 Коммитов

Автор SHA1 Сообщение Дата
Mu-An Chiou b85fba9975
Upgrade eslint-config-github 2020-05-22 17:21:48 -04:00
Mu-An 慕安 0f480916fc
Merge pull request #30 from github/ts
TypeScript conversion
2020-05-22 17:10:14 -04:00
Mu-An Chiou 794fa274c2
Undo eslint-config-github upgrade to limit scope 2020-05-22 15:58:13 -04:00
Mu-An Chiou c43d58727c
Remove plugins 2020-05-22 15:46:19 -04:00
Mu-An Chiou 62cc841b79
Move tsc to build 2020-05-22 15:39:16 -04:00
Mu-An Chiou 65924afdb9
Add back HTMLElementTagNameMap defs 2020-05-22 15:35:29 -04:00
Mu-An Chiou f5161d84f6
Upgrade eslint-config-github to v4 2020-05-22 15:34:58 -04:00
Mu-An Chiou 89277d9910
Include script tag instruction 2020-05-21 17:09:01 -04:00
Mu-An Chiou 3f71f4276d
Create CODEOWWNERS 2020-05-21 16:20:53 -04:00
Mu-An Chiou ba82f409b6
Remove rollup babel 2020-05-21 16:20:05 -04:00
Mu-An Chiou 6a8471d5ee
Test w/ GitHub Actions CI 2020-05-21 16:15:27 -04:00
Mu-An Chiou 1bd1772056
Convert to TypeScript 2020-05-21 16:10:07 -04:00
David Graham a42d1aca79
Merge pull request #29 from github/dependabot/npm_and_yarn/acorn-7.1.1
Bump acorn from 7.1.0 to 7.1.1
2020-03-26 12:21:19 -06:00
dependabot[bot] 7bc7560525
Bump acorn from 7.1.0 to 7.1.1
Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/7.1.0...7.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-13 21:36:55 +00:00
Kristján Oddsson 65f860abb5
1.1.2 2020-01-20 16:28:38 +00:00
Kristján Oddsson a76114c0f5
Merge pull request #28 from github/use-html-element-tag-name-map
Add HTMLElementTagNameMap interface to TypeScript declaration file.
2020-01-20 16:27:07 +00:00
Kristján Oddsson be816cb125
'add type to HTMLElementTagNameMap' 2020-01-16 17:05:49 +00:00
Mu-An Chiou 0e2e1d2a69
1.1.1 2019-11-06 13:29:25 -05:00
Mu-An 慕安 f9a483396c
Merge pull request #27 from github/input
Use copyText to copy input value
2019-11-06 13:29:00 -05:00
Mu-An Chiou a3b00f476f
Remove unused exported function 2019-11-05 16:03:46 -05:00
Mu-An Chiou f120af445c
Use copyText to copy input value
we don't have to maintain multiple ways of copying string
2019-11-05 15:55:10 -05:00
Mu-An 慕安 e505506cef
Add back cursor style 2019-11-05 11:18:17 -05:00
Mu-An Chiou bdb7058331
1.1.0 2019-11-05 11:11:49 -05:00
Mu-An 慕安 8af435a025
Merge pull request #26 from github/shadowroot
Add support for Shadow DOM follow-up
2019-11-05 11:09:55 -05:00
Mu-An 慕安 356470a9a4
Clarfiy test purpose
Co-Authored-By: David Graham <dgraham@github.com>
2019-11-04 18:55:01 -05:00
Mu-An Chiou 386dfd9ae8
Deduppe defineClipboard 2019-11-04 17:53:08 -05:00
Mu-An Chiou cfe5296385
Add test for shadowRoot 2019-11-04 17:53:08 -05:00
Mu-An Chiou fda99df722
Fix Flow typecheck for root node 2019-11-04 17:18:24 -05:00
Mu-An Chiou a38f73616a
Upgrade flow-in to get getElementById on ShadowRoot
72b6397d7f
2019-11-04 17:16:52 -05:00
Mu-An Chiou de5e9ca3d1
Merge branch 'shadow-dom-compatibility' of https://github.com/jorgecasar/clipboard-copy-element into jorgecasar-shadow-dom-compatibility 2019-11-04 17:09:28 -05:00
Mu-An 慕安 9955d093b4
Merge pull request #25 from github/demo
Improve demo page
2019-11-04 16:49:38 -05:00
Mu-An Chiou cfe43b7b43
Remove extra div 2019-11-04 16:21:43 -05:00
Mu-An Chiou 7b04162afe
Clarify demo differences and separate notice 2019-11-04 13:34:27 -05:00
Mu-An Chiou b1598dd38c
Style with system default appearance
This doesn't work in Edge, but custom elements don't work in Edge for now either so it's fine
2019-11-04 13:23:49 -05:00
Mu-An Chiou ea51fb2ac1
Setup pages demo by sourcing from unpkg 2019-11-04 13:20:26 -05:00
David Graham 230556dfa5 1.0.7 2019-10-08 08:52:22 -06:00
David Graham 72923ba351
Update development dependencies 2019-10-08 08:51:23 -06:00
David Graham 8f93a98ce6
Merge pull request #22 from github/flow-type-module
Include module in Flow declaration
2019-10-08 08:49:04 -06:00
David Graham 8617661679
Include module in Flow declaration
Fixes an error importing the class.

`import ClipboardCopyElement from '@github/clipboard-copy-element`
> Error: Importing from an untyped module makes it `any` and is not safe!
2019-10-07 19:13:13 -06:00
Keith Cirkel 530ff40b42
1.0.6 2019-09-12 11:43:54 +01:00
Keith Cirkel 4305bb5e6e
Merge pull request #21 from github/types-ts-add-window-declaration
Add TS window declaration for ClipboardCopyElement
2019-09-12 11:40:08 +01:00
Keith Cirkel ff9dc5a26d
types(ts): fix window declaration type 2019-09-12 10:40:39 +01:00
Keith Cirkel 98626fd0a2
types(ts): add window declaration 2019-09-12 10:07:01 +01:00
Kristján Oddsson 072076d97b
1.0.5 2019-08-15 10:25:21 +01:00
Kristján Oddsson f2902b3593
Merge pull request #18 from github/add-typescript-definition-file
Add typescript definition file
2019-08-15 10:24:37 +01:00
Kristján Oddsson 3fe5fc9103
Merge branch 'master' into add-typescript-definition-file 2019-08-14 13:19:38 +01:00
Kristján Oddsson 99f91b7544
1.0.4 2019-08-09 09:09:20 +01:00
Kristján Oddsson ed91610215
Merge pull request #20 from github/publish-to-gpr-as-well
Publish to GPR as a postpublish step
2019-08-09 09:08:36 +01:00
Kristján Oddsson 70ead12df9
publish to GPR as a postpublish step 2019-08-08 11:20:58 +01:00
Kristján Oddsson ece9825e72
set a name for the UMD bundle 2019-07-30 10:34:35 +01:00