Skip to content

Releases: lit/lit

@lit-labs/[email protected]

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/[email protected]

11 Jul 03:37
43c6168

Choose a tag to compare

Patch Changes

@lit-labs/[email protected]

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/[email protected]

11 Jul 03:37
43c6168

Choose a tag to compare

Patch Changes

@lit-labs/[email protected]

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/[email protected]

11 Jul 03:37
43c6168

Choose a tag to compare

Patch Changes

@lit-labs/[email protected]

11 Jul 03:37
43c6168

Choose a tag to compare

Patch Changes

[email protected]

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

[email protected]

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

[email protected]

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