Skip to content

Bugfix release

Compare
Choose a tag to compare
@wichert wichert released this 14 Aug 20:04
· 259 commits to master since this release
  • Fix incorrect invocation of legacy Babel extraction plugins. This fixes #28.
  • TAL template handling fixes:
    • Correctly handle structure: prefixes in TAL expressions. Pull request #32.
    • Fix handling of multi-line tal:content, tal:define and tal:replace statements. Pull requests #35 and #36.
    • Fix handling of tal:repeat statements with multiple assignments. Pull request #37.