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

fix(core): stop mutating Context's input #3076

Merged
merged 12 commits into from
Jul 15, 2021

Commits on Jul 9, 2021

  1. add test

    clottman committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    b8bb3b1 View commit details
    Browse the repository at this point in the history
  2. stop mutating

    clottman committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    4aa9268 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. does not mutate inputs

    clottman committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    1d56b56 View commit details
    Browse the repository at this point in the history
  2. cleanup

    clottman committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    660355d View commit details
    Browse the repository at this point in the history
  3. clone another way

    clottman committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    2a98903 View commit details
    Browse the repository at this point in the history
  4. remove temp variable

    clottman committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    041611d View commit details
    Browse the repository at this point in the history
  5. don't deep clone dom nodes

    clottman committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    ef4b651 View commit details
    Browse the repository at this point in the history
  6. remove console log

    clottman committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    8c0cb43 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. add comment

    Co-authored-by: Stephen Mathieson <me@stephenmathieson.com>
    clottman and stephenmathieson authored Jul 13, 2021
    Configuration menu
    Copy the full SHA
    e8eab70 View commit details
    Browse the repository at this point in the history
  2. check if window exists

    Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com>
    clottman and straker authored Jul 13, 2021
    Configuration menu
    Copy the full SHA
    796f593 View commit details
    Browse the repository at this point in the history
  3. clone all at once at first

    clottman committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    70b2fd7 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. also allow instanceof HTMLCollection for ie11

    Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com>
    clottman and straker authored Jul 15, 2021
    Configuration menu
    Copy the full SHA
    ea6a433 View commit details
    Browse the repository at this point in the history