Jon Rohan
9026508560
Merge pull request #37 from github/dependabot/npm_and_yarn/braces-3.0.3
...
Bump braces from 3.0.2 to 3.0.3
2024-06-18 16:52:28 -07:00
dependabot[bot]
6d1e2ed42d
Bump braces from 3.0.2 to 3.0.3
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-16 10:26:10 +00:00
Siddharth Kshetrapal
82ab798494
Merge pull request #36 from github/dependabot/npm_and_yarn/follow-redirects-1.15.6
...
Bump follow-redirects from 1.15.4 to 1.15.6
2024-03-18 12:14:58 +01:00
dependabot[bot]
5dfa118b9d
Bump follow-redirects from 1.15.4 to 1.15.6
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-16 22:41:11 +00:00
Jon Rohan
7065fc8051
Merge pull request #28 from github/dependabot/npm_and_yarn/follow-redirects-1.15.4
...
Bump follow-redirects from 1.14.1 to 1.15.4
2024-01-09 17:54:21 -08:00
dependabot[bot]
e57c5408bf
Bump follow-redirects from 1.14.1 to 1.15.4
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.1 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.1...v1.15.4 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-09 08:00:41 +00:00
Manuel Puyol
434e186eff
Merge pull request #22 from github/move-AOR-to-primer
...
move AOR to primer
2022-09-23 12:49:05 -05:00
Keith Cirkel
f4534fa705
move AOR to primer
2022-09-23 18:33:40 +01:00
Kristján Oddsson
8e927c0f03
Merge pull request #21 from github/add-release-action-1-2
...
Add a release action
2022-03-28 14:16:48 +01:00
Kristján Oddsson
70ca46f362
Create .github/workflows/publish.yml
2022-03-25 19:21:00 +00:00
Ned Schwartz
0ed28cd796
Merge pull request #20 from github/node-16-in-codespaces
...
Add a .devcontainer
2022-03-01 10:15:55 -05:00
Kristján Oddsson
8aabf895ff
Add a .devcontainer
...
Co-authored-by: Ned Schwartz <ned@theinterned.net>
2022-02-28 17:04:32 +00:00
Ned Schwartz
e635ad5e06
Merge pull request #19 from github/theinterned/install-chromium
...
Use chromium for karma tests
2022-02-17 13:58:45 -08:00
Ned Schwartz
2657329f28
configure karma to use chromium
2022-02-16 21:24:29 +00:00
Ned Schwartz
ce118609b2
add chromium
2022-02-16 21:24:15 +00:00
Ned Schwartz
fc4cb3645b
remove playwright
2022-02-16 21:17:28 +00:00
Jonathan Fuchs
ac5cf153f4
3.1.0
2022-01-14 20:06:44 +00:00
Jonathan Fuchs
f714e1d381
Merge pull request #18 from github/jfuchs/playwright
...
Add playwright so tests can pass in CI
2022-01-14 10:44:07 -08:00
Jonathan Fuchs
87eaf7bdbc
Add playwright so tests can pass in CI
2022-01-14 18:42:28 +00:00
Jonathan Fuchs
1e0e9810bd
Merge pull request #17 from imjohnbo/feat/svgs-as-images
...
Also treat svgs as images
2022-01-14 10:02:22 -08:00
John Bohannon
7a3a410cab
chore: bump ci
2022-01-14 01:36:33 +00:00
John Bohannon
a754b04bbb
feat: also treat svgs as images
2022-01-12 11:23:07 -05:00
dgreif
4cb4f0c27e
3.0.1
2021-09-23 14:02:26 -07:00
Dusty Greif
d684125643
Merge pull request #16 from duduribeiro/bug-fix
...
Check if pastedFile is a file before run getAsFile
2021-09-23 13:49:37 -07:00
Cadu Ribeiro
fe6c0e9167
Add tests
2021-09-23 14:19:41 -03:00
Cadu Ribeiro
53a1853f54
Update file-attachment-element.ts
2021-09-23 10:08:57 -03:00
Kristján Oddsson
4f207bf3f9
3.0.0
2021-09-03 12:46:12 +01:00
Kristján Oddsson
5cc9107599
Merge pull request #14 from github/bestra/file-attachment-dragged-event
...
Bubble dragover and dragenter events
2021-09-03 12:45:26 +01:00
Kristján Oddsson
e6bda71bfb
Merge branch 'main' into bestra/file-attachment-dragged-event
2021-09-03 12:39:50 +01:00
Chris Westra
ae31438354
Bubble original event rather than a new custom one
...
We decided we could use the `dragover` and `dragenter` events directly
instead of wrapping them with a custom one. We're still calling `preventDefault()`
so we won't accidentally trigger any native behavior downstream.
2021-09-01 11:01:14 -04:00
Chris Westra
312836ef69
[pr review] use better name for event target
2021-09-01 09:59:25 -04:00
Chris Westra
f76fcae35f
Merge pull request #15 from github/bestra/add-is-video
2021-08-31 06:30:08 -04:00
Chris Westra
79895d6228
Add attachment.isVideo
...
Addresses this comment 8c9b18cf24/app/assets/modules/github/behaviors/commenting/markdown.ts (L38-L42)
2021-08-30 17:33:57 -04:00
Chris Westra
197649d2fa
Surface event for file-attachment-dragged
...
The implementation for https://github.com/github/github/pull/190219 needs
an event to kick off finding the cursor position, and rather than bubbling the
DragEvent it seems prudent to fire a CustomEvent solely used by that consumer.
That'll avoid any unintended side effects in the document at large.
2021-08-30 17:23:14 -04:00
Kristján Oddsson
ac7dc529e6
2.0.1
2021-05-19 10:47:46 +01:00
Kristján Oddsson
4d6619f99e
Merge pull request #13 from github/fix-type-reference
...
Fix `types` reference in `package.json`
2021-05-19 10:39:19 +01:00
Kristján Oddsson
53e080169f
Fix `types` reference in `package.json`
2021-05-18 14:46:59 +01:00
Kristján Oddsson
ad07bb9c67
2.0.0
2021-05-18 14:19:06 +01:00
Kristján Oddsson
c27ff0397d
Merge pull request #12 from github/eslint-plugin-custom-elements
...
Enable `eslint-plugin-custom-elements`
2021-05-18 14:11:22 +01:00
Kristján Oddsson
12c26db25d
Merge branch 'main' into eslint-plugin-custom-elements
2021-05-18 13:57:43 +01:00
Kristján Oddsson
b3d2413a5a
Merge pull request #11 from github/dont-required-child-input-to-have-id
...
Don't required child input to have ID
2021-05-18 13:57:33 +01:00
Kristján Oddsson
e90b7dd5f4
Enable `eslint-plugin-custom-elements`
2021-05-17 14:11:19 +01:00
Kristján Oddsson
0e1cca88fc
Merge branch 'main' into dont-required-child-input-to-have-id
2021-05-17 14:04:17 +01:00
Kristján Oddsson
8a63412cc6
Don't require `input` attribute on `<file-attachment>`
2021-05-17 13:53:30 +01:00
Kristján Oddsson
2ab7c27231
Only ignore input change event if the id is present
2021-05-17 13:48:03 +01:00
Kristján Oddsson
dddc7ce07b
Merge pull request #10 from github/update-developer-dependencies
...
Update developer dependencies
2021-05-17 13:41:06 +01:00
Kristján Oddsson
a71cfe608c
Merge branch 'main' into update-developer-dependencies
2021-05-17 13:39:51 +01:00
Kristján Oddsson
3aa849fcaa
Remove event listeners when disconnected
2021-05-17 13:38:36 +01:00
Kristján Oddsson
bb207aefad
Use `connectedCallback` instead of `constructor`
2021-05-17 13:35:59 +01:00
Kristján Oddsson
6258580f06
Create CODEOWNERS file
2021-05-17 13:29:53 +01:00