Région de recherche :

Date :

https://blog.jquery.com › 2020 › 05 › 04 › jquery-3-5-1-released-fixing-a-regression

jQuery 3.5.1 Released: Fixing a Regression

We have a quick fix for a regression in that release. Specifically, we had changed our internal data object to use Object.create( null ) instead of a plain object ({}). We did that to prevent collisions with keys on Object.prototype properties.

https://jquery.com › upgrade-guide › 3.5

jQuery Core 3.5 Upgrade Guide

A workaround. If you want to upgrade to jQuery 3.5.0 or newer and don't have time to deal with breaking changes at the moment, and you use jQuery Migrate 3.4.0 or newer, you can revert to the previous behavior by invoking: 1. jQuery.migrateEnablePatches( "self-closed-tags" );

https://community.devexpress.com › ... › 15 › upgrade-to-jquery-v3-5-1-devexpress-controls.aspx

Upgrade to jQuery v3.5.1+ - DevExpress Controls

In May 2020, the jQuery team released v3.5.1 to fix a regression and address two security issues. In this post, I'll discuss why you should update both your jQuery and DevExpress installations. Security Fixes

Upgrade to jQuery v3.5.1+ - DevExpress Controls

https://stackoverflow.com › questions › 65879621

Things to be consider while updating jquery version from v2.1.3 to v3.5.1

Upgrade the version of jQuery on the page to the latest 1.x or 2.x version. Add the uncompressed jQuery Migrate 1.x Plugin to the page. Test the page and resolve any warnings that appear on the console, using the JQMIGRATE 1.x warning documentation as a guide.

https://www.cqlcorp.com › insights › updating-from-old-and-outdated-jquery-without...

How to Update jQuery Versions - jQuery Migrate Plugin Guide - CQL

The changes made in versions 3.5.0 and 3.5.1 were security fixes regarding the HTML prefiltering that jQuery does when HTML strings are passed to/through any of jQuery’s manipulation methods (e.g. .append(), .css(), .html(), .remove(), etc.).

How to Update jQuery Versions - jQuery Migrate Plugin Guide - CQL

https://github.com › dotnet › Scaffolding › issues › 1327

Upgrade bundled jQuery to version 3.5.1 #1327 - GitHub

The repository contains jQuery 3.4.1. jQuery 3.5.0 was released last month, which also fixes two security vulnerabilities (CVE-2020-11022 & CVE-2020-11023). However, jQuery 3.5.0 came with a regression affecting many other JavaScript lib...

https://blog.jquery.com › 2023 › 08 › 28 › jquery-3-7-1-released-reliable-

jQuery 3.7.1 Released: Reliable Table Row Dimensions

This release fixes a regression from jQuery 3.6.0 that resulted in rounded dimensions for <tr /> elements in Chrome and Safari. Also, a (mostly) internal Sizzle method, jQuery.find.tokenize that was on the jQuery object was accidentally removed when we removed Sizzle in jQuery 3.7.0 .

https://api.jquery.com › category › version › 3.5

Version 3.5 | jQuery API Documentation

Category: Version 3.5. Aspects of the API that were changed in the corresponding version of jQuery. Security fixes, including a breaking change to jQuery.htmlPrefilter; new .even () & .odd () methods; jQuery.globalEval now accepts context; unsuccessful HTTP script responses are no longer evaluated; performance improvements. jQuery.trim is now ...

https://minime.stephan-brumme.com › jquery › 3.5.1

jQuery 3.5.1 - as small as it gets (near-perfect GZIP compression)

This Zopfli heatmap visualizes how compression changes when modifying the --bsr and --mls parameter. Cell's contents is the best filesize achieved (in bytes, hover with mouse over cells to see number of iterations). Good parameters are green, bad are red . The best and worst are bold as well.

https://github.com › dotnet › aspnetcore › issues › 21572

Update bundled jQuery to version 3.5.1 #21572 - GitHub

However, jQuery 3.5.0 came with a regression affecting many other JavaScript libraries (cf. https://blog.jquery.com/2020/05/04/jquery-3-5-1-released-fixing-a-regression/). jQuery 3.5.1 fixes that regression, so this version is fit to use for us. PR is coming up later today ...