Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 2.41 KB

CHANGELOG.md

File metadata and controls

48 lines (26 loc) · 2.41 KB

@lit-labs/context

0.2.0

Minor Changes

Patch Changes

  • #3399 0e52919b - Make @consume decorator work with optional fields

  • #3434 a6a55913 - Allow ContextProvider to be added lazily and still work with ContextRoot

  • #3398 50f2e424 - Rename @contextProvided and @contextProvider to @consume and @provide

  • Updated dependencies [e729f18b]:

    • @lit/reactive-element@1.5.0
    • lit@2.5.0

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