Skip to content

Releases: lit/lit

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

11 Jul 03:37
43c6168

Choose a tag to compare

Minor Changes

  • #4987 3ac01aee - Implement the full CustomElementRegistry type for the ssr shim. Improves fidelity and compilability.

@lit-labs/signals@0.1.3

11 Jul 03:37
43c6168

Choose a tag to compare

Patch Changes

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

11 Jul 03:36
43c6168

Choose a tag to compare

Minor Changes

  • #4977 b83b3e6e Thanks @bencbradshaw! - - Combine rollup-plugin-minify-html-literals, minify-html-literals, and parse-literals into a single package
    • Add rollup 4 as a supported peerDependency

@lit-labs/observers@2.0.6

11 Jul 03:37
43c6168

Choose a tag to compare

Patch Changes

@lit-labs/nextjs@0.2.4

11 Jul 03:37
43c6168

Choose a tag to compare

Patch Changes

  • #4993 a33d6792 Thanks @ADNolan! - Prevent duplicative patching of React.createElement.

  • #4960 6a72c869 Thanks @fernandofranca! - Add additional options for configuring webpack rules:

    • webpackModuleRulesTest accepts a RegExp that will match modules where Lit SSR support will be injected. Ideally it should match entrypoint to your routes. This used to be internally set as, and now defaults to, /\/pages\/.*\.(?:j\|t)sx?$\|\/app\/.*\.(?:j\|t)sx?$/.
    • webpackModuleRulesExclude accepts an array of RegExp to exclude from any modules selected with above option. This used to be internally set as, and now defaults to, [/next\/dist\//, /node_modules/].

@lit-labs/motion@1.0.9

11 Jul 03:37
43c6168

Choose a tag to compare

Patch Changes

@lit-labs/gen-wrapper-react@0.3.4

11 Jul 03:37
43c6168

Choose a tag to compare

Patch Changes

lit@3.3.0

11 Apr 15:37
eb71041

Choose a tag to compare

Minor Changes

  • #4901 c9160405 Thanks @maxpatiiuk! - Dev mode warnings are now emitted on the next microtask after package import, allowing for a wider opportunity to suppress the warnings by consumers.

  • #4934 4824c4ce - Adds property option for useDefault. When set, the initial default value is not considered a change and does not reflect when reflect is set. In addition, when the attribute is removed, the default value is restored.

Patch Changes

lit-html@3.3.0

11 Apr 15:37
eb71041

Choose a tag to compare

Minor Changes

  • #4901 c9160405 Thanks @maxpatiiuk! - Dev mode warnings are now emitted on the next microtask after package import, allowing for a wider opportunity to suppress the warnings by consumers.

Patch Changes

lit-element@4.2.0

11 Apr 15:37
eb71041

Choose a tag to compare

Minor Changes

  • #4901 c9160405 Thanks @maxpatiiuk! - Dev mode warnings are now emitted on the next microtask after package import, allowing for a wider opportunity to suppress the warnings by consumers.

  • #4934 4824c4ce - Adds property option for useDefault. When set, the initial default value is not considered a change and does not reflect when reflect is set. In addition, when the attribute is removed, the default value is restored.

Patch Changes