13.3 Changes
Table of contents
Breaking Changes
None since TYPO3 v13.0 release.
Attention
After TYPO3 v13.0, only new functionality with a solid migration path can be added on top, with aiming for as little as possible breaking changes after the initial v13.0 release on the way to LTS.
Features
- Feature: #101252 - Introduce ErrorHandler for 403 errors with redirect option
- Feature: #101391 - Add base64 attribute to ImageViewHelper
- Feature: #101472 - Allow static routes to assets
- Feature: #102255 - Option to skip URL processing in AssetRenderer
- Feature: #102353 - AVIF support for images generated by GIFBUILDER
- Feature: #102422 - Introduce CacheDataCollector Api
- Feature: #103090 - Make link type label configurable
- Feature: #103511 - Introduce Extbase file upload and deletion handling
- Feature: #103521 - Change table restrictions UI to combine read and write permissions
- Feature: #103576 - Allow defining opacity in TCA type=color element
- Feature: #103581 - Automatically transform TCA field values for record objects
- Feature: #103789 - Add "close"-button to page layout, if returnUrl is set
- Feature: #104126 - Add configuration setting to define backend-locking file
- Feature: #104168 - PSR-14 event for modifying countries
- Feature: #104221 - PSR-14 events for RTE <-> Persistence transformations
- Feature: #104311 - Auto created system TCA columns
- Feature: #104321 - Allow handling of argument mapping exceptions in ActionController
- Feature: #104451 - Redis backends support for key prefixing
- Feature: #104482 - Add if() support to ExpressionBuilder
- Feature: #104493 - Add castText() expression support to ExpressionBuilder
- Feature: #104526 - Provide validators for PSR-7 UploadedFile objects in Extbase
- Feature: #104631 - Add UNION Clause support to the QueryBuilder
- Feature: #104655 - Add console command to mark upgrade wizards as undone
- Feature: #104773 - Generic view factory
- Feature: #104789 - Support for contentArgumentName in AbstractViewHelper
- Feature: #104794 - Introduce Site Settings Editor
- Feature: #104814 - Automatically add system fields to content types
- Feature: #104832 - PSR-14 Event to alter the results of PageTreeRepository
- Feature: #104844 - Add widgets for listing all the sys_notes inside the TYPO3 system
- Feature: #104846 - Custom field transformations for new records
- Feature: #104868 - Add color scheme switching
- Feature: #104878 - Introduce dashboard widget for pages with latest changes
- Feature: #104896 - Raise Fluid Standalone to 4.0
- Feature: #104904 - Ignore Fluid syntax error in <f:comment>
- Feature: #104914 - Updated HTTP headers for frontend rendering and new TypoScript setting for proxies
- Feature: #104935 - Allow moving content elements via page tree
- Feature: #104973 - Activate the shipped LintYaml executable for TYPO3
- Feature: #104990 - Automatic frontend cache tagging
- Feature: #83835 - Check more fields in Link Validator
- Feature: #93100 - Allow to directly declare static route variables
- Feature: #99418 - Enable recycler by default
- Feature: #99510 - Add file embedding option to asset ViewHelpers
Deprecation
- Deprecation: #101559 - Extbase uses ext:core ViewInterface
- Deprecation: #102422 - TypoScriptFrontendController->addCacheTags() and ->getPageCacheTags()
- Deprecation: #102821 - ExtensionManagementUtility::addPItoST43()
- Deprecation: #104223 - Fluid standalone methods
- Deprecation: #104304 - BackendUtility::getTcaFieldConfiguration
- Deprecation: #104325 - DiffUtility->makeDiffDisplay()
- Deprecation: #104463 - Fluid standalone overrideArgument
- Deprecation: #104607 - BackendUserAuthentication:returnWebmounts()
- Deprecation: #104662 - BackendUtility thumbCode
- Deprecation: #104684 - Fluid RenderingContext->getRequest()
- Deprecation: #104764 - Fluid TemplatePaths->fillDefaultsByPackageName
- Deprecation: #104773 - Custom Fluid views and Extbase
- Deprecation: #104773 - ext:backend LoginProviderInterface changes
- Deprecation: #104778 - Instantiation of IconRegistry in ext_localconf.php
- Deprecation: #104789 - Fluid variables true, false, null
- Deprecation: #104789 - renderStatic() for Fluid ViewHelpers