Skip to content

v1.3.0

Choose a tag to compare

@smnandre smnandre released this 25 Jul 16:21
· 35 commits to main since this release
Immutable release. Only release title and notes can be modified.
87c39c4

What's Changed

  • Make PageInterface::waitForSelector match implementation by @stloyd in #74
  • doc: fix example script location by @gimler in #77
  • Make PlaywrightConfig mandatory by @stloyd in #72
  • Align Page getBy* locators with Playwrights JS API by @braydend in #76
  • Support PSR Log 2.0 in addition to 3.0 by @jakubtobiasz in #93
  • ci: use playwright-install --with-deps to fix local execution by @gimler in #86
  • bug: pass options to waitForActionable to override timeout by @gimler in #82
  • feature: clear cookies by name by @gimler in #85
  • bug: implement missing bringToFront function by @gyaaniguy in #89
  • feature: add waitForFunction by @gimler in #87
  • chore: update docs by @raffaelecarelle in #97
  • Fix ProcessJsonRpcClient never clearing the Process output buffers by @poman in #103
  • Fix LspFraming permanently poisoning the stream on stray non-LSP output by @poman in #106
  • Fix passive popup/tab registration in the Node bridge server by @poman in #104
  • Add issue templates and contact links by @smnandre in #115
  • Align interfaces with the shipped public API by @smnandre in #108
  • Register page default timeout actions server-side (fix #94) by @smnandre in #109
  • Remove setAccessible calls, no-ops since PHP 8.1 by @smnandre in #117
  • Shut down the Node bridge when its parent dies by @smnandre in #118
  • Let operation timeouts extend the RPC deadline (fix #92) by @smnandre in #113
  • Unify tracing on PW_TRACE and wire config tracing (fix #79) by @smnandre in #111
  • Send unroute to the page instead of the context (fix #96) by @smnandre in #110
  • Transport request bodies as base64 postDataBuffer by @smnandre in #116
  • Register context.setStorageState on the server (fix #98) by @smnandre in #112
  • Implement Tracing API & record expect assertions as trace groups by @smnandre in #114
  • Add the missing v1.2.0 changelog entry by @smnandre in #119
  • Keep node resolution out of the unit test suite by @smnandre in #120
  • Wire config options into launch and context creation by @smnandre in #121
  • Prepare release 1.3.0 by @smnandre in #122

New Contributors

Full Changelog: v1.2.0...v1.3.0