All Versions
167
Latest Version
Avg Release Cycle
24 days
Latest Release
504 days ago

Changelog History
Page 8

  • v1.8.3 Changes

    March 17, 2020

    v1.8.3 (2020-3-17)

    πŸ› Bug Fixes

    • βž• Added TypeScript definitions for the disablePageCaching and disablePageReload methods (PR #4751 by @jaypea)
    • πŸ›  Fixed a bug where tests hung at random moments in Chrome (#4530)
    • πŸ›  Fixed a bug that led to crashes when TestCafe clicked an SVG element in IE11 (#4709)
    • βœ… Tests can now click buttons inside elements whose disabled property is set to true (testcafe-hammerhead/#2234)
    • βœ… TestCafe now emits the change event in Chrome when an input's disabled property is set to true (testcafe-hammerhead/#2240)
    • βœ… TestCafe Hammerhead now processed await keywords with a parenthesis in client scripts correctly (testcafe-hammerhead/#2255)
    • βœ… The click event action now crosses into the standard DOM from Web Component's shadow DOM (testcafe-hammerhead/#2272)
  • v1.8.3-rc.2 Changes

    March 16, 2020

    What’s Changed

  • v1.8.3-rc.1 Changes

    March 12, 2020

    What’s Changed

  • v1.8.3-alpha.3

    March 05, 2020
  • v1.8.3-alpha.2 Changes

    March 02, 2020

    v1.8.3-alpha.2

  • v1.8.3-alpha.1 Changes

    February 18, 2020

    What’s Changed

    • ⚑️ Update browser tools (v2.0.9), bump version (v1.8.3-alpha.1) (#4782) @AlexKamaev
  • v1.8.2 Changes

    February 17, 2020

    v1.8.2 (2020-2-13)

    • βž• Added new device names to the t.resizeWindowToFitDevice action (#3767)
    • βœ… You can now use several reporters with no output stream specified if only one reporter writes to stdout (#3765, #4675)
    • βž• Added TypeScript definitions for the timestamp property in request and response data objects (#4718)
    • βœ… You can now execute asynchronous code in the custom response function (#4467)
    • βœ… TestCafe now emits the beforeInput event for contentEditable elements (#4644)
    • βž• Added TypeScript definitions for the runner.video method (PR#4636)
    • βœ… Hammerhead now overrides the EventTarget class methods (testcafe-hammerhead/#1902)
    • βœ… A proxied request no longer hangs if the request to the original site emits an error (testcafe-hammerhead/#1961)
    • πŸ›  Fixed a memory leak that occurred due to unclosed sockets (testcafe-hammerhead/#2149)
    • βœ… Pages that iterate through large element collections before DOMContentLoaded no longer hang (testcafe-hammerhead/#2198)
    • βœ… Hammerhead no longer throws a JavaScript error when it proxies pages with the YouTube player (testcafe-hammerhead/#2220)
    • πŸ›  Fixed a wrong code instrumentation (testcafe-hammerhead/#2212)
  • v1.8.2-rc.1 Changes

    February 12, 2020

    What’s Changed

  • v1.8.1 Changes

    January 23, 2020

    v1.8.1 (2020-1-23)

    πŸ› Bug Fixes

    • βœ… TestCafe now starts correctly when unsupported browsers are installed in the system (#4661)
    • βœ… t.getBrowserConsoleMessages now returns a list of recorded console messages instead of undefined (#4662)
  • v1.8.1-alpha.1 Changes

    January 21, 2020

    What’s Changed

    • ⚑️ Update browser tools (v2.0.8); Bump version (v1.8.1-alpha.1) (#4670) @AndreyBelym
    • πŸ›  Fix 'getBrowserConsoleMessages returns undefined' (close #4662) (#4664) @miherlosev