Skip to content

Latest commit

 

History

History
109 lines (63 loc) · 6.66 KB

CHANGELOG.md

File metadata and controls

109 lines (63 loc) · 6.66 KB

@lit-labs/testing

0.2.6

Patch Changes

0.2.5

Patch Changes

0.2.4

Patch Changes

  • #4541 d128391b - Fix declarative shadowroot detection and parsing to use the correct spec behavior.

  • #4516 c51bc182 - Update @web/test-runner-commands dependency

0.2.3

Patch Changes

  • #4306 c28ebba1 - Update version range for lit dependency to include v2. This allows projects still on lit v2 to use this package without being forced to install lit v3.

  • #4306 c28ebba1 - Update dependency version to refer to stable versions, rather than pre-release versions of our own packages.

0.2.2

Patch Changes

0.2.2-pre.1

Patch Changes

0.2.2-pre.0

Patch Changes

0.2.1

Patch Changes

0.2.0

Minor Changes

  • #3522 72fcf0d7 - @lit-labs/testing no longer automatically loads the Lit SSR global DOM shim when performing SSR, instead relying on newer versions of Lit which automatically load necessary shims with minimal global pollution.

    This may cause new or different test failures, because APIs such as document will no longer be available on the server by default. Use isServer from the lit package to guard against calling such APIs during SSR (see https://lit.dev/docs/ssr/authoring/#browser-only-code for more information).

Patch Changes

0.1.1

Patch Changes

0.1.0

Minor Changes