Skip to content

v4.0.0 Feature release, TYPO3 v12 support

Compare
Choose a tag to compare
@lukaszuznanski lukaszuznanski released this 11 Apr 16:02
· 139 commits to master since this release
a31f527

New features 🚀

  • TYPO3 v12.3+ support We added compatibility for TYPO3 v12.3+
  • Added tagged headless data processors You can now for example use "headless-menu" instead FriendsOfTYPO3\Headless\DataProcessing\MenuProcessor in typoscript when defining data processors!
  • PHP templates as an alternative to Fluid In this release, we are introducing a way to skip Fluid templates altogether when integrating external extensions! You can now prepare templates in pure PHP to handle JSON output without the need to deal with Fluid. Template path resolving is working the same as before. It makes templates so muuuuch simpler and easier to write.
    [PoC] Introduce way to skip fluid templates by @twoldanski in #552
  • You can now configure frontend urls per language of the site, not only per the whole site!
    Add possibility to replace FE domains for language variants by @twoldanski in #558
  • You can use the new EnrichFileDataEvent to add/modify properties of processed files.
    Add event listener to enrich file data. by @Fanor51 in #541
  • Improved processing files in the gallery, link generating in processed files.
  • We also streamlined Form support

This release also contains all the fixes from release v3.3

v4.0.0 release has breaking changes

We removed dead or not needed code or change signatures of some methods, please review changes if you XClass our code.

Most probably until version 12.4 LTS of TYPO3 we can still introduce further breaking changes (if anything breaks), so stay tuned for further releases.

You can see in action with v12, check pwa-demo repository on master branch please see: https://github.com/TYPO3-Headless/pwa-demo

Please report any bugs or features missing