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

Experiment: add support for distinguishing hover & click events #1979

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on Jan 30, 2024

  1. prototype support for distinguishing hover & click events via the Cus…

    …tomEvent detail option
    yurivish committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b9e91cd View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    cd5988f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3687112 View commit details
    Browse the repository at this point in the history
  3. fix formatting

    yurivish committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    ca18ec3 View commit details
    Browse the repository at this point in the history
  4. let's see what happens if we move the event back out to the top level…

    …, but alias the global jsdom EventTarget to the window EventTarget...
    yurivish committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    73a0e67 View commit details
    Browse the repository at this point in the history
  5. Revert "let's see what happens if we move the event back out to the t…

    …op level, but alias the global jsdom EventTarget to the window EventTarget..."
    
    This reverts commit 73a0e67.
    yurivish committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    411a6ce View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    9ce5bc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ff8a1b View commit details
    Browse the repository at this point in the history
  3. rearrange comment

    yurivish committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    b53c9e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57ed10e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91000aa View commit details
    Browse the repository at this point in the history
  6. remove explicit initialization of context.stickyState

    Co-authored-by: Philippe Rivière <fil@rezo.net>
    yurivish and Fil authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    138b917 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. prettier

    yurivish committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    615ff94 View commit details
    Browse the repository at this point in the history
  2. add generated snapshot test

    yurivish committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    02023a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. move sticky event to to the outside of the plot function

    (and run prettier)
    yurivish committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    4e7b2dd View commit details
    Browse the repository at this point in the history