Skip to content

v1.17.4

Compare
Choose a tag to compare
@jodarove jodarove released this 10 Feb 20:22
· 1700 commits to master since this release
2a6ed84

Bug fixes

  • #2233 - template-compiler: Fixes an issue where the template compiler incorrectly binds the iterator when multiple iterators are nested in the template.

Improvements

  • #2234 - template-compiler: Removes iterator.next restriction, which speeds up the expression parsing by removing the need to traverse the AST.
  • #2217 - style-compiler: allows ::slotted css selector.

Internal

  • #2230 - template-compiler: Removes unreachable code for inline style parsing.
  • #2232 - template-compiler: Removes unused id from internal state.
  • #2235 - template-compiler: Use single traversal for scoped id generation