- #4299
fffa4406
- Update version range forlit
dependency to include v2 (and/or@lit/reactive-element
v1). This allows projects still on lit v2 to use this package without being forced to install lit v3.
-
Updated dependencies [
6b515e43
,0f6878dc
,2a01471a
,2eba6997
,d27a77ec
,6470807f
,09949234
]:- @lit/reactive-element@2.0.0-pre.1
-
Updated dependencies [
be72f66b
,23c404fd
,6f2833fd
,7e8491d4
,23326c6b
,f06f7972
]:- @lit/reactive-element@2.0.0-pre.0
-
#3294
96c05f25
- Fix value property of typeunknown
on exported controllers. The type ofvalue
is now generic and can be inferred from the return type of your passed incallback
. The default callback() => true
was removed, and is now undefined by default. -
#3323
0f787b29
- Add unobserve method toResizeController
andIntersectionController
.
-
#3293
7e22bc2e
- Fix controllers not observing changes to target element if initialized after the host has connected. -
#3321
e90e8fe9
- Controllers now track all observed targets and will restore observing targets when host is reconnected.
- #3132
2fe2053f
- Added "types" entry to package exports. This tells newer versions of TypeScript where to look for typings for each module.