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

chore: Release v8 as stable #979

Merged
merged 10 commits into from
Jun 23, 2021
Merged

chore: Release v8 as stable #979

merged 10 commits into from
Jun 23, 2021

Commits on Jun 3, 2021

  1. fix: Only use a single clock (#966)

    BREAKING CHANGE: Remove deprecated `waitFormDOMChange`
    
    BREAKING CHANGE: The `timeout` in `waitFor(callback, { interval, timeout } )` now uses the same clock as `interval`. Previously `timeout` was always using the real clock while `interval` was using the global clock which could've been mocked out. For the old behavior I'd recommend `waitFor(callback, { interval, timeout: Number.PositiveInfinity })` and rely on your test runner to timeout considering real timers.
    eps1lon committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    3ae2702 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce06299 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

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

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    c9748e9 View commit details
    Browse the repository at this point in the history
  2. feat: Remove waitForElement (#969)

    BREAKING CHANGE: Remove deprecated `waitForElement`
    eps1lon committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    532106b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. feat: Add filterNode option to prettyDOM (#907)

    Co-authored-by: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com>
    eps1lon and timdeschryver committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    9410e11 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

  1. feat: Drop support for node 10 (#976)

    BREAKING CHANGE: node 10 is no longer supported. It reached its end-of-life on 30.04.2021.
    eps1lon committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    fa3b91c View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. Configuration menu
    Copy the full SHA
    f78d289 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c58bc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b15f6f View commit details
    Browse the repository at this point in the history