TYPO3 14.2.0—What’s Changed?

Released: March 31, 2026
Update type: Bugfix and maintenance release

TYPO3 14.2.0 is a feature-packed maintenance release with over 400 changes. Key highlights include a new page creation wizard, database storage for forms, improved content area rendering with new Fluid ViewHelpers, enhanced FormEngine validation, and a modernized backend UI with new web components. The release also brings better rate limiting support, improved workspace handling, ICU MessageFormat translation support, and extensive JavaScript modernization replacing jQuery with Vanilla JS in EXT:form.

Security Fixes

No security fixes in this release.

Editing & UX Improvements

  • Page Creation Wizard — New multi-step wizard for creating pages with improved UX, including page type selection, position picker, and form validation while typing.
  • Context-Aware Editing — Edit records directly in context within the page module without leaving the current view.
  • Content Area Rendering — New Fluid ViewHelpers f:render.contentArea, f:render.record, f:render.text, and f:render.richText simplify content rendering in templates.
  • FormEngine Enhancements — Live field validation while typing, improved field descriptions next to labels, and better inline record handling with consolidated controls.
  • Improved Preview Rendering — Enhanced page module preview with better record statistics, slide mode badges, and standardized content preview.
  • Workspace Selector — New workspace selector in module menu for easier workspace switching.

Backend & Administration

  • User Settings Migration — User profile settings now use TCA configuration for FormEngine-based rendering, making settings easier to extend.
  • CLI Commands for Configuration — New commands for managing TYPO3_CONF_VARS directly from the command line.
  • Database Form Storage — EXT:form now supports database storage with migration command from YAML files, including auto-discovery for configurations.
  • QR Code Module — New module for generating QR codes for frontend preview URIs and page links.
  • Short URLs Module — Dedicated module for managing speaking URL redirects.
  • Enhanced Module Menu — Improved visual hierarchy with multilevel dropdown support and updated module icons.

Technical Changes

  • JavaScript Modernization — Extensive migration from jQuery to Vanilla JS throughout EXT:form, EXT:backend, and other system extensions.
  • Rate Limiting — Unified RateLimiterFactory as single entry point, new #[RateLimit] attribute for Extbase actions.
  • ICU MessageFormat Support — Full support for ICU MessageFormat in translations with placeholder support in JavaScript label API.
  • PSR-14 Events — New events for localization handlers, redirect integrity checks, URI generation, file controls, and more.
  • Content Security Policy — Prefer CSP hash values over nonce values, apply CSP headers to default error responses, and improved importmap handling.
  • TCA Schema Improvements — Better handling of type values, columnsOverrides support across all DataHandler operations, and enum label localization.
  • Symfony 7.4 LTS — Updated to require Symfony 7.4 LTS components.