Skip to content

Latest commit

 

History

History
101 lines (55 loc) · 6.31 KB

CHANGELOG.md

File metadata and controls

101 lines (55 loc) · 6.31 KB

@lit-labs/eleventy-plugin-lit

1.0.3

Patch Changes

  • #4311 cabe72a8 - 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.

  • #4314 f9c3659f - Fix ModuleLoader so it can load modules concurrently.

1.0.2

Patch Changes

  • #4141 6b515e43 - Update TypeScript to ~5.2.0

  • Updated dependencies:

    • lit@3.0.0

1.0.2-pre.1

Patch Changes

1.0.2-pre.0

Patch Changes

1.0.1

Patch Changes

  • #3720 575fb578 - Use hydration modules from @lit-labs/ssr-client

1.0.0

Major Changes

  • #3522 72fcf0d7 - The Lit SSR global DOM shim is no longer automatically loaded when rendering Lit components from Eleventy. When paired with the latest version of Lit, the global DOM shim is no longer typically required, because Lit now automatically imports shimmed versions of needed APIs.

Patch Changes

0.2.3

Patch Changes

0.2.2

Patch Changes

  • #3006 da4e097b - Fix transform breakage in situations where outputPath is false (e.g. setting permalink: false or using the serverless plugin).

0.2.1

Patch Changes

  • #2797 5ae56da2 - Fix worker mode by ensuring worker file is run as ES module.

0.2.0

Minor Changes

  • #2591 a01ffdf6 - Add option to use worker threads instead of vm modules for isolated rendering and set this as the default mode which removes the need to use the --experimental-vm-modules flag. The vm mode is still available via config option and will require the flag.

    Potentially breaking due to the way Node's worker threads reads .js files as modules. See here for information on configuring components in worker mode.

Patch Changes

  • #2637 3cff5a21 - Update README to clarify using .cjs extension for eleventy config

0.1.1

Patch Changes

  • #2551 3e3aa21d - Fix issue related to "request for is not yet fulfilled" errors when loading multiple component modules.

0.1.0

Minor Changes

  • #2499 3efb256d - Initial release of @lit-labs/eleventy-plugin-lit