Skip to content

Releases: stenciljs/playwright

v0.3.2

07 Apr 22:48
cf8414e

Choose a tag to compare

What's Changed

  • fix: add default export as old node fallback by @johnjenkins in #63
  • Release v0.3.2 by @github-actions[bot] in #64

Full Changelog: v0.3.1...v0.3.2

v0.2.3

06 Feb 15:29

Choose a tag to compare

What's Changed

  • chore(npm): Update release npm action to stop using tokens by @gnbm in #49
  • chore(npm): Attempt1 to fix issue with Trusted Publishers when using reusable workflows by @gnbm in #50
  • chore(npm): Fix repo name by @gnbm in #51
  • chore(github-actions): finetuned workflows by @gnbm in #52
  • fix(ts types): declare 2 forgotten custom expect matchers ts definition by @MathisPct in #54
  • Release v0.2.3 by @github-actions[bot] in #55

New Contributors

Full Changelog: v0.2.1...v0.2.3

v0.2.1 (2024-09-17)

17 Sep 15:47
bccf397

Choose a tag to compare

Fixes

  • fix(goto): keep search params in URL (#46)

Thanks

🎉 Thanks @vjo for their contributions! 🎉

v0.2.0 (2024-04-22)

22 Apr 19:48
ee3b3ec

Choose a tag to compare

Fixes

  • The Playwright and Stencil configs can now exist at different tiers in a project's directory structure (#39)

Features

  • Stencil dev server output is now piped through to the Playwright output when running npx playwright test (#35)
  • Updates the default command for the webServer configuration in the Playwright config (#36)
  • createStencilPlaywrightConfig helper renamed to createConfig (#37)
  • createConfig helper now uses deepmerge when combining default config and overrides (#38)

v0.1.0 (2024-03-25)

25 Mar 20:33
cc4070d

Choose a tag to compare

First release!

Experimental support for testing Stencil component libraries using Playwright! Check out the Stencil docs site for help getting started!