- #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. - Updated dependencies [
1a32b61e
,57b00630
,dca963f7
]:
- #4481
1a1f3f0f
- Provide better error message increateAttributeParts()
when an error occurs due to hydration value mismatch.
-
#4311
cabe72a8
- Update version range forlit
dependency to include v2. This allows projects still on lit v2 to use this package without being forced to install lit v3. -
#4312
26182733
- Avoid nullish logical assignment in hydrate-lit-html which some minification process would not handle correctly. Fixes hydration errors in Next.js production bundles.
-
Updated dependencies:
-
Updated dependencies [
be72f66b
,dfd747cf
,23c404fd
,1db01376
,6f2833fd
,c3e473b4
,92cedaa2
,7e8491d4
,23326c6b
,f06f7972
]:
- #3901
82e9f370
- Bump minimum version oflit-html
dependency to 2.7.1 which includes needed shared internals.
- #3781
41b18f30
- Include node build output in npm package. Fixes "Cannot find module ... ssr-client/node/index.js" errors.
-
#3720
575fb578
-lit-html/experimental-hydrate.js
andlit-element/experimental-hydrate-support.js
have been moved to@lit-labs/ssr-client
.The modules in the original location have been marked deprecated and will be removed in a future version.
-
#2103
15a8356d
- Updates theexports
field ofpackage.json
files to replace the subpath folder mapping syntax with an explicit list of all exported files.The
/
-suffixed syntax for subpath folder mapping originally used in these files is deprecated. Rather than update to the new syntax, this change replaces these mappings with individual entries for all exported files so that (a) users must import using extensions and (b) bundlers or other tools that don't resolve subpath folder mapping exactly as Node.js does won't break these packages' expectations around how they're imported.
- #1942
c8fe1d4
- For minified class fields on classes in lit libraries, added prefix to stable properties to avoid collisions with user properties.
-
Updated dependencies [
ff0d1556
,b3121ab7
,15a8356d
,2b8dd1c7
,d6b385e3
,34280cb0
,5768cc60
,8189f094
,018f6520
,b4bd9f7c
,5fabe2b5
,69389958
,0470d86a
,5fabe2b5
,52a47c7e
,5b2f3642
,5fabe2b5
,08f60328
,7adfbb0c
,d8ff5901
,5fabe2b5
,24feb430
,5fabe2b5
,61fc9452
,5fabe2b5
,0b4d6eda
,13d137e9
,5fabe2b5
,f05be301
,01353317
,a48f39c8
,5fabe2b5
,724a9aab
,0d703bfb
,56e8efd3
,0312f3e5
,e5667d66
,8b6e2415
,cc5c3a09
,662209c3
,043a16fb
,761375ac
,a791514b
,5fabe2b5
]:
-
#2103
15a8356d
- Updates theexports
field ofpackage.json
files to replace the subpath folder mapping syntax with an explicit list of all exported files.The
/
-suffixed syntax for subpath folder mapping originally used in these files is deprecated. Rather than update to the new syntax, this change replaces these mappings with individual entries for all exported files so that (a) users must import using extensions and (b) bundlers or other tools that don't resolve subpath folder mapping exactly as Node.js does won't break these packages' expectations around how they're imported.
- #1942
c8fe1d4
- For minified class fields on classes in lit libraries, added prefix to stable properties to avoid collisions with user properties.
-
Updated dependencies [
ff0d1556
,5768cc60
,69389958
,5fabe2b5
,52a47c7e
,5fabe2b5
,5fabe2b5
,5fabe2b5
,f05be301
,5fabe2b5
,56e8efd3
,662209c3
,a791514b
,5fabe2b5
]:
- Included
development
folder in release #1912.
Changes below were based on the Keep a Changelog format. All changes above are generated automatically by Changesets.
- Updated dependencies.
- Adds
renderLight
directive, a child-position directive that invokes and renders the parent custom element'srenderLight
method as its value.