v1.8.7
Improvements
- #2064 - template-compiler: Export the types
IRAttributeType
,TemplateExpression
, andTemplateIdentifier
.
Bug fixes
- #2068 - synthetic-shadow: Remove the iteration protocol from
StaticHTMLCollection
.StaticHTMLCollection
is an interface used by LWC to represent theHTMLCollection
interface, which doesn't support iterations. - #2065 - engine: Fix a bug in the diffing algorithm where dynamically-generated children of conditionally-rendered elements are not properly removed.