Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

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
Choose a base ref
...
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
Choose a head ref
  • 8 commits
  • 5 files changed
  • 2 contributors

Commits on Aug 30, 2021

  1. 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.
    Bestra committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    197649d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79895d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    f76fcae View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Configuration menu
    Copy the full SHA
    312836e View commit details
    Browse the repository at this point in the history
  2. 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.
    Bestra committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    ae31438 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    e6bda71 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from github/bestra/file-attachment-dragged-event

    Bubble dragover and dragenter events
    koddsson authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    5cc9107 View commit details
    Browse the repository at this point in the history
  3. 3.0.0

    koddsson committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    4f207bf View commit details
    Browse the repository at this point in the history
Loading