Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/jquery/jquery

jQuery JavaScript Library
https://github.com/jquery/jquery

Manipulation: Make jQuery.htmlPrefilter an identity function

Closes gh-4642

90fed4b453a5becdb7f173d9e3c1492390a1441f authored almost 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Resolve Travis config warnings

Travis reports warnings in our config:
* root: deprecated key sudo (The key `sudo` has no effec...

5b94a4f847fe2328b1b8f2340b11b6031f95d2d1 authored almost 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Data:Event:Manipulation: Prevent collisions with Object.prototype

Make sure events & data keys matching Object.prototype properties work.
A separate fix for such...

9d76c0b163675505d1a901e5fe5249a2c55609bc authored almost 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Release: Use an in-repository dist README fixture

Use a dist README fixture kept in the jQuery repository instead of modifying
an existing one. T...

358b769a00c3a09a8ec621b8dcb2d5e31b7da69a authored almost 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Enable ESLint one-var rule for var declarations in browser code

Node.js code is written more & more commonly in ES6+ so it doesn't make sense
to enable it ther...

4a7fc8544e2020c75047456d11979e4e3a517fdf authored almost 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Tests: Pass a number of necessary done() calls to assert.async()

It is no longer needed to create `done` wrappers in tests that require
multiple async operation...

364476c3dc1231603ba61fc08068fa89fb095e1a authored almost 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Add Christian Oliff to .mailmap & AUTHORS.txt

Closes gh-4613

721744a9fab5b597febea64e466272eabfdb9463 authored almost 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Core: Fire iframe script in its context, add doc param in globalEval

1. Support passing custom document to jQuery.globalEval; the script will be
invoked in the c...

4592595b478be979141ce35c693dbc6b65647173 authored almost 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Event: remove jQuery.event.global

jQuery.event.global has been write-only in the jQuery source for the past few
years; reading fr...

18db87172cffbe48b92e30b70249e304863a70f9 authored almost 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Docs: Remove a mention of the event/alias.js module from README

The file contents now lie in deprecated/event.js so the README reference
is no longer correct.
...

3edfa1bcdc50bca41ac58b2642b12f3feee03a3b authored almost 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Lint the minified jQuery file as well - a Gruntfile fix

While we have absolutely no style-related expectations to our minified file,
we do care that it...

338f1fc77483a1bc1456e1f4ba1db2049bb45b45 authored almost 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Ajax: Deprecate AJAX event aliases, inline event/alias into deprecated

A new `src/deprecated` directory makes it possible to exclude some deprecated
APIs from a custo...

23d53928f383b0e7440bf4b08b7524e6af232fad authored almost 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
CSS: Remove the opacity CSS hook

The consequence is `.css( "opacity" )` will now return an empty string for
detached elements in...

865469f5e60f55feb28469bb0a7526dd22f04b4e authored almost 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Lint the minified jQuery file as well

While we have absolutely no style-related expectations to our minified file,
we do care that it...

89a18de64cec73936507ea9feca24d029edea24f authored almost 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Add intuitive names to Travis jobs

Otherwise it's hard to see at a glance that a particular job is running
on Firefox ESR, for exa...

e1fab10911dfe3b93bf8bd5d276e30e6fc69f780 authored almost 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Core: Exclude callbacks & deferred modules in the slim build as well

So far, the slim build only excluded ajax & effects modules. As many web apps
right now rely on...

fbc44f52fe76e1b601da76a1d7f8ef27884c06da authored almost 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Attributes: Refactor val(): don't strip carriage return, isolate IE workarounds

Before this change, `val()` was stripping out carriage return characters from
the returned valu...

ff2819911da6cbbed5ee42c35d695240f06e65e3 authored almost 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Tests: Remove obsolete jQuery data tests

The tests relied on `jQuery.cache` so they only ever worked in jQuery 1.x.

Closes gh-4586

eb35be528fdea40faab4d89ac859d38dfd024271 authored almost 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Attributes: Don't set the type attr hook at all outside of IE

This removes a needless function call in modern browsers.

Closes gh-4587

9e66fe9acf0ef27681f5a21149fc61678f791641 authored almost 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Make dev mode work in Karma again, serve source files from disk

PR gh-4550 added support for running ES modules & AMD tests via Karma. This
required reading th...

437f389a24a6bef213d4df507909e7e69062300b authored almost 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build:Tests: Fix custom build tests, verify on Travis

This commit fixes unit tests for the following builds:

1. The no-deprecated build: `custom:-d...

0f780ba7cc5968d53bba386bdcb59b8d9410873b authored almost 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Docs: Update links to EdgeHTML issues to go through Web Archive

With Microsoft going Chromium with Edge, its old EdgeHTML issues were all
removed. :(

Closes...

1dad1185e0b2ca2a13bf411558eda75fb2d4da88 authored almost 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Create a `grunt custom:slim` alias for the Slim build (#4578)

Closes gh-4578

9b9ed469b43e9fa6e2c752444470ae4c87d03d57 authored almost 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Selector: Remove the "a:enabled" workaround for Chrome <=77

Remove the workaround for a broken `:enabled` pseudo-class on anchor elements
in Chrome <=77. T...

c1ee33aded44051b8f1288b59d2efdc68d0413cc authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Docs: direct users to GitHub docs for cloning the repo

Ref gh-4556
Close gh-4571

f1c16de29689d2cfaf629f00d682148e99753509 authored about 5 years ago by Timmy Willison <[email protected]>
Build: Make Karma work in ES modules mode

Also, run such a suite in CI to make sure modules are working as expected
when used directly.
...

341c6d1b5abe4829f59fbc32e93f6a6a1afb900f authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Auto-convert sources to AMD

jQuery source has been migrated in gh-4541 from AMD to ES modules. To maintain
support for cons...

f37c2e51f36c8f8bab3879064a90e86a685feafc authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Event: Only attach events to objects that accept data - for real

There was a check in jQuery.event.add that was supposed to make it a noop
for objects that don'...

d5c505e35d8c74ce8e9d99731a1a7eab0e0d911c authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Docs: Change OS X to macOS in README

macOS has been around for long enough to update the naming here.

Closes gh-4552

5a3e0664d261422f11a78faaf101d70c73b3a5a8 authored about 5 years ago by Christian Oliff <[email protected]>
Build: Fix the Windows build

This commit gets rid of rollup-plugin-hypothetical in favor of a simpler
inline Rollup plugin t...

9fd2fa5388dba5c71129a1d9e3bb8e4fe6e4eb0b authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Require extensions for ES6 imports, prevent import cycles

jQuery source is now authored in ECMAScript modules. Native browser support
for them requires f...

44ac8c8529173711b66046ae5cfefa5bd4892461 authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Fix the import path to serialize.js from ajax.js

075320149ae30a5c593c06b2fb015bdf033e0acf authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Selector: Make empty attribute selectors work in IE again

qSA in IE 11/Edge often (but not always) don't find elements with an empty
name attribute selec...

05184cc448f4ed7715ddd6a5d724e167882415f1 authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Core: Migrate from AMD to ES modules 🎉

Migrate all source AMD modules to ECMAScript modules. The final bundle
is compiled by a custom ...

d0ce00cdfa680f1f0c38460bc51ea14079ae8b07 authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Tests: Skip a "width/height on a table row with phantom borders" test in Firefox

Firefox 70 & newer fail this test but the issue there is more profound - Firefox
doesn't subtra...

a612733be0c68d337647a6fcc8f8e0cabc1fc36b authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Tests: Don't test synchronous XHR on unload in Chrome

Chrome 78 dropped support for synchronous XHR requests inside of
beforeunload, unload, pagehide...

323575fb9bb330a852718d89e323f7ec79549100 authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Run tests on Travis only on browsers defined in the config

The environmental variable BROWSERS was being created but it wasn't read in the
list of browser...

bcbcdd2b2c1bb7075f4f73dc89ca7d65db2a09ed authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Run tests on Firefox ESR as well

Closes gh-4530

(cherry picked from commit 0a73b94a21d4c30b5598b95923dc73d640e07b99)

2d5ad6d23e0f57c733ce4556d3f2ee93ca99cadb authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Run tests on Node.js 13 in addition to 8, 10 & 12

Closes gh-4528

830976e690b5fffeac860e2fdd07986d087ce824 authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Run tests on Travis on FirefoxHeadless as well

Also, run them on both ChromeHeadless & FirefoxHeadless locally on
`grunt karma:main`.

Plus,...

584835e68239ce55d1fc007b284e8ef4ed2817c2 authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Selector: Use shallow document comparisons in uniqueSort

IE/Edge sometimes crash when comparing documents between frames using the strict
equality opera...

15750b0af270da07917b70457cf09bda97d3d935 authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Docs: Update most URLs to HTTPS

Closes gh-4511

f09d92100ffff6208211b200ed0cdc39bfd17fc3 authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Selector: Add a test for throwing on post-comma invalid selectors

Sizzle's PR jquery/sizzle#456 introduced a test catching not throwing on
badly-escaped identifi...

6eee5f7f181f9ebf5aa428e96356667e3cf7ddbd authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Tests: Stop using jQuery.find in tests

This prepares us for possibly hiding jQuery.find in jQuery 4.0.

Closes gh-4517

1d624c10b4a6b97ac254bcefffa91058556075d2 authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
CSS: Workaround buggy getComputedStyle on table rows in IE/Edge

Fixes gh-4490
Closes gh-4506

26415e081b318dbe1d46d2b7c30e05f14c339b75 authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Selector: Make selectors with leading combinators use qSA again

An optimization added in jquery/sizzle#431 skips the temporary IDs for selectors
not using chil...

ed66d5a22b37425abf5b63c361f91340de89c994 authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Require strict mode in Node.js scripts via ESLint

So far, only browser-based JS files were required to be in strict mode (in the
function form). ...

bbad821c399da92995a11b88d6684970479d4a9b authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Manipulation:Selector: Use the nodeName util where possible to save size

Saves 20 bytes.

Closes gh-4504

4504fc3d722dd029d861cb47aa65a5edc651c4d3 authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Docs: Convert link to Homebrew from HTTP to HTTPS

`http://brew.sh/` -> `https://brew.sh/`

Closes gh-4501

e0022f23144fd1dc6db86a5d8c18af47bc14f0f3 authored about 5 years ago by Christian Oliff <[email protected]>
Build: Support jquery-release --dry-run flag

Without this change passing `--dry-run` to jquery-release still pushes to the
jquery-dist repos...

d7d0b52bda74486f2351baa9d03ca4534de0d733 authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Stop copying src/core.js to dist on release

File `src/core.js` has started erroneously being copied to `dist/` in gh-2981.

Fixes gh-4489
...

9a4d980639dd804ad320685a25b8ff4572e3f595 authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Release: Update AUTHORS.txt

After recent merging of Sizzle & jQuery AUTHORS.txt, the `grunt authors` task
doesn't provide me...

1b74660f730d34bf728094c33080ff406427f41e authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Ajax: Do not execute scripts for unsuccessful HTTP responses

The script transport used to evaluate fetched script sources which is
undesirable for unsuccessf...

50871a5a85cc802421b40cc67e2830601968affe authored about 5 years ago by Sean Robinson <[email protected]>
Core: Use Array.prototype.flat where supported

Calling `Array.prototype.concat.apply( [], inputArray )` to flatten `inputArray`
crashes for lar...

9df4f1de12728b44a4b0f91748f12421008d9079 authored about 5 years ago by Ahmed.S.ElAfifi <[email protected]>
Selector: Use shallow document comparisons to avoid IE/Edge crashes

IE/Edge sometimes crash when comparing documents between frames using the strict
equality opera...

aa6344baf87145ffc807a527d9c1fb03c96b1948 authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Core: Remove private copies of push, sort & splice from the jQuery prototype

Closes gh-4473

b59107f5d7451ac16a7c8755128719be6ec8bf12 authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Core: Implement .even() & .odd() to replace POS :even & :odd

`:even` & `:odd` are deprecated since jQuery 3.4.0 & will be removed in 4.0.0.
The new `even()`...

78420d427cf3734d9264405fcbe08b76be182a95 authored about 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Deprecated: Fix AMD parameter order

Ref gh-4461

f810080e8e92278bb5288cba7cc0169481471780 authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Selector: reduce size, simplify setDocument

With new selector code doing less convoluted support tests, it was possible
to extract a lot of...

29a9544a4fb743491a42f827a6cf8627b7b99e0f authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Ajax: Simplify jQuery.ajaxSettings.xhr

Previously, jQuery.ajaxSettings.xhr, contents were wrapped in a try-catch
as we defined jQuery....

abdc89ac2e581392b800c0364e0f5f2b6a82cdc6 authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Remove the external directory, read from node_modules directly

Now that Sizzle is gone & we use npm, we can read from node_modules directly
and skip the setup...

d7e64190efc411e3973a79fd027bf1afe359f429 authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Core: Deprecate jQuery.trim

Fixes gh-4363
Closes gh-4461

5ea5946094784f68437ef26d463dfcfbbbaff1f6 authored over 5 years ago by Shashanka Nataraj <[email protected]>
Tests: Port changes from Sizzle

Ref https://github.com/jquery/sizzle/pull/450
Closes gh-4464

ac5f7cd8e29ecc7cdf21c13199be5472375ffa0e authored over 5 years ago by Richard Gibson <[email protected]>
Selector: Leverage the :scope pseudo-class where possible

The `:scope` pseudo-class[1] has surprisingly good browser support: Chrome,
Firefox & Safari ha...

df6a7f7f0f615149266b1a51064293b748b29900 authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Tests: Fix a comment in testinit.js

A copied comment line was accidentally left out above the line defining
`QUnit.jQuerySelectorsP...

7bdf307b51e4d4a891b123a96d4899e31bfba024 authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Tests: update npo.js and include unminified source instead

Close gh-4446
Ref gh-4445

b334ce7735ae453bd5643b251f36c3cedce4b3de authored over 5 years ago by Timmy Willison <[email protected]>
Selector: Bring back querySelectorAll shortcut usage

Due to a faulty IE 8 workaround removal, the fast path qSA mode was skipped
when jQuery's find ...

cef4b73179b8d2a38cfd5e0730111cc80518311a authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Selector: Inline Sizzle into the selector module

This commit removes Sizzle from jQuery, inlining its code & removing obsolete
workarounds where ...

47835965bd100a3661d8299d8b769ceeb8b6ce48 authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Selector: Port Sizzle tests to jQuery

Apart from porting most Sizzle tests to jQuery (mostly to its selector module),
this commit fix...

79b74e043a4ee737d44a95094ff1184e40bd5b16 authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: ESLint: forbid unused function parameters

This commit requires all function parameters to be used, not just the last one.
In cases where ...

438b1a3e8a52d3e4efd8aba45498477038849c97 authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Fix the regex parsing AMD var-modules (#4389)

The previous regex caused the final jQuery binary to have syntax errors for
var-modules with na...

9ec09c3b4aa5182c2a8b8f51afb861b685a4003c authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Core: Remove IE-specific support tests, rely on document.documentMode

Also, update some tests to IE-sniff when deciding whether
to skip a test.

Fixes gh-4386
Clo...

3527a3840585e6a359cd712591c9c57398357b9b authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Traversing: Fix `contents()` on `<object>`s with children in IE

The original fix didn't account for the fact that in IE `<object>` elements
with no `data` attr...

ccbd6b93424cbdbf86f07a86c2e55cbab497d7a3 authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Traversing: Fix `contents()` on `<object>`s with children

Fixes gh-4384
Closes gh-4385

4d865d96aa5aae91823c50020b5c19da79566811 authored over 5 years ago by Pat O'Callaghan <[email protected]>
Effect: Fix a unnecessary conditional statement in .stop()

Because of the above conditional, the 'type' variable has a value of type
'string' or undefined...

110802c7f22b677ef658963aa95ebdf5cb9c5573 authored over 5 years ago by Wonseop Kim <[email protected]>
Build: Fix AMD dependencies in curCSS

A leftover `rboxStyle` was left in the wrapper parameters but not in the
dependency array, caus...

b220f6df88d34dd908f55d57417fcec377787e5c authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS

Also, update support comments format to match format described in:
https://github.com/jquery/co...

cf84696fd1d7fe314a11492606529b5a658ee9e3 authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Tests: Restrict an event test fallback to TestSwarm

Closes gh-4357

bde53edcf4bd6c975d068eed4eb16c5ba09c1cff authored over 5 years ago by Richard Gibson <[email protected]>
Core: Remove deprecated jQuery APIs

Fixes gh-4056
Closes gh-4364

58f0c00bed695f934bb205c6115e5fe99dd5c27b authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Tests: Fix the new focusin/focusout test in IE

In IE, focus & blur events fire asynchronously, the test now accounts for that.

Ref gh-4362

6f2fae7c410dcb5876814866a03fc819f0502290 authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Event: Stop shimming focusin & focusout events

Latest versions of all browsers now implement focusin & focusout natively
and they all converge...

8a741376937dfacf9f82b2b88f93b239fe267435 authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Data: Separate data & css/effects camelCase implementations

The camelCase implementation used by the data module no longer turns `-ms-foo`
into `msFoo` but...

8fae21200e80647fec4389995c4879948d11ad66 authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Event: Prevent leverageNative from registering duplicate dummy handlers

(cherry-picked from 6c1e7dbf7311ae7c0c31ba335fe216185047ae5f)

Closes gh-4353

eb6c0a7c97b1b3cf00144de12d945c9c569f935c authored over 5 years ago by Richard Gibson <[email protected]>
Event: Fix handling of multiple async focus events

(cherry-picked from 24d71ac70406f522fc1b09bf7c4025251ec3aee6)

Fixes gh-4350
Closes gh-4354

ddfa83766478268391bc9da96683fc0d4973fcfe authored over 5 years ago by Richard Gibson <[email protected]>
Build: Test on Node.js 12, stop testing on Node.js 6 & 11

Closes gh-4369

b8d4712825a26a7f24c2bdb5a71aa3abcd345dfd authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Fix unresolved jQuery reference in finalPropName

Also, prevent further similar breakages by changing our ESLint configuration
to disallow relyin...

874030583c9b94603de467124420e6c7a1c3c8ac authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Release: update AUTHORS.txt

cf9fe0f6a104a0f527c7c3f441485c19e2b19c69 authored over 5 years ago by Timmy Willison <[email protected]>
Build: Update Sizzle from 2.3.3 to 2.3.4

Fixes gh-1756
Fixes gh-4170
Fixes gh-4249
Closes gh-4345

0b2c36adb4e2c048318659e4196e0925da10ead2 authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
CSS: Don't automatically add "px" to properties with a few exceptions

Fixes gh-2795
Closes gh-4055
Ref gh-4009

00a9c2e5f4c855382435cec6b3908eb9bd5a53b7 authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Update the master version to 4.0.0-pre

c4f2fa2fb33d6e52f7c8fad9f687ef970f442179 authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Tests: Fix the core-js polyfill inclusion method

core-js 3 no longer includes a built file in the bundle but core-js-bundle
does.

Closes gh-4...

2e4b79ab8f7c43d36537a743c4c1a1a5b17e130e authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Update Sinon from 2.3.7 to 7.3.1, other updates

Closes gh-4341

fea7a2a328f475048b4450c5c02a60832fdcfc3c authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Update README.md

9b9fca45f37b32849771685d12d770d5b88435cf authored over 5 years ago by Timmy Willison <[email protected]>
Tests: Make Android Browser 4.0-4.3 dimensions tests green

Android Browser disregards td's box-sizing, treating it like it was content-box.
Unlike in IE, ...

a2a73db99c059cc1dc893c981e87f5e2bbc8b411 authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Tests: Make Android Browser 4.0-4.3 AJAX tests green

Android Browser versions provided by BrowserStack fail the "prototype collision
(constructor)" ...

4455f8db4ef8660ca9e26d94d6f943c4d80db1c8 authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Core: Preserve CSP nonce on scripts with src attribute in DOM manipulation

Fixes gh-4323
Closes gh-4328

005040379d8b64aacbe54941d878efa6e86df1cc authored over 5 years ago by buddh4 <[email protected]>
Event: Prevent leverageNative from double-firing focusin

Also, reduce size.

Closes gh-4329
Ref gh-4279

fe5f04de8fde9c69ed48283b99280aa6df3795c7 authored over 5 years ago by Richard Gibson <[email protected]>
Core: Prevent Object.prototype pollution for $.extend( true, ... )

Closes gh-4333

753d591aea698e57d6db58c9f722cd0808619b1b authored over 5 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Event: Leverage native events for focus/blur/click; propagate additional data

Summary of the changes/fixes:
1. Trigger checkbox and radio click events identically (cherry-pic...

669f720edc4f557dfef986db747c09ebfaa16ef5 authored almost 6 years ago by Richard Gibson <[email protected]>
CSS: Avoid forcing a reflow in width/height getters unless necessary

Fixes gh-4322
Closes gh-4325
Ref gh-3991
Ref gh-4010
Ref gh-4185
Ref gh-4187

a0abd15b9e5aa9c1f36a9599e6095304825a7b9f authored almost 6 years ago by Michał Gołębiowski-Owczarek <[email protected]>