diff options
Diffstat (limited to '.changeset/gold-windows-fly.md')
-rw-r--r-- | .changeset/gold-windows-fly.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.changeset/gold-windows-fly.md b/.changeset/gold-windows-fly.md deleted file mode 100644 index ca0841976..000000000 --- a/.changeset/gold-windows-fly.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@astrojs/lit': major ---- - -Update to use `@lit-labs/ssr@^3` -**[BREAKING]** DOM shim required for Lit SSR has been greatly reduced. `window`, `document`, and other objects are no longer available in global. Most SSR-ready component code should not be affected but, if so, they can be fixed with optional chaining or by using the `isServer` environment checker from the `lit` package. See [lit.dev docs on authoring components for SSR].(https://lit.dev/docs/ssr/authoring/#browser-only-code) -**[BREAKING]** Adds compatibility with `lit@2.7.0` hydration behavior. Do not update if you're using `lit@2.6.1` or lower. -Includes support for template[shadowrootmode] support. |