Skip to content

Releases: microsoft/create-playwright

v1.17.139

08 Oct 07:37
0549a12

Choose a tag to compare

What's Changed

  • fix: ask for language and browser install by @Skn0tt in #167

Full Changelog: v1.17.138...v1.17.139

v1.17.138

30 Sep 23:26
390d650

Choose a tag to compare

What's Changed

  • chore: use commander.js to parse options in #159
  • chore: do not generate tests-examples in #161
  • chore: use relative path in the comment for the baseURL in #165

Full Changelog: v1.17.137...v1.17.138

v1.17.137

22 Sep 13:47
68ea7b7

Choose a tag to compare

Bugfixes

  • chore: disable /playwright/.auth dir in #153
  • Make GitHub Actions workflow option default to true in interactive setup in #156

v1.17.136

23 May 16:17
18faf30

Choose a tag to compare

Bugfixes:

  • fix(yarn): only pass -W to yarn classic in #140
  • fix: recommend localhost instead of 127.0.0.1 in #145

v1.17.135

17 Jan 21:45
7eb7452

Choose a tag to compare

What's Changed

  • chore: use import instead of require in generated JS examples #131
  • feat: section header when appending existing .gitignore #132
  • fix: install in the root of yarn workspaces #135

Full Changelog: v1.17.134...v1.17.135

v1.17.134

18 Sep 12:01

Choose a tag to compare

Bugfixes:

  • fix: don't duplicate .gitignore entries in #122
  • fix: add missing path import to dotenv config section in #126
  • fix(ci): use !cancelled() instead of always() in #128

Full Changelog: v1.17.133...1.17.134

v1.17.133

20 Jun 08:50

Choose a tag to compare

Bugfixes:

  • feat: add --no-examples option
  • fix: make example spec compatible with tsconfig noUncheckedIndexedAccess option
  • fix: absolute dotenv path import
  • fix: exit with return code 0, exit early with --help
  • feat: handle disabled lockfile

Full Changelog: v1.17.132...v1.17.133

v1.17.132

05 Mar 17:45

Choose a tag to compare

Bugfixes

  • chore: update GitHub Actions in #112
  • chore: use latest LTS Node.js version for running tests in #114
  • chore: split commands by pre/post file creation in #115

Full Changelog: v1.17.131...v1.17.132

v1.17.131

30 Oct 22:08
9347c67

Choose a tag to compare

Bugfixes

  • feat: add blob-report to gitignore by @timdeschryver in #100
  • fix: install package manager in ci boilerplate by @Jianxuan-Li in #97
  • feat: support running in the root of pnpm workspace in #102
  • feat(ct): react17 generate playwright/index.[tj]sx by @sand4rt in #104

Full Changelog: v1.17.130...v1.17.131

v1.17.130

14 Sep 16:51

Choose a tag to compare

  • feat: install @types/node #99