Task #97057
closedEpic #96323: TYPO3 Backend: ES6 Module (ESM) support
Deprecate RequireJS related APIs
100%
Description
Replacement is always some sort of appropriate API for native ES6 modules:
PageRenderer->loadRequireJsModule
<f:be.pageRenderer includeRequireJsModules="{…}"/>
- FormEngine:
'requireJsModules' => []
(TODO: needs a replacement first #97066) TYPO3\CMS\Setup\Event\AddJavaScriptModulesEvent::getModules()
(TODO: needs a replacement first)
Updated by Benjamin Franzke over 2 years ago
- Blocked by Task #96575: Migrate t3editor from CodeMirror v5 to v6 added
Updated by Benjamin Franzke over 2 years ago
- Blocked by Task #97066: Add a replacement for FormEngine requireJsModules array added
Updated by Benjamin Franzke over 2 years ago
- Blocked by Task #97067: Provide ES6 replacement for TYPO3\CMS\Setup\Event\AddJavaScriptModulesEvent::getModules added
Updated by Gerrit Code Review about 2 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75781
Updated by Gerrit Code Review about 2 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75781
Updated by Gerrit Code Review about 2 years ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75781
Updated by Gerrit Code Review about 2 years ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75781
Updated by Gerrit Code Review about 2 years ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75781
Updated by Gerrit Code Review about 2 years ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75781
Updated by Gerrit Code Review about 2 years ago
Patch set 7 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75781
Updated by Gerrit Code Review about 2 years ago
Patch set 8 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75781
Updated by Gerrit Code Review about 2 years ago
Patch set 9 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75781
Updated by Gerrit Code Review about 2 years ago
Patch set 10 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75781
Updated by Gerrit Code Review about 2 years ago
Patch set 11 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75781
Updated by Gerrit Code Review about 2 years ago
Patch set 12 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75781
Updated by Benjamin Franzke about 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f410c0d175233f346ebc71d6c5178a88480e082c.
Updated by Christian Kuhn over 1 year ago
- Related to Task #101051: Remove deprecated RequireJsController added
Updated by Benjamin Franzke over 1 year ago
- Related to Task #101265: Update docs to refer to ES6 modules instead of RequireJS added
Updated by Benjamin Franzke over 1 year ago
- Related to Task #101266: Remove RequireJS added