v1.17.4
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