Actions
Task #96497
closedUpdate jquery-ui to v1.13.0
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
-
Start date:
2022-01-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Update to jquery-ui v1.13.0 which addressed lots of browser compatibility topics and known security vulnerabilities. The currently used version 1.14.4 has been released in 2015(!).
https://blog.jqueryui.com/2021/10/jquery-ui-1-13-0-released/
Commands:
cd Build yarn add 'jquery-ui@^1.13.0' yarn build
Side-notes:
- there have been lots of changes since v1.14.4 → https://github.com/jquery/jquery-ui/compare/1.11.4...1.13.0
- TYPO3 core v12-dev only uses
jquery-ui
in some placejquery-ui/droppable
LayoutModule/DragDrop
jquery-ui/draggable
ImageManipulation
jquery-ui/resizable
ImageManipulation
ext:viewpage
backend module
jquery-ui/sortable
ext:form
backend module
- in general it would be better to get rid of
jquery-ui
completely for TYPO3 v12
Actions