Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 2.1 KB

CHANGELOG.md

File metadata and controls

53 lines (30 loc) · 2.1 KB

Changelog

1.1.2

Patch Changes

1.1.1

Patch Changes

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.

1.0.2

Patch Changes

  • #2113 5b2f3642 - Dependency upgrades including TypeScript 4.4.2

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.1

Fixed

  • Fixed Cannot read properties of undefined (reading 'elements') exception that would be thrown if a file imported a Lit decorator, and also included a default import from any package.

1.0.0

  • Initial release of @lit/ts-transformers.