Skip to content

Releases: TYPO3-Headless/headless

v3.3.1 Bugfix release

11 Apr 15:37
9a91db2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.0...v3.3.1

v4.0.0-RC1 TYPO3 v12 support

09 Mar 16:28
Compare
Choose a tag to compare
Pre-release

New features 🚀

  • TYPO3 v12.2+ support We added compatibility for TYPO3 v12.2+
  • 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.
    [FEATURE][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!
    [FEATURE] 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.
    [FEATURE] 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-RC1 release has breaking changes

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

Most probably until version 12.4 LTS of TYPO3 we can still introduce further BC changes, so stay tuned for further releases.

You can see in action on PWA demo repository on "v12" branch please see: https://github.com/TYPO3-Headless/pwa-demo/tree/v12

Please report any bugs or features missing

Thank you ! Enjoy TYPO3 v12 with EXT:headless!

v3.3.0 Features & bugfixes (TYPO3 v11 compatible)

09 Mar 14:29
2435738
Compare
Choose a tag to compare

New features 🚀

  • 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.
    [FEATURE][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!
    [FEATURE] 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.
    [FEATURE] 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

Tasks & bugfixes 👍

New Contributors 🎉

Thank you!

Full Changelog: v3.2.2...v3.3.0

v2.7.2 - Bugfix release

09 Mar 14:34
b176fc9
Compare
Choose a tag to compare

Tasks & bugfixes 👍

Full Changelog: v2.7.1...v2.7.2

v2.7.1 Bugfix release

17 Nov 15:30
db21c42
Compare
Choose a tag to compare

Fix TER deployment.

Full Changelog: v2.7.0...v2.7.1

v3.2.2

15 Nov 15:09
43939b2
Compare
Choose a tag to compare

What's Changed

Correctly set extension version in ext_emconf

Full Changelog: v3.2.1...v3.2.2

v3.2.1 Bugfix release

15 Nov 14:14
0b37759
Compare
Choose a tag to compare

What's Changed

We fixed regression for TYPO3 Headless mixed instance with EXT:Felogin usage by @twoldanski in #520

Full Changelog: v3.2.0...v3.2.1

v3.2.0 Feature release

09 Nov 20:20
c12a000
Compare
Choose a tag to compare

What's Changed

Cookie domain middleware

We introduced cookie domain middleware which allows you to set different domains for cookies. When you have TYPO3 instance with multiple domains and you want to use frontend login or look at hidden pages, then this feature is really helpful.

Gallery and images processing fixes

We aligned processing of gallery processor with core, additionally we fixed issues with rendering meta tags of files when using gallery processing also, added feature to resolve double processing of files when chaining FileProcessor & GalleryProcessor

Felogin adjustments

Adjust ext:felogin handling to match nuxt-typo3 functionalities. Add logged in state. Handle recovery password view.

Features:

Tasks:

Bugfixes:

New Contributors

Full Changelog: v3.1.2...v3.2.0

v2.7.0

10 Nov 13:10
b319107
Compare
Choose a tag to compare

What's Changed

Features:

Tasks:

Bugfixes

Full Changelog: v2.6.0...v2.7.0

v3.1.2 Bugfix release

11 Aug 20:00
14a3663
Compare
Choose a tag to compare

What's Changed

Add conflict for TYPO3 version below 11.5.14, as ContentContentObject changed.

  • Use getTypoScriptFrontendController by @smarv3l in #476
  • Set conflict with TYPO3 < 11.5.14 by @twoldanski in #478

New Contributors

  • @smarv3l made their first contribution in #476

Full Changelog: v3.1.1...v3.1.2