Skip to content

v3.0.0 release, TYPO3 v11 support, new page response

Choose a tag to compare

@lukaszuznanski lukaszuznanski released this 09 Nov 17:21
3198830

What's Changed

TYPO3 v11 and PHP8 support

With the release of TYPO3 v11.5 LTS we have to move support for TYPO3 v9 and v10 to another branch as changes between those two versions are incompatible. Version 3.x and master branch will support TYPO3 v11, and headless version 2.x keep support for v9 and v10.

Headless version 3.x

PHP 7.2 PHP 7.3 PHP 7.4 PHP 8.0
TYPO3 v9.5 no no no no
TYPO3 v10.4 no no no no
TYPO3 v11.5 no no yes yes

Headless version 2.x

PHP 7.2 PHP 7.3 PHP 7.4 PHP 8.0
TYPO3 v9.5 yes yes yes no
TYPO3 v10.4 yes yes yes no
TYPO3 v11.5 no no no no

Improved JSON page response

In headless v3.0 we introduce a new, smaller, faster and more flat page response.
If you want to keep compatibility with your frontend application, you can load a deprecated typoscript template for version 2.x and keep the old structure of the response running. Nuxt-typo3 will release a new version to support new page responses.

New response (version 3.x) ⬇️

image

Old response (version 2.x) ⬇️

image

Backend module

We added new Json View experimental module for previewing json response of a page in different contexts. More information in documentation.

Change list

Tasks

Bugfixes

Full Changelog: v2.6.0...v3.0.0