[TASK] Update jQuery from 3.1.1 to 3.2.1
Release notes: * Added support for custom CSS properties (#3144). * Deprecated jQuery.holdReady (#3288). * Deprecated jQuery.nodeName (#3475). * Deprecated jQuery.inArray (#2961). * Fixed a bug in .width(), .height(), and related methods where CSS transforms were included in the calculations. For instance, an element with the style transform: scale(2x) should not have its width and height values doubled (#3193). * Added support for <template> elements to the .contents() method (#3436). * Added back the deprecated module to the slim build. This change is largely insignificant given the module’s small size. We believe it makes more sense to remove deprecated pieces from the slim build at the same time as the main jQuery build (#3237). * Ensure jQuery.holdReady is in the right place (#3573) * Ensure we get proper values for width and height on elements with display “inline” (#3571) * Ensure trigger data is passed to radio click event handlers (#3579) * Revert: Trigger checkbox and radio click events identically * Revert: Add radio click triggering tests ChangeLog Compare: https://github.com/jquery/jquery/compare/3.1.1...3.2.1 Resolves: #80313 Releases: master Change-Id: I3f98247f28279bf68a0af4787aee996209ed1833 Reviewed-on: https://review.typo3.org/52069 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Kasper Ligaard <kasperligaard+typo3.org@gmail.com> Reviewed-by:
Anders Kostending <aha@systime.dk> Reviewed-by:
Faton Haliti <fha@systime.dk> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- Build/Gruntfile.js 2 additions, 2 deletionsBuild/Gruntfile.js
- Build/bower.json 1 addition, 1 deletionBuild/bower.json
- components/testing_framework/Resources/Core/Build/Configuration/JSUnit/karma.conf.js 1 addition, 1 deletion...k/Resources/Core/Build/Configuration/JSUnit/karma.conf.js
- typo3/sysext/core/Classes/Page/PageRenderer.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Page/PageRenderer.php
- typo3/sysext/core/Resources/Public/JavaScript/Contrib/jquery/jquery-3.1.1.min.js 0 additions, 4 deletions...rces/Public/JavaScript/Contrib/jquery/jquery-3.1.1.min.js
- typo3/sysext/core/Resources/Public/JavaScript/Contrib/jquery/jquery-3.2.1.js 173 additions, 140 deletions...esources/Public/JavaScript/Contrib/jquery/jquery-3.2.1.js
- typo3/sysext/core/Resources/Public/JavaScript/Contrib/jquery/jquery-3.2.1.min.js 4 additions, 0 deletions...rces/Public/JavaScript/Contrib/jquery/jquery-3.2.1.min.js
- typo3/sysext/install/Resources/Private/Partials/Action/Common/Headers.html 1 addition, 1 deletion...all/Resources/Private/Partials/Action/Common/Headers.html
Please register or sign in to comment