Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 758 Bytes

File metadata and controls

20 lines (15 loc) · 758 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[2.1.0] - 2026-04-01

Changed

  • Add TYPO3 v14 support (v13+v14 dual compatibility)
  • Inject LinkService via constructor DI instead of GeneralUtility::makeInstance (Rector)
  • Fix missing return type on GetSelectValuesViewHelper::initializeArguments()
  • Remove unreachable dead code in GetSelectValuesViewHelper
  • Add rector.php and fractor.php as upgrade deliverables
  • Bump version to 2.1.0

Fixed

  • Fix JS crash when linkUseField proxy element is missing from DOM
  • Fix optionsFunction argument type from string to array
  • Fix render() return type safety when configuration is not an array