Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Selector: Inline Sizzle into the selector module | Michał Gołębiowski-Owczarek | 2019-07-29 | 4 | -2322/+0 |
| | | | | | | | | | | | | | | | | | | This commit removes Sizzle from jQuery, inlining its code & removing obsolete workarounds where applicable. The selector-native module has been removed. Further work on the selector module may decrease the size enough that it will no longer be necessary. If it turns out it's still useful, we'll reinstate it but the code will look different anyway as we'll want to share as much code as possible with the existing selector module. The Sizzle AUTHORS.txt file has been merged with the jQuery one - people are sorted by their first contributions to either of the two repositories. The commit reduces the gzipped jQuery size by 1460 bytes compared to master. Closes gh-4395 | ||||
* | Build: Update Sizzle from 2.3.3 to 2.3.4 | Michał Gołębiowski-Owczarek | 2019-04-09 | 4 | -45/+55 |
| | | | | | | Fixes gh-1756 Fixes gh-4170 Fixes gh-4249 Closes gh-4345 | ||||
* | Build: Update Sizzle to 2.3.3 | Richard Gibson | 2016-08-08 | 3 | -5/+5 |
| | | | | Fixes gh-3263 | ||||
* | Build: Update Sizzle to 2.3.2 | Richard Gibson | 2016-08-08 | 2 | -2/+2 |
| | |||||
* | Build: Update Sizzle to 2.3.1 | Richard Gibson | 2016-08-08 | 3 | -35/+90 |
| | | | | Fixes gh-3224 | ||||
* | Selector: update Sizzle to 2.3.0 | Timmy Willison | 2016-01-11 | 3 | -83/+157 |
| | |||||
* | Build: update Sizzle to 2.2.1 | Oleg Gaidarenko | 2015-10-17 | 3 | -11/+11 |
| | | | | | Ref #2644 - `selector` module in Edge - Waiting for Sizzle update Fixes #2390 | ||||
* | Build: update Sizzle | Timmy Willison | 2015-04-13 | 4 | -155/+233 |
| | | | | | | Fixes gh-2042 Fixes gh-1969 Closes gh-1709 | ||||
* | Sizzle: update to 2.1.1 | Timmy Willison | 2014-12-15 | 4 | -44/+92 |
| | |||||
* | Build: update Sizzle to 2.0.0 | Timmy Willison | 2014-07-01 | 2 | -4/+4 |
| | |||||
* | Build: update Sizzle to 1.11.1 and include license | Timmy Willison | 2014-06-25 | 4 | -34/+43 |
| | |||||
* | Build: Move all external libraries to external directory | Scott González | 2014-06-24 | 3 | -0/+2048 |
Closes gh-1593 |