Releases: nette/latte
Releases · nette/latte
Released version 2.8.7
This is a security release.
- Parser: removes all control characters from template [Closes #279]
- PhpWriter::removeCommentsPass() replaces comment with space to prevent unwanted result
- isNext() a isPrev() called with SIGNIFICANT
Released version 2.10.7
- BlueScreenPanel: added source mapping & files creating in Tracy 2.9
- Filters: better error message for deprecated
strftime()
- improved coding standard
Released version 2.10.6
This is a security release.
Released version 2.8.6
This is a security release.
- Blueprint: fixed compatibility with PhpGenerator 3.6.2
- Filters: compatibility with JS binding II.
- // comment and # comment are forbidden inside tags
- {capture} creates Html object only in HTML-TEXT context
- {_translate} & {capture} passes full content-type to FilterInfo
- {block|filter} passes full content-type to FilterInfo
Released version 2.9.4
This is a security release.
- Blueprint: fixed compatibility with PhpGenerator 3.6.2
- Filters: compatibility with JS binding II.
- // comment and # comment are forbidden inside tags
Released version 2.7.4 (EOL)
- Blueprint: fixed compatibility with PhpGenerator 3.6.2
- Filters: compatibility with JS binding II.
- // comment and # comment are forbidden inside tags
Branch 2.7 is no longer supported
Released version 2.6.4 (EOL)
- Filters: compatibility with JS binding II.
- // comment and # comment are forbidden inside tags
Branch 2.6 is no longer supported
Released version 2.5.7 (EOL)
- Filters: compatibility with JS binding II.
- // comment and # comment are forbidden inside tags
Branch 2.5 is no longer supported
Released version 2.10.5
- added Latte linter
- Filters: compatibility with JS binding II.
- {ifset block, block} fixed
- // comment and # comment are forbidden inside tags
- Blueprint: used syntax highlighter
Template::getParameters()
skips $_l $_g
Released version 2.10.4
- support for PHP 8.1
- Blueprint: skips $_l $_g
- BlockMacros: removed unnecesary $ʟ_nm (after f88777b)
- BlockMacros: filters are not allowed in {include parent}
- BlockMacros: fixed {include this} in {block}
- LattePanel: removed dependency on Nette #274
- PhpWriter::quotingPass supports 'default =>' syntax #267
- Filters: flipepd string/array tests
- CoreMacros: Arguments are not allowed in n:ifcontent