Skip to content

lit-html@3.1.2

Compare
Choose a tag to compare
@lit-robot lit-robot released this 31 Jan 19:50
· 33 commits to main since this release
b4e3c0e

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.