Skip to content

Releases: nette/application

Released version 3.1.13

27 Aug 10:27
@dg dg

Choose a tag to compare

  • LatteExtension: added options strictParsing & phpLinter
  • Presenter: checks $allowedMethods
  • added Presenter::findTemplateFile()

Released version 3.1.11

28 Apr 12:05
@dg dg

Choose a tag to compare

  • RoutingPanel: URL & link to presenter moved to the top
  • Latte: n:snippet works with <script>
  • Latte: n:href prints line
  • constants are PascalCase

Released version 3.1.10

17 Jan 03:50
@dg dg

Choose a tag to compare

  • Presenter: fixed InvalidLinkException on detectedCsrf() #300
  • Persistent: added constructor #305
  • composer: allows nette/utils 4.0
  • Latte: uses TracyExtension
  • used PhpStorm Language attribute

Released version 3.1.8

27 Nov 22:23
@dg dg

Choose a tag to compare

  • support for PHP 8.2
  • Control::templatePrepareFilters() silently deprecated
  • Component::getParameter() $default is silently deprecated

Released version 3.1.7

01 Jun 12:25
@dg dg

Choose a tag to compare

  • {link} disables URL checking
  • TranslatorExtension moved to Latte (BC break)

Released version 3.1.6

17 May 18:27
@dg dg

Choose a tag to compare

  • support for Latte 3
  • added tag {translate}
  • {_var} and {translate} can translate values during compile time
  • RoutingPanel: withPath() fix II.

Released version 3.1.5

21 Dec 11:30
@dg dg

Choose a tag to compare

  • ApplicationExtension: support for creating presenters via Tracy
  • RoutingPanel: supports withPath(...)
  • Revert "Component::link() & etc uses variadic parameter" #298
  • improved coding standard

Released version 3.1.4

06 Oct 23:42
@dg dg

Choose a tag to compare

  • support for PHP 8.1
  • Presenter: support for @deprecated in presenters, action & signals
  • Presenter::run() saves global state on sendRequest()
  • Presenter::canonicalize() uses variadics
  • Component::link() & etc uses variadic parameter
  • UIRuntime: improved {templatePrint}
  • phpstorm.meta: added exitPoint Component::error (#293)
  • Presenter: Add return never typehint. (#291) (#290)

Released version 3.1.3

02 Jun 14:57
@dg dg

Choose a tag to compare

  • UIMacros: supports {control |noescape}
  • LatteExtension: inject interface to be more compatible (#288)
  • LatteExtension: fixed debug panel for custom templates
  • LatteExtension: changed UI\TemplateFactory type to ApplicationLatte\TemplateFactory (#283)
  • Component: persistent parameters does not have to be initialized #286

Released version 3.1.2

08 Feb 05:58
@dg dg

Choose a tag to compare

  • Presenter: try to find Template file for each action (#277)
  • Component: Throw exception in case of signal method in Component or Presenter is private #263
  • Presenter, Control: formatTemplateClass() refactoring
  • Presenter: non-final createRequest() #262
  • RoutingPanel: displays one-way flags #274
  • LatteExtension: fix undefined property
  • Form::disableSameSiteProtection() replaced with allowCrossOrigin()
  • UIMacros: added /* line */ comment
  • improved phpDoc
  • composer: accepts routing 3.1