Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 2.11 KB

CHANGELOG.md

File metadata and controls

37 lines (20 loc) · 2.11 KB

Change Log

1.0.1

Patch Changes

  • #4552 4050cac6 Thanks @jrencz! - Make status of Task a readonly property

    So far status was writable which allowed for setting status of task form outside. Doing so did cause rendering of expected template but the task was becoming internally incoherent.

    Now attempt to assign status will end up in throwing a TypeError.

1.0.0

Major Changes

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

1.0.0-pre.0

Major Changes

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

Patch Changes

1.0.0

Initial release!

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

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