Lit Html Versions Save

Lit is a simple library for building fast, lightweight web components.

@lit-labs/[email protected]

2 months ago

Patch Changes

@lit-labs/[email protected]

2 months ago

Patch Changes

@lit-labs/[email protected]

2 months ago

Patch Changes

@lit-labs/[email protected]

2 months ago

Patch Changes

@lit-labs/[email protected]

2 months ago

Patch Changes

@lit-labs/[email protected]

2 months ago

Patch Changes

@lit-labs/[email protected]

2 months ago

Minor Changes

  • #4261 1b17a369 - Add lib/lit-html/template.js module with initial template utilities.

@lit/[email protected]

4 months ago

Patch Changes

@lit/[email protected]

4 months ago

Patch Changes

  • #4485 57b00630 - Add "browser" export condition entrypoints to any package.json files with "node" export conditions. This fixes Node test runners emulating browser environments that were incorrectly loading the "node" entrypoints instead of the browser code.
  • Updated dependencies [e901c582]:

[email protected]

4 months ago

Patch Changes

  • #4523 1a32b61e - Add a DEV_MODE error to catch duplicate attribute bindings that otherwise create silent errors.

  • #4485 57b00630 - Add "browser" export condition entrypoints to any package.json files with "node" export conditions. This fixes Node test runners emulating browser environments that were incorrectly loading the "node" entrypoints instead of the browser code.

  • #4515 dca963f7 - Fix a memory leak when patching directive constructors for SSR.