Playwright v1.5.2 Release Notes

Release Date: 2020-10-27 // over 3 years ago
  • Highlights

    • Chromium 88.0.4287.0
    • Mozilla Firefox 82.0b9
    • WebKit 14.0

    🐛 Bug fixes:

    • 💻 #4148 - [BUG] browserContext.close takes too long when recording videos
    • 🐳 #4218 - [BUG] Playwright-chromium (>1.5.0) does not exit properly (hangs) when started in docker
    • #4224 - [BUG] Don't disable nodes maxListeners warning on
    • #4225 - [BUG] Cannot override .npmrc env var PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD from true to false
    • #4238 - [BUG] A png screenshot is produced when a jpeg/jpg screenshot is requested Issues Closed (5)

    💻 #4148 - [BUG] browserContext.close takes too long when recording videos
    🐳 #4218 - [BUG] Playwright-chromium (>1.5.0) does not exit properly (hangs) when started in docker
    #4224 - [BUG] Don't disable nodes maxListeners warning on
    #4225 - [BUG] Cannot override .npmrc env var PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD from true to false
    #4238 - [BUG] A png screenshot is produced when a jpeg/jpg screenshot is requested

    Commits (7)

    0f8eccf - fix(ECONRESET): fix it once and for all (#4258)
    e50d0a2 - fix(screenshot): prioritize passed type over the extension mime (#4251)
    3d4e50d - fix(env): respect =true/false as env values for boolean flags (#4228)
    ⚡️ 1df6b92 - fix: update getFromEnv logic to validate that value is undefined (instead of falsey) before redefining it (#4226)
    3188d6e - fix(listeners): avoid "too many listeners" problem safely (#4223)
    3201c23 - Revert "fix(listeners): avoid "too many listeners" problem (#3931)" (#4222)
    4975cea - chore(screencast): respect i/o backpressure when writing into ffmpeg (#4164)