PackageTrack
Sign in Get early access

typo3fluid/fluid

The TYPO3 Fluid template rendering engine

5.3.1 17M downloads/mo #1091 most downloaded on Packagist TYPO3/Fluid

What this package is like to depend on

Last release 4 months ago

16 Apr 2026

Release timing varies

gaps range from 8 days to 2 months

Rarely documented

notes for 10 of 117 stable releases

Nothing withdrawn

no release was ever pulled

11 years old

117 releases · first in 2016

13 releases in the last 12 months

see the full history below

Release timeline

117 releases · Jan 2016 to Apr 2026
2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 117
  1. 5.3.1 16 Apr 2026
    Release notes

    What's Changed

    • [TASK] Clarify todo in parser exception by @s2b in #1369
    • [BUGFIX] Fix RoundViewHelper with symfony/polyfill-php84 by @lolli42 in #1373

    Full Changelog: 5.3.0...5.3.1

    Open source →
  2. 5.3.0 07 Apr 2026
    Release notes

    What's Changed

    • [DOCS] Clarify scope of changelog by @s2b in #1351
    • [TASK] Add test case for undefined variable in ternary expression by @s2b in #1357
    • [TASK] Cover multiple @see annotations with test case by @s2b in #1360
    • [TASK] Option to collect multiple PhpDoc annotations by @s2b in #1361
    • [DOCS] Add links to ViewHelper reference by @s2b in #1362
    • [DOCS] Add missing cross-references to TYPO3 reference by @s2b in #1363
    • Add Infection by @Kanti in #1323
    • [TASK] Template location aware exceptions by @s2b in #1366
    • [FEATURE] CLI command to analyze Fluid templates by @s2b in #1359
    • [BUGFIX] Prevent shifting of line numbers by @s2b in #1358
    • [TASK] add more test for TemplateParser by @Kanti in #1367

    Full Changelog: 5.2.0...5.3.0

    Open source →
  3. 5.2.0 11 Mar 2026
    Release notes

    What's Changed

    • [FEATURE] Annotations API by @s2b in #1314
    • [TASK] Option to get available templates without extension by @s2b in #1330
    • [TASK] Make ViewHelperMetadata compatible with components by @s2b in #1331
    • [FEATURE] API to generate component listings by @s2b in #1318
    • [TASK] Move around template file validation code by @s2b in #1334
    • [FEATURE] Clarify exceptions for missing templates by @s2b in #1335
    • [DOCS] Add chapter about variable escaping by @s2b in #1332
    • [TASK] Bump dev dependencies by @lolli42 in #1338
    • [TASK] Order tests by default by default by @lolli42 in #1341
    • [TASK] Have notice and deprecation free phpunit v13 by @lolli42 in #1342
    • [TASK] Include template path in parser exceptions by @s2b in #1336
    • [TASK] Update fluid-documentation-generator by @s2b in #1343
    • [TASK] Unify exception usage in TagBuilder by @s2b in #1345
    • [TASK] Introduce dedicated exceptions for argument validation by @s2b in #1344
    • [TASK] Provide current template path in renderingContext by @s2b in #1337
    • [TASK] Add file path to ViewHelper exception messages by @s2b in #1346
    • [TASK] Add exception codes to ViewHelper exceptions by @s2b in #1347

    Full Changelog: 5.1.1...5.2.0

    Open source →
  4. 5.1.1 20 Feb 2026
    Release notes

    What's Changed

    • [DOCS] Document version for boolean attributes by @s2b in #1306
    • [DOCS] Document reserved variables in Fluid 5 by @s2b in #1309
    • [TASK] Improve return type annotation for VH creation by @eliashaeussler in #1310
    • [TASK] Consolidate ArgumentDefinition implementation by @s2b in #1313
    • [TASK] Improve naming of metadata factory tests by @s2b in #1315
    • [BUGFIX] Address inconsistencies in object comparisons by @s2b in #1320
    • [TASK] Run phpunit tests in random order by @Kanti in #1322
    • [BUGFIX] Enhance boolean evaluation to check for UnsafeHTML instances by @Kanti in #1305
    • [TASK] Share resolver delegates in cached templates by @s2b in #1319

    Full Changelog: 5.1.0...5.1.1

    Open source →
  5. 5.1.0 02 Feb 2026
    Release notes

    What's Changed

    • [TASK] Add test case for template name fallbacks by @s2b in #1287
    • [TASK] Add stringable tests for StrictArgumentProcessor by @s2b in #1291
    • [DOCS] Fluid file extension by @s2b in #1292
    • [TASK] Apply new cgl rules by @s2b in #1294
    • [TASK] Improve exception message for invalid ViewHelper arguments by @s2b in #1296
    • [BUGFIX] Don't remove path duplicates to allow reordering by @s2b in #1298
    • [BUGFIX] Cast stringable objects early for ViewHelper arguments by @s2b in #1290
    • [BUGFIX] Allow null value as input for f:replace by @s2b in #1282
    • [FEATURE] UnsafeHTML interface to allow passing variables to template without being escaped by @Kanti in #1288

    Full Changelog: 5.0.3...5.1.0

    Open source →
  6. 5.0.3 16 Dec 2025
    Release notes

    What's Changed

    • [TASK] Extend enum test coverage by @s2b in #1269
    • [DOCS] Document <f:argument> does not work when rendering sections by @cundd in #1274
    • [BUGFIX] Allow constants and enum cases as argument default by @s2b in #1272
    • [TASK] Loosen PHPDoc type for Fluid namespaces by @s2b in #1280
    • [TASK] Allow TemplateValidator to discover underscore variables by @s2b in #1283

    New Contributors

    Full Changelog: 5.0.2...5.0.3

    Open source →
  7. 5.0.2 24 Nov 2025
    Release notes

    What's Changed

    • [BUGFIX] Ensure valid name for cache classes by @s2b in #1268

    Full Changelog: 5.0.1...5.0.2

    Open source →
  8. 5.0.1 18 Nov 2025

    Nothing published for this version

  9. 5.0.0 13 Nov 2025

    Nothing published for this version

  10. 4.6.1 16 Apr 2026
    Release notes

    What's Changed

    Full Changelog: 4.6.0...4.6.1

    Open source →
  11. 4.6.0 11 Mar 2026
    Release notes

    What's Changed

    • [FEATURE] UnsafeHTML interface to allow passing variables to template without being escaped (#1288) by @s2b in #1301
    • [DOCS] Document version for boolean attributes (#1306) by @s2b in #1308
    • [TASK] Improve return type annotation for VH creation (#1310) by @s2b in #1312
    • [TASK] Improve naming of metadata factory tests (#1315) by @s2b in #1317
    • [BUGFIX] Address inconsistencies in object comparisons (#1320) by @s2b in #1324
    • [BUGFIX] Enhance boolean evaluation to check for UnsafeHTML instances (#1305) by @s2b in #1326
    • [TASK] Share resolver delegates in cached templates (#1319) by @s2b in #1327
    • [TASK] Cache compilation in ArgumentDefinition by @s2b in #1328
    • [FEATURE] Annotations API (#1314) by @s2b in #1329
    • [FEATURE] API to generate component listings by @s2b in #1333
    • [TASK] Bump dev dependencies by @lolli42 in #1340
    • [TASK] Add exception codes to ViewHelper exceptions (#1347) by @s2b in #1349
    • [TASK] Backport ViewHelper exception classes by @s2b in #1350

    Full Changelog: 4.5.1...4.6.0

    Open source →
  12. 4.5.1 02 Feb 2026
    Release notes

    What's Changed

    • [TASK] Extend enum test coverage (#1269) by @s2b in #1270
    • [DOCS] Document <f:argument> does not work when rendering sections … by @s2b in #1275
    • [BUGFIX] Allow constants and enum cases as argument default (#1272) by @s2b in #1278
    • [TASK] Loosen PHPDoc type for Fluid namespaces (#1280) by @s2b in #1281
    • [DOCS] Refer to examples from 4.5 instead of main by @s2b in #1293
    • [TASK] Apply new cgl rules (#1294) by @s2b in #1295
    • [TASK] Improve exception message for invalid ViewHelper arguments (#1296) by @s2b in #1297
    • [BUGFIX] Allow null value as input for f:replace (#1282) by @s2b in #1300

    Full Changelog: 4.5.0...4.5.1

    Open source →
  13. 4.5.0 10 Nov 2025

    Nothing published for this version

  14. 4.4.3 28 Aug 2025

    Nothing published for this version

  15. 4.4.2 06 Aug 2025

    Nothing published for this version

  16. 4.4.1 04 Aug 2025

    Nothing published for this version

  17. 4.4.0 28 Jul 2025

    Nothing published for this version

  18. 4.3.0 24 Jun 2025

    Nothing published for this version

  19. 4.2.0 19 May 2025

    Nothing published for this version

  20. 4.1.2 22 Apr 2025

    Nothing published for this version

  21. 4.1.1 17 Apr 2025

    Nothing published for this version

  22. 4.1.0 09 Apr 2025

    Nothing published for this version

  23. 4.0.3 21 Jan 2025

    Nothing published for this version

  24. 4.0.2 18 Nov 2024

    Nothing published for this version

  25. 4.0.1 03 Oct 2024

    Nothing published for this version

  26. 4.0.0 10 Sep 2024

    Nothing published for this version

  27. 2.15.0 30 Aug 2024

    Nothing published for this version

  28. 2.14.1 31 Jul 2024

    Nothing published for this version

  29. 2.14.0 23 Jul 2024

    Nothing published for this version

  30. 2.13.0 12 Jul 2024

    Nothing published for this version

  31. 2.12.0 26 Jun 2024

    Nothing published for this version

  32. 2.11.0 05 Apr 2024

    Nothing published for this version

  33. 2.10.1 11 Dec 2023

    Nothing published for this version

  34. 2.10.0 27 Nov 2023

    Nothing published for this version

  35. 2.9.3 30 Oct 2023

    Nothing published for this version

  36. 2.9.2 19 Jun 2023

    Nothing published for this version

  37. 2.9.1 08 Jun 2023

    Nothing published for this version

  38. 2.9.0 07 Jun 2023

    Nothing published for this version

  39. 2.8.0 04 May 2023

    Nothing published for this version

  40. 2.7.4 23 Mar 2023

    Nothing published for this version

  41. 2.7.3 21 Mar 2023

    Nothing published for this version

  42. 2.7.2 28 Jul 2022

    Nothing published for this version

  43. 2.7.1 12 Nov 2021

    Nothing published for this version

  44. 2.7.0 31 May 2021

    Nothing published for this version

  45. 2.6.10 16 Nov 2020

    Nothing published for this version

  46. 2.6.9 03 Feb 2020

    Nothing published for this version

  47. 2.6.8 02 Dec 2019

    Nothing published for this version

  48. 2.6.7 05 Nov 2019

    Nothing published for this version

  49. 2.6.6 30 Oct 2019

    Nothing published for this version

  50. 2.6.5 21 Oct 2019

    Nothing published for this version

  51. 2.6.4 13 Sep 2019

    Nothing published for this version

  52. 2.6.3 12 Sep 2019

    Nothing published for this version

  53. 2.6.2 08 Sep 2019

    Nothing published for this version

  54. 2.6.1 07 May 2019

    Nothing published for this version

  55. 2.6.0 07 Dec 2018

    Nothing published for this version

  56. 2.5.11 16 Nov 2020

    Nothing published for this version

  57. 2.5.10 03 Feb 2020

    Nothing published for this version

  58. 2.5.9 21 Oct 2019

    Nothing published for this version

  59. 2.5.8 13 Sep 2019

    Nothing published for this version

  60. 2.5.7 12 Sep 2019

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive