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(queryconfig): Allows configuring a different element query mechanism #1054

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

Commits on Nov 16, 2021

  1. feat(queryconfig): Allows configuring a different element query mecha…

    …nism
    
    Commit opens the possibility to configure
    the api to use more sophisticated queries on
    elements, for instance enabling shadow dom
    specific queries via libraries like
    https://github.com/Georgegriff/query-selector-shadow-dom
    MatthiasKainer committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    aea0de2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    091edc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80a01fe View commit details
    Browse the repository at this point in the history
  4. feat(queryconfig): Add scope to query extension for test

    By adding ":scope >" to the css selector we avoid
    returning duplicate results if anybody wants to
    extend this test in the future.
    MatthiasKainer committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    40b849c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df77ec3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eabc513 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

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

Commits on Feb 9, 2022

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

Commits on Apr 1, 2022

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

Commits on Apr 24, 2022

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

Commits on Jun 23, 2022

  1. Configuration menu
    Copy the full SHA
    f5439d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    622981f View commit details
    Browse the repository at this point in the history