Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

30 lines (16 loc) · 1.44 KB

@lit-labs/context

0.1.3

Patch Changes

  • #3132 2fe2053f - Added "types" entry to package exports. This tells newer versions of TypeScript where to look for typings for each module.

0.1.2

Patch Changes

  • #2979 09156025 - Fixes @contextProvider when multiple instances of an element are created; updates docs to consistently reference @contextProvided.

  • #2858 5b4edbb6 - An element can now provide and request the same context. This lets elements redefine the context binding in terms of what was provided by the parent.

0.1.1

Patch Changes

0.1.0

Minor Changes