28 Aug 2023
Official jQuery Blog
jQuery 3.7.1 Released: Reliable Table Row Dimensions
jQuery 3.7.1 has been released! 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. That method has been restored. As … Continue reading
28 Aug 2023 1:40pm GMT
11 May 2023
Official jQuery Blog
jQuery 3.7.0 Released: Staying in Order
jQuery 3.7.0 is now available! This release has it all: bug fixes, a new method, and a performance improvement! We even dropped our longtime selector engine: Sizzle. Or, I should say, we moved it into jQuery. jQuery no longer depends on Sizzle as a separate project, but has instead dropped its code directly into jQuery … Continue reading
11 May 2023 6:38pm GMT
08 Mar 2023
Official jQuery Blog
jQuery 3.6.4 Released: Selector Forgiveness
If you've been following along with recent jQuery releases, we have been working on how to address the recent addition of some new selectors in browsers, especially :has. jQuery 3.6.3 settled on the strategy of using native CSS.supports to determined whether a selector should be passed directly to querySelectorAll or instead go through jQuery's selector … Continue reading
08 Mar 2023 3:52pm GMT