Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@lit-labs/[email protected]
Major Changes
e1c88265- A set of reactive controllers that facilitate using the platform observer objects, including MutationObserver, ResizeObserver, IntersectionObserver, and PerformanceObserver.Patch Changes
08e7fc56,eb5c5d2b,49ecf623,26e3fb7b]:@lit-labs/[email protected]
Major Changes
b42f6f0f- Refactor the import-module into a class-based ModuleLoader API. Adds a module cache that tracks dependencies between modules.Minor Changes
dcab56b0- Add customElementRendered callback to RenderInfo so that callers can know what elements were rendered.Patch Changes
#2346
53e64286- Remove dependency on escape-html (which is not an ES module)#2344
bc46ddd6- Fix bug where static attributes did not render for unknown elements#2345
4edf4f3b- Remove unnecessary dependencies:koa,koa-node-resolve,koa-static,@webcomponents/template-shadowroot#2334
93d8751a- add tests for reflected propertiesUpdated dependencies [
08e7fc56,fcc2b3d0,eb5c5d2b,49ecf623,26e3fb7b,d319cf5f,1d563e83,221cb0a9]:@lit-labs/[email protected]
Minor Changes
#2336
48394303- Tasks with no arguments now run by default. When a task runs can be customized by passing acanRunfunction.#2336
48394303- Tasks now run whenever their arguments change. Disable this by settingautoRuntofalse, either on the task config or on the task itself. Tasks can be explicitly run by callingrunand optionally passing custom args.Patch Changes
08e7fc56,eb5c5d2b,49ecf623,26e3fb7b]:[email protected]
Minor Changes
#2337
fcc2b3d0- Add akeyed(key, value)directive that clears a part if the key changes.#2327
49ecf623- AddqueryAssignedElementsdecorator for a declarative API that callsHTMLSlotElement.assignedElements()on a specified slot.selectoroption allows filtering returned elements with a CSS selector.#2341
1d563e83- Add choose() directivePatch Changes
08e7fc56,fcc2b3d0,eb5c5d2b,49ecf623,26e3fb7b,d319cf5f,1d563e83,221cb0a9]:[email protected]
Minor Changes
49ecf623- AddqueryAssignedElementsdecorator for a declarative API that callsHTMLSlotElement.assignedElements()on a specified slot.selectoroption allows filtering returned elements with a CSS selector.Patch Changes
08e7fc56,fcc2b3d0,eb5c5d2b,49ecf623,26e3fb7b,d319cf5f,1d563e83,221cb0a9]:[email protected]
Minor Changes
#2337
fcc2b3d0- Add akeyed(key, value)directive that clears a part if the key changes.#2335
d319cf5f- Addwhen,map,join, andrangedirectives.#2341
1d563e83- Add choose() directivePatch Changes
221cb0a9- Added an additional check to prevent spoofing of internal lit types in data bindings.@lit/[email protected]
Minor Changes
49ecf623- AddqueryAssignedElementsdecorator for a declarative API that callsHTMLSlotElement.assignedElements()on a specified slot.selectoroption allows filtering returned elements with a CSS selector.Patch Changes
#2360
08e7fc56- Update@queryAssignedNodesand@queryAssignedElementsdocumentation for better lit.dev API generation.#2267
eb5c5d2b- MakewillUpdatelifecycle hook protected#2338
26e3fb7b- Deprecate@queryAssignedNodesAPI in preference for the new options object API whichmirrors the
@queryAssignedElementsAPI. Update the documentation for both@queryAssignedNodesand@queryAssignedElementsto better document the expectedreturn type annotation.
@lit/[email protected]
Minor Changes
49ecf623- AddqueryAssignedElementsdecorator for a declarative API that callsHTMLSlotElement.assignedElements()on a specified slot.selectoroption allows filtering returned elements with a CSS selector.Patch Changes
26e3fb7b- Deprecate@queryAssignedNodesAPI in preference for the new options object API whichmirrors the
@queryAssignedElementsAPI. Update the documentation for both@queryAssignedNodesand@queryAssignedElementsto better document the expectedreturn type annotation.
[email protected]
Patch Changes
#2299
4d522d82- Update chromedriverUpdated dependencies [
08e7fc56,fcc2b3d0,eb5c5d2b,49ecf623,26e3fb7b,d319cf5f,1d563e83,221cb0a9]:@lit-labs/[email protected]
Patch Changes
#2330
0cafad5a- Add labs/router package scaffoldingUpdated dependencies [
fcc2b3d0,49ecf623,1d563e83]:@lit/[email protected]
Patch Changes
#2300
8b9dcb4d- Fix starter kits sonpm run serveserves the root directory, and add a link to the/dev/index.htmlcomponent example from/.Updated dependencies [
fcc2b3d0,49ecf623,1d563e83]:@lit/[email protected]
Patch Changes
#2300
8b9dcb4d- Fix starter kits sonpm run serveserves the root directory, and add a link to the/dev/index.htmlcomponent example from/.Updated dependencies [
fcc2b3d0,49ecf623,1d563e83]: