Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #2377

Merged
merged 1 commit into from
Jan 5, 2022
Merged

Version Packages #2377

merged 1 commit into from
Jan 5, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 5, 2022

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/observers@1.0.0

Major Changes

  • #2340 e1c88265 - A set of reactive controllers that facilitate using the platform observer objects, including MutationObserver, ResizeObserver, IntersectionObserver, and PerformanceObserver.

Patch Changes

@lit-labs/ssr@2.0.0

Major Changes

  • #2288 b42f6f0f - Refactor the import-module into a class-based ModuleLoader API. Adds a module cache that tracks dependencies between modules.

Minor Changes

  • #2294 dcab56b0 - Add customElementRendered callback to RenderInfo so that callers can know what elements were rendered.

Patch Changes

@lit-labs/task@1.1.0

Minor Changes

  • #2336 48394303 - Tasks with no arguments now run by default. When a task runs can be customized by passing a canRun function.

  • #2336 48394303 - Tasks now run whenever their arguments change. Disable this by setting autoRun to false, either on the task config or on the task itself. Tasks can be explicitly run by calling run and optionally passing custom args.

Patch Changes

lit@2.1.0

Minor Changes

  • #2337 fcc2b3d0 - Add a keyed(key, value) directive that clears a part if the key changes.

  • #2327 49ecf623 - Add queryAssignedElements decorator for a declarative API that calls HTMLSlotElement.assignedElements() on a specified slot. selector option allows filtering returned elements with a CSS selector.

  • #2341 1d563e83 - Add choose() directive

Patch Changes

lit-element@3.1.0

Minor Changes

  • #2327 49ecf623 - Add queryAssignedElements decorator for a declarative API that calls HTMLSlotElement.assignedElements() on a specified slot. selector option allows filtering returned elements with a CSS selector.

Patch Changes

lit-html@2.1.0

Minor Changes

Patch Changes

  • #2307 221cb0a9 - Added an additional check to prevent spoofing of internal lit types in data bindings.

@lit/reactive-element@1.1.0

Minor Changes

  • #2327 49ecf623 - Add queryAssignedElements decorator for a declarative API that calls HTMLSlotElement.assignedElements() on a specified slot. selector option allows filtering returned elements with a CSS selector.

Patch Changes

  • #2360 08e7fc56 - Update @queryAssignedNodes and @queryAssignedElements documentation for better lit.dev API generation.

  • #2267 eb5c5d2b - Make willUpdate lifecycle hook protected

  • #2338 26e3fb7b - Deprecate @queryAssignedNodes API in preference for the new options object API which
    mirrors the @queryAssignedElements API. Update the documentation for both
    @queryAssignedNodes and @queryAssignedElements to better document the expected
    return type annotation.

@lit/ts-transformers@1.1.0

Minor Changes

  • #2327 49ecf623 - Add queryAssignedElements decorator for a declarative API that calls HTMLSlotElement.assignedElements() on a specified slot. selector option allows filtering returned elements with a CSS selector.

Patch Changes

  • #2338 26e3fb7b - Deprecate @queryAssignedNodes API in preference for the new options object API which
    mirrors the @queryAssignedElements API. Update the documentation for both
    @queryAssignedNodes and @queryAssignedElements to better document the expected
    return type annotation.

lit-benchmarks@1.0.1

Patch Changes

@lit-labs/router@0.0.1

Patch Changes

@lit/lit-starter-js@1.0.1

Patch Changes

  • #2300 8b9dcb4d - Fix starter kits so npm run serve serves the root directory, and add a link to the /dev/index.html component example from /.

  • Updated dependencies [fcc2b3d0, 49ecf623, 1d563e83]:

    • lit@2.1.0

@lit/lit-starter-ts@1.0.1

Patch Changes

  • #2300 8b9dcb4d - Fix starter kits so npm run serve serves the root directory, and add a link to the /dev/index.html component example from /.

  • Updated dependencies [fcc2b3d0, 49ecf623, 1d563e83]:

    • lit@2.1.0

Copy link
Member

@bicknellr bicknellr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lit-labs/observers was bumped to 1.0.0 as intended this time so LGTM

@aomarks aomarks merged commit 4e15f44 into main Jan 5, 2022
@aomarks aomarks deleted the changeset-release/main branch January 5, 2022 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants