Skip to content

v2.2.7

Compare
Choose a tag to compare
@abdulsattar abdulsattar released this 14 Jul 08:34
· 1032 commits to master since this release
ea77075

Bug fixes

  • #2412 - template-compiler: Fix Parsing error for nodes that are automatically created by parse5. Fixes #2411.
  • #2409 - template-compiler: Prevent usage of for:each and iterator:* directives on same element

Internal

  • #2402 - refactor(template-compiler): Move all LWC directives to the LWC AST
  • #2403 - chore: Update dependencies.
  • #2408 - template-compiler: Add tests for nodes which have if and for:each directives.