-
#4552
4050cac6
Thanks @jrencz! - Makestatus
of Task a readonly propertySo 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 aTypeError
.
- #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.
- #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.
- Updated dependencies [
6b515e43
,0f6878dc
,2a01471a
,2eba6997
,d27a77ec
,6470807f
,09949234
]:- @lit/[email protected]
@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