Skip to content

Releases: nette/latte

Released version 2.10.7

21 Dec 11:26
@dg dg
Compare
Choose a tag to compare
  • 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

26 Nov 21:17
@dg dg
Compare
Choose a tag to compare

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
  • linter: warn on BOM and deprecated stuff
  • linter: Add shebang so it can be run directly (#277)

Released version 2.8.6

27 Oct 17:05
@dg dg
Compare
Choose a tag to compare

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

27 Oct 17:06
@dg dg
Compare
Choose a tag to compare

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)

27 Oct 17:05
@dg dg
Compare
Choose a tag to compare
  • 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)

27 Oct 17:04
@dg dg
Compare
Choose a tag to compare
  • 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)

27 Oct 17:04
@dg dg
Compare
Choose a tag to compare
  • 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

27 Oct 17:07
@dg dg
Compare
Choose a tag to compare
  • 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

02 Oct 22:22
@dg dg
Compare
Choose a tag to compare
  • 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

Released version 2.9.3

24 Feb 12:42
@dg dg
Compare
Choose a tag to compare
  • {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
  • Policy::createSafePolicy() added new function
  • Filters: escapes JS binding {{ }}
  • allows {else} in {first}, {last}, {sep} #247
  • BlockMacros: removed empty line after {define} #251
  • {embed}: reimplemented, creates new block layers dynamically, uses stack