]>
source.dussan.org Git - jquery.git/log
Timmy Willison [Wed, 24 Feb 2016 15:20:22 +0000 (10:20 -0500)]
Release: include external/sizzle in releases
Ref gh-2945
Timmy Willison [Mon, 22 Feb 2016 19:08:07 +0000 (14:08 -0500)]
Build: Updating the 1.12-stable version to 1.12.2-pre.
Timmy Willison [Mon, 22 Feb 2016 18:24:01 +0000 (13:24 -0500)]
Build: update AUTHORS
Timmy Willison [Mon, 22 Feb 2016 16:24:52 +0000 (11:24 -0500)]
CSS: fix for disconnected elems on doc fragments in Opera 12
Timmy Willison [Wed, 10 Feb 2016 21:47:25 +0000 (13:47 -0800)]
Build: use hard-coded path to sizzle in selector-sizzle
Fixes gh-2898
Zack Hall [Fri, 22 Jan 2016 00:24:42 +0000 (16:24 -0800)]
Tests: Set Edge's expected support for clearCloneStyle to true
This is done for a version 13 or newer as the bug still exists in Edge
12.
(cherry-picked from
28f0329a02c453ae26b6bc028b6aaeec578bef6f)
Closes gh-2857
Oleg Gaidarenko [Sat, 13 Feb 2016 19:35:59 +0000 (22:35 +0300)]
Build: add `npm-debug.log` to `.gitignore`
Oleg Gaidarenko [Sat, 13 Feb 2016 18:14:46 +0000 (21:14 +0300)]
Tests: use `jQuery` variable instead of `$`
For some reason that works with `amd` but not with builded version
Fixes gh-2909
Oleg Gaidarenko [Thu, 11 Feb 2016 19:43:37 +0000 (22:43 +0300)]
Build: use tabs in CSS, also simplify and correct .editorconfig
See https://contribute.jquery.org/style-guide/css/#spacing
> Indentation with tabs.
Oleg Gaidarenko [Thu, 11 Feb 2016 19:31:49 +0000 (22:31 +0300)]
Tests: test element position outside view
Ref
a0f5c357c4b256b03acdc57d5319ebfe4f25a69a
Ref gh-2828
Ref gh-2836
Fixes gh-2909
Oleg Gaidarenko [Mon, 8 Feb 2016 20:39:43 +0000 (23:39 +0300)]
Revert "Offset: account for scroll when calculating position"
This reverts commit
0654711e0d929187249ca9507ae5881c72947843.
This commit provoked new issues: gh-2836, gh-2828.
At the meeting, we decided to revert offending commit
(in all three branches - 2.2-stable, 1.12-stable and master)
and tackle this issue in 3.x.
Fixes gh-2828
Timmy Willison [Wed, 27 Jan 2016 16:36:34 +0000 (11:36 -0500)]
CSS: Add test for gh-2867
Todor Prikumov [Tue, 26 Jan 2016 09:58:34 +0000 (11:58 +0200)]
CSS: Make sure elem.ownerDocument.defaultView is not null
Fixes gh-2866
Close gh-2867
Devin Wilson [Thu, 14 Jan 2016 04:06:43 +0000 (21:06 -0700)]
Event: Add tests for chaining .on() with null handlers
Fixes gh-2812
Close gh-2825
Timmy Willison [Wed, 28 Oct 2015 17:54:04 +0000 (13:54 -0400)]
Core: use interactive to evaluate dom ready, barring IE6-10
Fixes gh-2100
Close gh-2821
Michał Gołębiowski [Mon, 11 Jan 2016 18:23:28 +0000 (19:23 +0100)]
Tests: compat -> 1.x in comments
(cherry-picked from
df31b88135f94f903c8a887085d30d085a9c62f6)
Timmy Willison [Fri, 8 Jan 2016 19:58:08 +0000 (14:58 -0500)]
Build: Updating the 1.12-stable version to 1.12.1-pre.
Timmy Willison [Fri, 8 Jan 2016 19:53:03 +0000 (14:53 -0500)]
Release: update AUTHORS.txt again
Timmy Willison [Fri, 8 Jan 2016 18:59:53 +0000 (13:59 -0500)]
Manipulation: re-expose domManip until 3.0
Fixes gh-2225
Timmy Willison [Fri, 8 Jan 2016 18:26:58 +0000 (13:26 -0500)]
Release: ensure files are copied to dist
Timmy Willison [Fri, 8 Jan 2016 18:20:19 +0000 (13:20 -0500)]
Release: allow local and github dists
Timmy Willison [Fri, 8 Jan 2016 17:43:02 +0000 (12:43 -0500)]
Release: update AUTHORS.txt
Timmy Willison [Fri, 8 Jan 2016 17:38:18 +0000 (12:38 -0500)]
Release: compat -> 1.x. Remove compat-specific release semantics
Michał Gołębiowski [Thu, 7 Jan 2016 22:07:58 +0000 (23:07 +0100)]
Tests: Disable/relax a few tests failing in Android 2.3
Fixes gh-1785
Jun Sun [Wed, 30 Dec 2015 07:40:08 +0000 (15:40 +0800)]
CSS: Add animation-iteration-count to cssNumber, fix tests
(cherry-picked from
df822caff079177d1840d67e03d6b24a93ea99a5)
Fixes gh-2792
Closes gh-2793
Timmy Willison [Thu, 7 Jan 2016 19:17:00 +0000 (14:17 -0500)]
Attributes: fix toggleClass(boolean) in ie6/7
Timmy Willison [Thu, 7 Jan 2016 19:10:04 +0000 (14:10 -0500)]
Tests: use assert syntax in restored test
Timmy Willison [Thu, 7 Jan 2016 18:59:47 +0000 (13:59 -0500)]
Revert "Event: remove guard for falsy handler argument of jQuery#on method"
This reverts commit
fac67a984268ef8f7de952666fda6d8d32754f5f.
Timmy Willison [Thu, 7 Jan 2016 18:09:30 +0000 (13:09 -0500)]
Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature"
This reverts commit
f24726daa3760014b7283ad14a13117c72dd9474.
Timmy Willison [Thu, 7 Jan 2016 17:25:47 +0000 (12:25 -0500)]
Revert "Deprecated: Drop size and andSelf methods"
This reverts commit
f1913cf0316edbab77a081ae9c2ee218a61ce5a7.
Timmy Willison [Thu, 7 Jan 2016 15:57:03 +0000 (10:57 -0500)]
Tests: fix support values for android
Timmy Willison [Wed, 6 Jan 2016 21:24:22 +0000 (16:24 -0500)]
Effects: add back support.shrinkWrapBlocks() for ie6
Timmy Willison [Wed, 6 Jan 2016 19:31:46 +0000 (14:31 -0500)]
Revert "Offset: simplify jQuery#offsetParent method"
This reverts commit
96447575c23f7b313091750ed84cec05db3a25c6.
Timmy Willison [Wed, 6 Jan 2016 19:13:29 +0000 (14:13 -0500)]
Tests: fix support tests in ie9
Timmy Willison [Wed, 6 Jan 2016 02:29:04 +0000 (21:29 -0500)]
CSS: fix reliableHiddenOffsets support test for IE6-7
Timmy Willison [Wed, 6 Jan 2016 01:26:56 +0000 (20:26 -0500)]
Revert "Manipulation: simplify html wrappers"
This reverts commit
b744a50d472664a4d5aaa35d58e2215d48f70d3b.
Timmy Willison [Wed, 6 Jan 2016 01:10:06 +0000 (20:10 -0500)]
CSS: fix visible/hidden for IE6/7
Timmy Willison [Tue, 5 Jan 2016 23:19:35 +0000 (18:19 -0500)]
Attributes: fix IE6-7 classes
Timmy Willison [Tue, 5 Jan 2016 22:36:14 +0000 (17:36 -0500)]
Revert "Ajax: remove "onunload" event handler"
This reverts commit
4632e55870a00a70e737a862cdb0820278cec0fe.
Timmy Willison [Tue, 5 Jan 2016 21:43:18 +0000 (16:43 -0500)]
Revert "Ajax: use anchor tag for parsing urls"
This reverts commit
de7ae8cd17a22b0275217a6ca0345d9d5a97c6dd.
Timmy Willison [Tue, 22 Dec 2015 18:03:11 +0000 (13:03 -0500)]
Revert "Misc: Drop support for older browsers; update support comments"
This reverts commit
90d7cc1d8b2ea7ac75f0eacb42439349c9c73278.
Oleg Gaidarenko [Tue, 22 Dec 2015 18:54:09 +0000 (21:54 +0300)]
Wrap: correct tests length
Oleg Gaidarenko [Tue, 22 Dec 2015 18:42:39 +0000 (21:42 +0300)]
Build: another portion of code style fixes
Oleg Gaidarenko [Tue, 22 Dec 2015 18:41:14 +0000 (21:41 +0300)]
Manipulation: correct wrapMap assign
Oleg Gaidarenko [Tue, 22 Dec 2015 18:20:16 +0000 (21:20 +0300)]
Revert "Wrap: Support .unwrap( selector) for selective unwrapping"
This reverts commit
e38138af6ac3fa850a092adf09366a68850189a8.
Oleg Gaidarenko [Tue, 22 Dec 2015 18:01:43 +0000 (21:01 +0300)]
Revert "Core: Return empty array instead of null for parseHTML("")"
This reverts commit
61bb61279ce51af189d40162dc62e44f04826051.
Oleg Gaidarenko [Tue, 22 Dec 2015 17:55:57 +0000 (20:55 +0300)]
Revert "Manipulation: simplification of manipulation wrappers"
This reverts commit
3e8712062d92feea8723e6185c47a2cc98e0e7af.
Oleg Gaidarenko [Tue, 22 Dec 2015 17:53:02 +0000 (20:53 +0300)]
Revert "Ajax: simplify one ajax call and add explanatory comment"
This reverts commit
4b3e63066dd480d07b9ce8057cb0c02b8ad7e990.
Michał Gołębiowski [Tue, 17 Nov 2015 02:16:44 +0000 (03:16 +0100)]
Effects: Remove tests for jQuery.Animation & jQuery.Tween
We'll officially support those APIs in jQuery 3.0 but we don't want to have to
support them in 1.12/2.2.
The code is left untouched, only tests (& official support) are removed.
Refs
b3b2d6c3dd51fbdc69e1942e9af75cc99a1834c2
Refs
cdaed15c7ea1bbfdde5a5bea691c583ce7961526
Cherry-picked from
a5864aefdfadfee16522456c82139fa10360d8fc
Oleg Gaidarenko [Tue, 22 Dec 2015 17:21:49 +0000 (20:21 +0300)]
Build: code style fixes
Oleg Gaidarenko [Tue, 22 Dec 2015 17:16:50 +0000 (20:16 +0300)]
Build: remove needless file and re-enable jscs
Oleg Gaidarenko [Tue, 22 Dec 2015 16:05:26 +0000 (19:05 +0300)]
Build: remove node .10 from travis
Oleg Gaidarenko [Tue, 22 Dec 2015 15:51:04 +0000 (18:51 +0300)]
Build: code style fixes after all those reverts
Oleg Gaidarenko [Tue, 22 Dec 2015 15:16:52 +0000 (18:16 +0300)]
Revert "Ajax: Always use script injection in globalEval"
This reverts commit
37f0f7f42cd158e36665066d88708ca4aa0713ac.
Oleg Gaidarenko [Tue, 22 Dec 2015 15:05:42 +0000 (18:05 +0300)]
Revert "Effects: Reintroduce use of requestAnimationFrame"
This reverts commit
06a45406966ee8cde31c4f128d7ee68d727880c1.
Oleg Gaidarenko [Tue, 22 Dec 2015 15:05:38 +0000 (18:05 +0300)]
Revert "Effects: Improve raf logic"
This reverts commit
9dc29a2b130e6bbcdbcaf8fdc1433a41e6b7a585.
Oleg Gaidarenko [Tue, 22 Dec 2015 15:00:00 +0000 (18:00 +0300)]
Revert "Core: Remove deprecated context and selector properties"
This reverts commit
e2ec5da2a7f1b3de1f9dc7e2c01f27cd23714e60.
Oleg Gaidarenko [Tue, 22 Dec 2015 14:52:22 +0000 (17:52 +0300)]
Revert "Core: Throw an error on $("#") rather than returning 0-length collection"
This reverts commit
93f95c966355f02b5695f50523f88687eadb4c81.
Oleg Gaidarenko [Tue, 22 Dec 2015 14:46:47 +0000 (17:46 +0300)]
Offset: do not run tests which break without back-incompat change
See
9d1d4c272a58ced36242d90b3f0462c2bbb972a3
Oleg Gaidarenko [Tue, 22 Dec 2015 14:35:25 +0000 (17:35 +0300)]
Tests: correct revert artefact
Oleg Gaidarenko [Tue, 22 Dec 2015 14:35:23 +0000 (17:35 +0300)]
Revert "Manipulation: make wrapAll funarg execute only once"
This reverts commit
3dcee021603d5c25cd429cb25c2de5046044ca4c.
Oleg Gaidarenko [Tue, 22 Dec 2015 14:29:42 +0000 (17:29 +0300)]
Revert "Traversing: simplify jQuery#contents method"
This reverts commit
7230df15ac612e0e5a08ed7ffc02f6700b2ec898.
Oleg Gaidarenko [Tue, 22 Dec 2015 14:27:38 +0000 (17:27 +0300)]
Revert "CSS: simplify hack of css getter for the computed values"
This reverts commit
dac716ca65a83bab2449ffa35c43b4b52e26a0c1.
Oleg Gaidarenko [Tue, 22 Dec 2015 14:26:01 +0000 (17:26 +0300)]
Revert "CSS: simplify "defaultDisplay" module"
This reverts commit
d9d8906cfdd05a6163b0a6791f7ab4433951eacd.
Oleg Gaidarenko [Tue, 22 Dec 2015 14:20:29 +0000 (17:20 +0300)]
Revert "Callbacks: Don't abort execution on .lock()"
This reverts commit
fc7477f4927100f23f83c22b5142a42d1eac8502.
Oleg Gaidarenko [Tue, 22 Dec 2015 14:15:18 +0000 (17:15 +0300)]
Revert "Manipulation: don't auto-insert tbody"
This reverts commit
939e755163c9c9749fdd39ae9e60de7cb41eeb2c.
Oleg Gaidarenko [Tue, 22 Dec 2015 14:14:52 +0000 (17:14 +0300)]
Revert "Ajax: remove deprecated extensions from ajax promise"
This reverts commit
9368a8cd8ca81902b8359188668973e489fca6db.
Oleg Gaidarenko [Tue, 22 Dec 2015 14:07:04 +0000 (17:07 +0300)]
Revert "Deferred: Backwards-compatible standards interoperability"
This reverts commit
34f25631795e0641cc706012cfe5a88dacdedfec.
Oleg Gaidarenko [Tue, 22 Dec 2015 13:45:05 +0000 (16:45 +0300)]
Revert "Data: do not include digits when camelCasing"
This reverts commit
a254f22d7bb5b072a82087a448130ffadd70d698.
Oleg Gaidarenko [Tue, 22 Dec 2015 13:42:00 +0000 (16:42 +0300)]
CSS: remove revert artefact
Oleg Gaidarenko [Tue, 22 Dec 2015 13:41:49 +0000 (16:41 +0300)]
Revert "Data: always camelCase keys in .data()"
This reverts commit
0204c3089e7beee0306594605cc64d1e050ecd07.
Oleg Gaidarenko [Tue, 22 Dec 2015 13:24:23 +0000 (16:24 +0300)]
Revert "Data: camelCasing should not ignore case"
This reverts commit
cf16f860b05b7bffeb2382a0a55bb85c69b2abb5.
Oleg Gaidarenko [Tue, 22 Dec 2015 13:15:52 +0000 (16:15 +0300)]
Revert "Offset: Fix .offset() to correctly work with ShadowDOM"
This reverts commit
d4dd548acaf049d8e4dca9e4b879a51f26bb3d27.
Oleg Gaidarenko [Tue, 22 Dec 2015 13:07:19 +0000 (16:07 +0300)]
Revert "Offset: remove ownerDocument check in offset getter"
This reverts commit
a2386a8250c82e27680d21f7f6fd1eb9a8f7e938.
Oleg Gaidarenko [Tue, 22 Dec 2015 13:06:04 +0000 (16:06 +0300)]
Revert "Offset: allow offset setter to throw for disconnected elements"
This reverts commit
dc49f62f22a90ba95bbd1b659bfdae905adb4dd8.
Oleg Gaidarenko [Tue, 22 Dec 2015 13:01:55 +0000 (16:01 +0300)]
Build: Temprary disable jscs checks
Oleg Gaidarenko [Tue, 22 Dec 2015 13:00:15 +0000 (16:00 +0300)]
Revert "CSS: Ignore the CSS cascade in show()/hide()/etc."
This reverts commit
9df8bd205ab78308c34af70c934c42175e560e86.
Oleg Gaidarenko [Tue, 22 Dec 2015 12:26:56 +0000 (15:26 +0300)]
Revert "Core: remove custom ready event"
This reverts commit
b35bea14a9b1ff6b9ba96e0c51e21bfeecfc4c4a.
Oleg Gaidarenko [Tue, 22 Dec 2015 12:19:13 +0000 (15:19 +0300)]
Revert "Event: remove deprecated event aliases"
This reverts commit
ef30bdf4f1b361b6f2e99f5b7233b419f95a62f2.
Oleg Gaidarenko [Tue, 22 Dec 2015 12:17:35 +0000 (15:17 +0300)]
Revert "Ajax: Remove remnants of the load event alias handling"
This reverts commit
38bd5feddeca3acdd740300f370450621d4e2731.
Oleg Gaidarenko [Tue, 22 Dec 2015 12:04:48 +0000 (15:04 +0300)]
Revert "Deferred: add .catch handler"
This reverts commit
ef77f83db86b806425203d1e5ecbcc119d7b9c32.
Oleg Gaidarenko [Tue, 22 Dec 2015 12:03:44 +0000 (15:03 +0300)]
Revert "CSS: Make .css("width") & .css("height") return fractional values"
This reverts commit
23212b34e690e857cbc46951dd8c018d181206cb.
Oleg Gaidarenko [Tue, 22 Dec 2015 11:32:03 +0000 (14:32 +0300)]
Revert "Effects: Remove additional parameters of easings"
This reverts commit
41a04e59df5beac4ca61b3b5e3a6b078b6aee1ac.
Oleg Gaidarenko [Tue, 22 Dec 2015 11:24:15 +0000 (14:24 +0300)]
Revert "CSS: Make show/hide/toggle methods a module"
This reverts commit
3842246024475eafdc8a00a7ac4358d06d76cab2.
Oleg Gaidarenko [Tue, 22 Dec 2015 11:17:53 +0000 (14:17 +0300)]
Revert "Core: make isNumeric limited to strings and numbers"
This reverts commit
ada073e9acfc9a103b13b9b69d26590e1c834d04.
Oleg Gaidarenko [Tue, 22 Dec 2015 11:16:55 +0000 (14:16 +0300)]
Revert "Attributes: do not set properties to false when removing booleans"
This reverts commit
5c086c3782459307c44397549fef15a87c8b90c4.
Michał Gołębiowski [Fri, 30 Oct 2015 18:19:01 +0000 (19:19 +0100)]
Tests: Make regexes for iOS devices more rigid
Michał Gołębiowski [Fri, 30 Oct 2015 18:18:43 +0000 (19:18 +0100)]
Tests: Remove Safari 7.0 & iOS 6 support tests results
Michał Gołębiowski [Fri, 30 Oct 2015 18:18:20 +0000 (19:18 +0100)]
Tests: Add iOS 9 support tests results
Michał Gołębiowski [Fri, 30 Oct 2015 00:34:33 +0000 (01:34 +0100)]
Build: Test on Node 5
(cherry-picked from
cbe5b2b79a46c61ad36ea5df44f80b1cc2c1b60a)
Timmy Willison [Mon, 26 Oct 2015 15:38:04 +0000 (11:38 -0400)]
Attributes: remove flakey test for selected attribute
- The change is already covered by the "checked" test.
Since this test is redundant, just drop it.
(cherry picked from commit
87bd130289c6ed9bfc355c1f8587ae6ce00a4776)
Timmy Willison [Sun, 18 Oct 2015 21:21:41 +0000 (17:21 -0400)]
Attributes: do not set properties to false when removing booleans
Fixes gh-1759
(cherry picked from commit
47ccf3daadc4b312f850502300129952e70f9d9d)
Conflicts:
src/attributes/attr.js
Richard Gibson [Sun, 25 Oct 2015 19:25:56 +0000 (15:25 -0400)]
Timmy Willison [Sun, 18 Oct 2015 19:50:43 +0000 (15:50 -0400)]
Core: make isNumeric limited to strings and numbers
Fixes gh-2662
(cherry picked from commit
15ac848868e993dfe5ccd7751a94f5c8edc288bc)
Joelle Fleurantin [Sun, 18 Oct 2015 20:20:25 +0000 (16:20 -0400)]
Attributes: fix tabIndex on <img> in IE11
Fixes gh-2647
Closes gh-2664
(cherry picked from commit
c752a5030bc00eb5b45dea9c28963f824a5c4f44)
Conflicts:
src/attributes/prop.js
Timmy Willison [Sun, 18 Oct 2015 19:12:35 +0000 (15:12 -0400)]
CSS: use isFinite in place of redundant isNumeric
(cherry picked from commit
3689963909880ed832ac17eabf7b9260927a68d8)
Timmy Willison [Sun, 18 Oct 2015 19:09:59 +0000 (15:09 -0400)]
CSS: fix AMD mode for the new showHide module
(cherry picked from commit
32cfc38a9c76d1f9163759c811cb9c82eb47d565)
Conflicts:
src/css/showHide.js
Julian Alexander Murillo [Thu, 21 May 2015 04:59:06 +0000 (23:59 -0500)]
Tests: Change quotes according to style guidelines
Close gh-2339
(cherry picked from commit
c577928d45bdcc3ee8f93da89ab7aadca21919f3)
Dave Methvin [Mon, 28 Sep 2015 02:05:57 +0000 (22:05 -0400)]
Event: Fix delegated radio events when arrow keys are used
Fixes gh-2343, gh-2410
Close gh-2617
(cherry picked from commit
c82a6685bb964627e27008e298f93ea81218265b)
Thomas Tortorini [Sun, 11 Oct 2015 08:22:06 +0000 (10:22 +0200)]
Attributes: removeClass() -> attr("class", "")
- Classes simpliciation
Close gh-2465
(cherry picked from commit
5db1e053098af747330044d5740e5379f2834402)
Conflicts:
src/attributes/classes.js