-
#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.