Skip to content

v3.0.1

Compare
Choose a tag to compare
@jackfranklin jackfranklin released this 22 Apr 14:41
feec588

Highlights

  • File uploads should be more reliable now (#5655)
  • The size of the final package is smaller as we explicitly list files to publish (#5659).
  • The docs now include the libgbm-dev dependency that's needed for Linux builds (#5667, #5693)

Behind the scenes

  • We're continuing to migrate to TypeScript and many files within src/ are now TypeScript files. We're working towards a 100% TS codebase which will enable us (amongst other things) to ship high-quality type definitions for TypeScript users.

Raw notes

6029fdd - chore: mark version v3.0.1 (#5709)
29ebd0b - chore: migrate src/ExecutionContext (#5705)
69bfa80 - docs(api): fix typo (#5706)
8d5d76e - chore: migrate src/JSHandle to TS (#5703)
42893d8 - chore: migrate src/coverage to TypeScript (#5702)
e3922ea - chore: enforce consistent spacing around object curlys (#5700)
3600f2f - chore: migrate src/helpers.ts to ESM (#5699)
f13c30a - chore: migrate src/USKeyboardLayout to typescript (#5695)
a614bc4 - chore: migrate src/Connection to TypeScript (#5694)
376d234 - chore: migrate src/WebSocketTransport to TypeScript (#5696)
5c839f5 - chore(docker): add missing libgbm1 dependency (#5693)
e7a32a8 - chore: migrate src/pipetransport to typescript (#5692)
4134b54 - chore: migrate src/helper to typescript (#5689)
c32b049 - chore: delete src/MultiMap (#5690)
6638a24 - chore: migrate src/timeoutsettings to typescript (#5691)
ad6c57a - docs: fix DeviceDescriptor link (#5683)
c4fe4e4 - chore(ci): re-enable tests on Windows (#5637)
49ca00f - docs(contributing): update testing section (#5657)
1a57ba2 - chore: migrate TaskQueue to TypeScript (#5658)
ef3befa - chore: manage published files via files option (#5659)
35fc654 - docs: change the Alpine Docker example to use env instead of launch option (#5666)
20c22ad - chore: fix installing from GitHub URL (#5669)
46ef9f7 - docs(troubleshooting): list libgbm-dev dependency (#5667)
532ae57 - fix(JSHandle): restore file upload to its old behavior (#5655)
3e4c8c9 - chore(typescript): migrate src/Dialog (#5639)
a9f6a26 - chore: log reminder about tsc if DocLint fails locally (#5652)
37bae17 - docs(contributing): update npm dist tags section (#5650)
80348dc - chore: bump version to v3.0.0-post (#5649)