Skip to content
Compare
Choose a tag to compare
@astrobot-houston astrobot-houston released this 31 Mar 14:35
· 6187 commits to main since this release
07e8a1b

Major Changes

  • #6681 4b077318f Thanks @e111077! - 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 [email protected] hydration behavior. Do not update if you're using [email protected] or lower.
    Includes support for template[shadowrootmode] support.