Breaking: #82378 - Remove namespaced jQuery
See forge#82378
Description
The possibility to jail jQuery into a namespace has been removed. This affects custom namespaces and
TYPO3.
as well.
The class constants
TYPO3\
and
TYPO3\
have been removed without
substitution, any usage will be detected by the Extension Scanner.
Impact
Namespaces will be ignored and automatically fall back to noConflict behavior.
Calling
TYPO3.
will result in a TypeError.
Affected Installations
All installations using a custom namespace,
Page
Page
or relying on
TYPO3.
are affected.
Migration
Remove
$namespace
argument in
Page
and either use
window.$
or migrate
to RequireJS.