v2.1.0
版本发布时间: 2019-03-22 03:09:17
lit/lit-element最新发布版本:v2.4.0(2020-08-20 05:39:49)
[2.1.0] - 2019-03-21
Changed
-
LitElement.renderRoot
is nowpublic readonly
instead ofprotected
.
Fixed
- Exceptions generated during update/render do not block subsequent updates (#262).
- Initial update is scheduled at construction time rather than connected time (#594).
- A reflecting property set immediately after a corresponding attribute now reflects properly (#592).
- Properties annotated with the
@query
and@queryAll
decorators will now survive property renaming optimizations when used with tsickle and Closure JS Compiler.