Skip to content

Releases: lit/lit

lit@3.3.3

14 May 03:56
20afabd

Choose a tag to compare

Patch Changes

lit-html@3.3.3

14 May 03:56
20afabd

Choose a tag to compare

Patch Changes

@lit/localize-tools@0.8.2

14 May 03:56
20afabd

Choose a tag to compare

Patch Changes

  • #5334 a691944cbf67a8ab047218f50deceee0fa8dda4c Thanks @jimsimon! - Fix parseStringAsTemplateLiteral misparsing TypeScript generic call expressions inside ${...} template substitutions. Previously the helper parsed template literal bodies with ts.ScriptKind.JS, so an expression like ${foo<T>(arg)} was parsed as a chain of comparison operators ((foo < T) > (arg)) instead of a generic call. Parsing as TypeScript now correctly recognizes the type argument list and produces a CallExpression.

@lit-labs/ssr@4.1.0

14 May 03:56
20afabd

Choose a tag to compare

Minor Changes

Patch Changes

@lit-labs/ssr-dom-shim@1.6.0

14 May 03:56
20afabd

Choose a tag to compare

Minor Changes

Patch Changes

@lit-labs/signals@0.3.0

14 May 03:56
20afabd

Choose a tag to compare

Minor Changes

@lit-labs/rollup-plugin-minify-html-literals@0.2.0

14 May 03:56
20afabd

Choose a tag to compare

Minor Changes

@lit-labs/gen-manifest@0.3.6

14 May 03:56
20afabd

Choose a tag to compare

Patch Changes

lit@3.3.1

11 Jul 03:37
43c6168

Choose a tag to compare

Patch Changes

  • #4997 aea85e24 - Update README

  • #4988 6792b7ef Thanks @ADNolan! - Adjusted the comparison to use the name property of the _$resolve function and the resolveOverrideFn in private ssr support to prevent duplicated patching of the directive class.

  • #4976 a126d8df - Fix minor regression in property converters. fromAttribute may return either null or undefined.

lit-html@3.3.1

11 Jul 03:37
43c6168

Choose a tag to compare

Patch Changes

  • #4997 aea85e24 - Update README

  • #4988 6792b7ef Thanks @ADNolan! - Adjusted the comparison to use the name property of the _$resolve function and the resolveOverrideFn in private ssr support to prevent duplicated patching of the directive class.

  • #4975 43a3f4dc - Remove some redundant code from removePart()