Releases: microsoft/create-playwright
Releases · microsoft/create-playwright
v1.17.136
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
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
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
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
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.130
- feat: install @types/node #99
v1.17.129
- feat(ct): create vue2 and react17 projects by @sand4rt in #88
- chore: align example.spec with new upstream default by @mxschmitt in #94
v1.17.127
What's Changed
- chore: provide better config defaults in #84
- add playwright UI mode command in #86
Full Changelog: v1.17.126...v1.17.127