Bump lit-element from 4.0.1 to 4.0.2
Bumps lit-element from 4.0.1 to 4.0.2.
Release notes
Sourced from lit-element's releases.
lit-element@4.0.2
Patch Changes
#4387
bf551b5b
- EnsurerenderRoot
exists before first update (#4268)#4282
c7922a0c
Thanks@MaxArt2501
! - Fix a bug where accessing a@query
decorated field with thecache
flag set before the first update would result innull
being cached permanently.null
will no longer be cached before the first update and inDEV_MODE
now raises a warning.#4388
839ca0f8
- Fixes bug where adding or removing controllers during a reactive controller lifecycle would affect the execution of other controllers (#4266). Controllers can now be added/removed during lifecycle without affecting others.Updated dependencies [
949a5467
]:
- lit-html@3.1.0
Changelog
Sourced from lit-element's changelog.
4.0.2
Patch Changes
#4387
bf551b5b
- EnsurerenderRoot
exists before first update (#4268)#4282
c7922a0c
Thanks@MaxArt2501
! - Fix a bug where accessing a@query
decorated field with thecache
flag set before the first update would result innull
being cached permanently.null
will no longer be cached before the first update and inDEV_MODE
now raises a warning.#4388
839ca0f8
- Fixes bug where adding or removing controllers during a reactive controller lifecycle would affect the execution of other controllers (#4266). Controllers can now be added/removed during lifecycle without affecting others.Updated dependencies [
949a5467
]:
- lit-html@3.1.0
Commits
-
f5f68b8
Version Packages (#4399) - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts