Skip to content

v1.8.7

Compare
Choose a tag to compare
@ekashida ekashida released this 19 Nov 21:54
· 1789 commits to master since this release
7a068a3

Improvements

  • #2064 - template-compiler: Export the types IRAttributeType, TemplateExpression, and TemplateIdentifier.

Bug fixes

  • #2068 - synthetic-shadow: Remove the iteration protocol from StaticHTMLCollection. StaticHTMLCollection is an interface used by LWC to represent the HTMLCollection 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.