Skip to content

Latest commit

 

History

History
57 lines (30 loc) · 3.61 KB

CHANGELOG.md

File metadata and controls

57 lines (30 loc) · 3.61 KB

@lit-labs/context

1.1.2

Patch Changes

1.1.1

Patch Changes

  • #4614 ab77cc9c - Fix context types to be compatible with WCCG context protocol types.

1.1.0

Minor Changes

  • #4371 62df19da Thanks @autopulated! - ContextProvider can now be added to any HTML elements, not just custom elements implementing a ReactiveControllerHost.

Patch Changes

  • #4373 22919f6d - Make property decorated with @provide() with TypeScript experimental decorators configurable. This allows chaining additional decorators that modify the property like @property() from lit.

1.0.1

Patch Changes

  • #4329 df1980fe - Remove dependency on lit package. All implementation code only uses @lit/reactive-element. lit is moved to dev dependencies as it is still used for tests.

  • #4286 1fb7a108 - Fix erroneous description for the JSDoc on the @provide() decorator.

  • #4287 4edf9bc8 - Broaden the host type of context controllers and decorators to be compatible with Lit 2

1.0.0

Major Changes

  • #4210 cf7d96d4 - Graduate @lit-labs/context to @lit/context, its permanent location. @lit-labs/context is now just a proxy for @lit/context, so code need not be duplicated in projects that depend on both.

1.0.0-pre.0

Major Changes

  • #4210 cf7d96d4 - Graduate @lit-labs/context to @lit/context, its permanent location. @lit-labs/context is now just a proxy for @lit/context, so code need not be duplicated in projects that depend on both.

Patch Changes

Initial release!

@lit/context graduated from its previous location at @lit-labs/context.

For details on its changelog before graduating, see https://github.com/lit/lit/blob/main/packages/labs/context/CHANGELOG.md