Bump lit-element from 2.4.0 to 3.2.2
Bumps lit-element from 2.4.0 to 3.2.2.
Release notes
Sourced from lit-element's releases.
lit-element@3.2.2
Patch Changes
- #3132
2fe2053f
- Added "types" entry to package exports. This tells newer versions of TypeScript where to look for typings for each module.lit-element@3.2.1
Patch Changes
- #2978
634d4560
- Changed the caching behavior of the css`` template literal tag so that same-text styles do not share a CSSStyleSheet. Note that this may be a breaking change in some very unusual scenarios on Chromium and Firefox > 101 only.lit-element@3.2.0
Minor Changes
- #2401
2c9d0008
- Added a devlog events system that may be used for debugging and visualizing Lit's internals.Patch Changes
lit-element@3.1.2
Patch Changes
#2370
7453e365
- Replace square bracket links with thelinkcode
JSDoc tag. Editors will create a jump to definition hyperlink for the linkcode tag if the identifier is in scope.#2410
b9a6962b
- Correct the link path of CONTRIBUTING.md in README.md fileslit-element@3.1.1
Patch Changes
lit-element@3.1.0
Minor Changes
- #2327
49ecf623
- AddqueryAssignedElements
decorator for a declarative API that callsHTMLSlotElement.assignedElements()
on a specified slot.selector
option allows filtering returned elements with a CSS selector.Patch Changes
Changelog
Sourced from lit-element's changelog.
3.2.2
Patch Changes
- #3132
2fe2053f
- Added "types" entry to package exports. This tells newer versions of TypeScript where to look for typings for each module.3.2.1
Patch Changes
- #2978
634d4560
- Changed the caching behavior of the css`` template literal tag so that same-text styles do not share a CSSStyleSheet. Note that this may be a breaking change in some very unusual scenarios on Chromium and Firefox > 101 only.3.2.0
Minor Changes
- #2401
2c9d0008
- Added a devlog events system that may be used for debugging and visualizing Lit's internals.Patch Changes
3.1.2
Patch Changes
#2370
7453e365
- Replace square bracket links with thelinkcode
JSDoc tag. Editors will create a jump to definition hyperlink for the linkcode tag if the identifier is in scope.#2410
b9a6962b
- Correct the link path of CONTRIBUTING.md in README.md files3.1.1
Patch Changes
3.1.0
Minor Changes
- #2327
49ecf623
- AddqueryAssignedElements
decorator for a declarative API that callsHTMLSlotElement.assignedElements()
on a specified slot.selector
option allows filtering returned elements with a CSS selector.Patch Changes
... (truncated)
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by lit-robot, a new releaser for lit-element since your current version.
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts