Playwright v1.4.1 Release Notes

Release Date: 2020-09-18 // over 3 years ago
  • Highlights

    ๐Ÿš€ This patch release includes fixes for the following bugs:

    • ๐Ÿง #3845 - [BUG] ffmpeg dependency check fails on Linux
    • ๐Ÿง #3846 - [BUG] ffmpeg dependency check breaks on Linux even if screencast is not used
    • ๐Ÿ“ฆ #3848 - [BUG] TypeError: domain.enter is not a function/ Browser.close() Promise does not resolve when "domain" package is used
    • ๐Ÿ’ป #3872 - [REGRESSION]: Calling browserType.launchServer stopped working in 1.4.0

    ๐Ÿ’ป Browser Versions

    • Chromium 86.0.4238.0
    • Mozilla Firefox 80.0b8
    • WebKit 14.0 Issues Closed (4)

    ๐Ÿง #3845 - [BUG] ffmpeg dependency check fails on Linux
    ๐Ÿง #3846 - [BUG] ffmpeg dependency check breaks on Linux even if screencast is not used
    ๐Ÿ“ฆ #3848 - [BUG] TypeError: domain.enter is not a function/ Browser.close() Promise does not resolve when "domain" package is used
    ๐Ÿ’ป #3872 - [REGRESSION]: Calling browserType.launchServer stopped working in 1.4.0

    Commits (6)

    e79eada - chore: mark v1.4.1
    2df3972 - fix(screencast): repeat previous frame instead of current (#3890) (#3904)
    ๐Ÿš€ bf97758 - cherrypick(release-1.4): stop relying on ubuntu stock ffmpeg (#3894)
    ๐Ÿš€ 8bc84ff - cherrypick(release-1.4): check for ffmpeg only when starting screencast (#3893)
    ๐Ÿš€ 8795d46 - cherrypick(release-1.4): do not throw when 'port' option is present (#3881)
    ๐Ÿš€ 64947f1 - cherrypick(release-1.4): fix compatibility to the domain module (#3878)