-
Notifications
You must be signed in to change notification settings - Fork 19
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: github/file-attachment-element
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: github/file-attachment-element
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 5 files changed
- 2 contributors
Commits on Aug 30, 2021
-
Surface event for file-attachment-dragged
The implementation for github/github#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.
Configuration menu - View commit details
-
Copy full SHA for 197649d - Browse repository at this point
Copy the full SHA 197649dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79895d6 - Browse repository at this point
Copy the full SHA 79895d6View commit details
Commits on Aug 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f76fcae - Browse repository at this point
Copy the full SHA f76fcaeView commit details
Commits on Sep 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 312836e - Browse repository at this point
Copy the full SHA 312836eView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ae31438 - Browse repository at this point
Copy the full SHA ae31438View commit details
Commits on Sep 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e6bda71 - Browse repository at this point
Copy the full SHA e6bda71View commit details -
Merge pull request #14 from github/bestra/file-attachment-dragged-event
Bubble dragover and dragenter events
Configuration menu - View commit details
-
Copy full SHA for 5cc9107 - Browse repository at this point
Copy the full SHA 5cc9107View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f207bf - Browse repository at this point
Copy the full SHA 4f207bfView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.0.1...v3.0.0