Releases: lit/lit
@lit-labs/[email protected]
@lit-labs/[email protected]
@lit-labs/[email protected]
Minor Changes
- #4977
b83b3e6eThanks @bencbradshaw! - - Combinerollup-plugin-minify-html-literals,minify-html-literals, andparse-literalsinto a single package- Add rollup 4 as a supported peerDependency
@lit-labs/[email protected]
@lit-labs/[email protected]
Patch Changes
-
#4993
a33d6792Thanks @ADNolan! - Prevent duplicative patching of React.createElement. -
#4960
6a72c869Thanks @fernandofranca! - Add additional options for configuring webpack rules:webpackModuleRulesTestaccepts 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?$/.webpackModuleRulesExcludeaccepts 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]
@lit-labs/[email protected]
[email protected]
Minor Changes
-
#4901
c9160405Thanks @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 foruseDefault. When set, the initial default value is not considered a change and does not reflect whenreflectis set. In addition, when the attribute is removed, the default value is restored.
Patch Changes
[email protected]
Minor Changes
- #4901
c9160405Thanks @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
- #4956
0a9bc720Thanks @louis-bompart! - Import barrels explicitly for compatibility with modern Node resolution w/ ESM
[email protected]
Minor Changes
-
#4901
c9160405Thanks @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 foruseDefault. When set, the initial default value is not considered a change and does not reflect whenreflectis set. In addition, when the attribute is removed, the default value is restored.