Skip to content
Snippets Groups Projects
Commit 61e34639 authored by Anders Kostending's avatar Anders Kostending Committed by Christian Kuhn
Browse files

[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: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarKasper Ligaard <kasperligaard+typo3.org@gmail.com>
Reviewed-by: default avatarAnders Kostending <aha@systime.dk>
Reviewed-by: default avatarFaton Haliti <fha@systime.dk>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 87456668
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment