]> source.dussan.org Git - jquery.git/shortlog
jquery.git
2015-09-07 Oleg GaidarenkoBuild: correct jscs paths
2015-08-16 Michał GołębiowskiCore: Support non-browser environments 2504/head
2015-08-16 Michał GołębiowskiCore:CSS: Attach test nodes to documentElement, not...
2015-08-10 Richard GibsonEvent: Reduce differences from master
2015-08-10 Richard GibsonEvent: Reduce differences from master
2015-08-04 Michał GołębiowskiCore: Don't expose jQuery.access
2015-08-03 Michał GołębiowskiBuild: Add a comment explaining why the es3 option...
2015-07-30 Oleg GaidarenkoTests: don't use deprecated argument in test declaration
2015-07-30 Bruno PérelDocs: Fix various spelling mistakes
2015-07-28 Jason BedardData: backport cleanData tests from gh-2480
2015-07-28 Michał GołębiowskiAjax: Account for Android 2.3 not firing window.onerror...
2015-07-27 Michał GołębiowskiEvent: Update support comments for mouseenter/mouseleav...
2015-07-27 Michał GołębiowskiCore: Adjust comments & tests after dropping Safari...
2015-07-27 Thomas TortoriniCore: .each/.map should accept an undefined/null value
2015-07-20 Michał GołębiowskiCore: Add a support comment for Safari 8
2015-07-13 Timmy WillisonRelease: properly set the dist remote when it's a real...
2015-07-13 Timmy WillisonBuild: just tack on +compat to versions that may includ...
2015-07-13 Oleg GaidarenkoAjax: Remove jsonp callbacks through "jQuery#removeProp...
2015-07-11 Timmy WillisonBuild: add mailmap entry
2015-07-08 Timmy WillisonBuild: update AUTHORS.txt
2015-07-08 Timmy WillisonEffects: fix failing tests in IE8
2015-07-08 Michał GołębiowskiCSS: Add an integration test for issue gh-1764
2015-07-07 Michał GołębiowskiCSS: Make .css("width") & .css("height") return fractio...
2015-07-06 Timmy WillisonDeferred: pass lint in new catch tests
2015-07-06 Timmy WillisonDeferred: add .catch handler
2015-07-01 Michał GołębiowskiCSS: Improve a comment explaining IE11 fullscreen bug
2015-06-28 Michał GołębiowskiEffects: Fix tests
2015-06-27 Corey FrangTests: Fix merge conflict
2015-06-27 Corey FrangTests: Lower the checks rounding error 2340/head
2015-06-27 Corey FrangEffects: Adding unit tests for jQuery.Animation
2015-06-27 Corey FrangEffects: Add tests for jQuery.Tween
2015-06-25 Thomas TortoriniCSS: make the getStyles function more readable
2015-06-25 Gilad PelegAttributes: fix IE8 issues
2015-06-23 Gilad PelegCore: organize prop & attr code to be similar
2015-06-22 Martin NaumannCSS: Work around an IE11 fullscreen dimensions bug
2015-06-22 Michał GołębiowskiCore: Change support.ownLast to support.ownFirst
2015-06-16 Timmy WillisonOffset: add tests for hidden elements + scroll
2015-06-16 Timmy WillisonOffset: getBounding doesn't return width/height in...
2015-06-16 Timmy WillisonOffset: no need to check for ownerDocument
2015-06-16 Timmy WillisonOffset: revert to jQuery.contains for IE8's sake (compa...
2015-06-16 Timmy WillisonOffset: return before getBoundingClientRect to avoid...
2015-06-16 Timmy WillisonOffset: return zeros for disconnected/hidden elements
2015-06-16 Timmy WillisonRevert "Offset: allow offset setter to throw for discon...
2015-06-16 Michał GołębiowskiTests: Remove test/data/ua.txt
2015-06-16 Michał GołębiowskiTests: Remove Edge version from the user agent
2015-06-14 Michał GołębiowskiTests: Add Microsoft Edge results (from Windows 10...
2015-06-14 Michał GołębiowskiTests: Correct a typo in the regex matching Safari 8
2015-06-13 Michał GołębiowskiManipulation: Remove an internal argument to the remove...
2015-06-13 Michał GołębiowskiEvent: Remove an internal argument to the on method
2015-06-13 Michał GołębiowskiCore: Make jQuery objects iterable
2015-06-13 Michał GołębiowskiBuild: Update grunt-contrib-jshint
2015-06-11 Oleg GaidarenkoBuild: remove bower.json lint target
2015-06-05 Oleg GaidarenkoEvent: correct an unfinished comment
2015-06-05 Oleg GaidarenkoEvent: remove preDispatch hook & simplify "simulate...
2015-06-01 Michał GołębiowskiCSS: Don't name the anonymous swap function
2015-06-01 Gilad PelegBuild: Update the license attribute
2015-06-01 Michał GołębiowskiAjax: Remove remnants of the load event alias handling
2015-06-01 Michał GołębiowskiCSS: Don't cache unrecognized CSS property names
2015-05-29 Oleg GaidarenkoEvent: improve originalEvent hack
2015-05-29 Oleg GaidarenkoDocs: remove redundant instruction from the readme
2015-05-19 Oleg GaidarenkoBuild: update requirejs dependency to 2.1.17
2015-05-19 Michał GołębiowskiAjax: Fix the XHR fallback logic for IE8
2015-05-19 Oleg GaidarenkoEvent: remove deprecated event aliases
2015-05-19 Oleg GaidarenkoAttributes: don't test SVG CSS-class manipulation in IE8
2015-05-19 Oleg GaidarenkoEvent: provide verbose info for focus(in | out) & renam...
2015-05-18 Michał GołębiowskiAjax: Rename Spartan to Edge in a comment
2015-05-18 Michał GołębiowskiAjax: Use the native XHR for all non-local requests...
2015-05-13 Chris RebertBuild: bower.json: remove moot `version` field
2015-05-12 Richard McDanielOffset: account for scroll when calculating position
2015-05-12 Timmy WillisonCore: remove custom ready event
2015-05-12 Timmy WillisonAttributes: add SVG class manipulation
2015-05-12 Timmy WillisonTests: fix tests in accordance with new :visible behavior
2015-05-12 Timmy WillisonCSS: fix :visible/:hidden selectors for inline element...
2015-05-12 Michał GołębiowskiCore: Align code in intro.js with master
2015-05-11 Richard GibsonCSS: Ignore the CSS cascade in show()/hide()/etc.
2015-05-07 Timmy WillisonBuild: append "+compat" to tag version and jQuery.fn...
2015-05-05 Timmy WillisonManipulation: privatize internal domManip() function
2015-05-05 Timmy WillisonManipulation: privatize buildFragment() function
2015-05-05 Timmy WillisonEffects: add tests for jQuery.easing._default in Animat...
2015-05-05 Timmy WillisonEffects: set default easing using jQuery.easing._default
2015-05-05 Mu HaibaoCore: remove isArraylike check for nodes
2015-05-05 Calvin MetcalfBuild: Remove npm from dependencies
2015-05-05 Timmy WillisonOffset: allow offset setter to throw for disconnected...
2015-05-05 Timmy WillisonOffset: remove ownerDocument check in offset getter
2015-05-05 Arthur StolyarOffset: Fix .offset() to correctly work with ShadowDOM
2015-05-05 Timmy WillisonSelector: add test for jQuery.unique() alias
2015-05-04 Timmy WillisonSelector: add jQuery.uniqueSort; deprecate jQuery.unique
2015-05-04 Timmy WillisonCore: allow init to accept an alternate rootjQuery...
2015-05-04 Timmy WillisonData: camelCasing should not ignore case
2015-05-04 Timmy WillisonData: always camelCase keys in .data()
2015-05-04 Timmy WillisonCSS: fix dependency order for amd
2015-05-04 Timmy WillisonData: do not include digits when camelCasing
2015-05-03 Oleg GaidarenkoCore:CSS:Event: simplification of native method signatures
2015-05-03 Oleg GaidarenkoAjax: remove "onunload" event handler
2015-05-03 Oleg GaidarenkoEvent: add support comment
2015-05-03 Oleg GaidarenkoEvent: remove guard for falsy handler argument of jQuer...
2015-04-30 Richard GibsonManipulation: Make an HTML interception point
2015-04-30 Richard GibsonManipulation: Detect sneaky no-content replaceWith...
2015-04-29 Timmy WillisonCore: add workaround for iOS JIT error in isArrayLike
2015-04-27 Michał GołębiowskiTests: Increase QUnit timeout
next