Skip to content

2.10.0

Compare
Choose a tag to compare
@lolli42 lolli42 released this 27 Nov 18:18
· 124 commits to main since this release
d521f00

What's Changed

  • [BUGFIX] Fix missing “null” annotation for parameter $sectionName by @magicsunday in #813
  • [TASK] Remove constructor from variable provider interface by @s2b in #829
  • [FEATURE] Proper support of local variables in ViewHelpers by @s2b in #828
  • [BUGFIX] Use ScopedVariableProvider in CycleViewHelper by @s2b in #830
  • [BUGFIX] Use ScopedVariableProvider in GroupedForViewHelper by @s2b in #831
  • [BUGFIX] Throw array conversion exception in AbstractNode->castToString() by @sbuerk in #827
  • [BUGFIX] Eliminate side-effects from ForViewHelper by @s2b in #820
  • [FEATURE] Attributes for RenderingContext by @s2b in #832
  • [TASK] Run tests with PHP 8.3 by @s2b in #835
  • [BUGFIX] Support mix of global/local in variable variables by @s2b in #833
  • [BUGFIX] Fix memory overhead of getScopedCopy() by @s2b in #834
  • [FEATURE] JsonViewHelper for StandaloneFluid by @s2b in #836
  • [FEATURE] TrimViewHelper for StandaloneFluid by @s2b in #837
  • [FEATURE] Nl2brViewHelper for StandaloneFluid by @s2b in #838
  • [TASK] Document current behaviour of boolean cast by @s2b in #843
  • [TASK] Add test case for f:variable by @s2b in #844
  • [FEATURE] UrlencodeViewHelper for StandaloneFluid by @s2b in #842
  • [FEATURE] NumberViewHelper for StandaloneFluid by @s2b in #839
  • [FEATURE] StripTagsViewHelper for StandaloneFluid by @s2b in #840
  • [FEATURE] CaseViewHelper for StandaloneFluid by @s2b in #841

New Contributors

Full Changelog: 2.9.3...2.10.0