Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add client events to import.meta.hot.on #3638

Merged
merged 14 commits into from
Jun 25, 2021

Commits on Jun 2, 2021

  1. Configuration menu
    Copy the full SHA
    50ec902 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a0a305 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    366bd16 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Configuration menu
    Copy the full SHA
    38d269a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from vitejs/client-event-target

    feat: add EventTarget to @vite/client
    fwouts committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    795ab4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c1b8d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a45ad63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa5624a View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. feat: client event target improvements

    Christopher Quadflieg committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    f1aab74 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

  1. Merge pull request #2 from vitejs/client-event-target-2

    feat: minor improvements
    fwouts committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    65e660f View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. Configuration menu
    Copy the full SHA
    68d1149 View commit details
    Browse the repository at this point in the history
  2. fix: remove vite:connected event

    This event cannot be relied upon because there is a race condition between the WebSocket connection, established as soon as client.js is run, and whatever subsequent code actually invokes import.meta.hot.on()
    fwouts committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    f954f6a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. feat: add documentation

    fwouts committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    112b7af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64c7aff View commit details
    Browse the repository at this point in the history