Граф коммитов

169 Коммитов

Автор SHA1 Сообщение Дата
Mike Bostock aa8605bf57 Merge branch '3.5.4' 2015-02-07 12:31:21 -08:00
Mike Bostock 2b9b451369 Pin version of UglifyJS.
To guarantee that a locally-built d3.min.js is consistent with the official one.
2015-02-07 08:13:36 -08:00
Mike Bostock 9c3df31216 Demote JSDOM to development dependency; fix #2190.
Code that previously assumed a global document or window now uses the related
node’s ownerDocument or ownerDocument.defaultView as appropriate.

If no related node is available, the corresponding code will crash; however, the
rest of D3 will work just fine. For example, you can’t use d3.select(string)
unless a global document is available; it just doesn’t make sense. Use
d3.select(node) instead, followed by selection.select(string).

Code that previously checked for a global on the window (e.g., XDomainRequest)
now uses the global context (`this`) rather than the window.
2015-02-06 22:41:51 -08:00
Mike Bostock 4e4709ce47 Fix selection.interrupt.
Even if no further transitions are scheduled on the element, we must still
advance the active counter to interrupt the active transition. Fixes #2165. Also
added better tests that verify interruption.
2014-12-30 09:03:54 -08:00
Mike Bostock 4a4c3cea1a Merge branch '3.5.2' 2014-12-09 10:11:40 -08:00
Mike Bostock 8a0fe7f2d2 Merge branch '3.5.1' 2014-12-08 10:50:38 -08:00
Mike Bostock 737a991306 Merge branch '3.5' 2014-12-06 14:28:55 -08:00
Mike Bostock 97bc2fe356 Match GitHub description. Fixes #2129. 2014-12-06 13:31:35 -08:00
Mike Bostock 80e9f3c814 Pre-release version number. 2014-11-14 12:55:22 -08:00
Jason Davies 9364923ee2 Bump version. 2014-10-17 13:01:43 +01:00
Mike Bostock ac7fb154fa Bump version. 2014-10-08 08:09:42 -07:00
Yves Le Maout b5ddd2b07b Update to JSDom 1.0.0
To fix this issue : https://github.com/petkaantonov/bluebird/issues/291
2014-10-02 13:28:44 +02:00
Mike Bostock 48ad44fdee Merge branch 'fix-transverse-mercator-center' 2014-07-17 15:58:17 -07:00
Mike Bostock a30a79ae0a Merge branch '3.4.10' 2014-07-11 23:01:16 -07:00
Mike Bostock 974a62fc82 Merge branch '3.4.9' 2014-06-30 13:16:59 -04:00
afc163 30dcc0e9a3 Add spm support 2014-05-22 18:31:22 +08:00
Mike Bostock db8d30584d Merge branch 'fix-hierarchy-revalue' 2014-05-19 11:25:57 -07:00
Mike Bostock 61c568f818 Merge branch '3.4.7' 2014-05-18 21:42:53 -07:00
Erin Jane e159b81186 removing .js extension from the 'main' property 2014-05-13 22:21:37 +01:00
Mike Bostock 49ba8afebb Merge branch '3.4.6' 2014-04-13 20:55:29 -07:00
Mike Bostock 92c9d9d87a Merge branch '3.4.5' 2014-04-07 21:43:32 -07:00
Mike Bostock fa55eead41 Merge branch '3.4.4' 2014-03-24 20:45:44 -07:00
Mike Bostock a4bd16705e Merge branch 'safe-sin' 2014-02-27 07:50:18 -08:00
Mike Bostock 04fa5dd385 Merge branch 'fix-prefix' 2014-02-18 08:39:33 -08:00
Mike Bostock 441e8a4f4d Abbreviate per @maxogden. 2014-01-15 14:34:25 -08:00
Mike Bostock 657effbeea Fix a winding order bug in viewport clipping.
Introduced by bfce5d5d11 (<= vs <).
2014-01-13 11:42:04 -08:00
Jason Davies ceee009ae1 Fix browserify reference. 2014-01-10 22:18:17 +00:00
Mike Bostock e4259453f6 Bump version number. 2014-01-09 15:36:18 -08:00
Mike Bostock aee121427d Restore Math.random on teardown. 2014-01-09 15:25:16 -08:00
Mike Bostock e44ae3c0ca Merge branch 'random-tests' of https://github.com/DanGoldbach/d3 into random-tests 2014-01-09 15:14:25 -08:00
Mike Bostock 3234f47ad3 Merge branch 'fix-subscale-time-scale-nice' 2013-12-16 09:24:53 -08:00
Mike Bostock 840a2d1f16 Merge branch '3.3.12' 2013-12-13 16:06:11 -08:00
Mike Bostock 4e9cbcb32b Merge branch 'master' of git://github.com/guybedford/d3
Conflicts:
	package.json
2013-12-03 08:23:14 -08:00
Mike Bostock 65ec4c7e32 Fix for cross-domain d3.dsv in IE9.
In some cases IE9 processes the opening of an XDomainRequest synchronously, so
by the time we were setting the response function to parse the DSV file, it was
too late. So instead we use the internal d3_xhr method to set the response
function before the request is sent. This is a continuation of fix #1260.
2013-11-29 20:04:42 -05:00
Guy Bedford 242e3518d3 include d3 shim config for jspm 2013-11-25 14:26:45 +02:00
Daniel Goldbach c43a1c37a1 Use seed random to seed Math.random 2013-11-24 13:02:42 +11:00
Mike Bostock 696c6d8461 Merge branch '3.3.10' 2013-11-19 09:19:00 -08:00
Mike Bostock 70a16b58b0 Merge branch 'master' of git://github.com/guybedford/d3 2013-11-19 08:37:28 -08:00
Guy Bedford f2525e9ba5 add jspm package.json config 2013-11-15 12:43:23 +02:00
Mike Bostock 249c01e0ba Update smash; fixes #1626. 2013-11-11 13:06:20 -08:00
Mike Bostock 87acef2e6f Merge branch '3.3.9' 2013-10-25 15:36:50 -07:00
Mike Bostock ed54503fc7 Merge branch '3.3.8' 2013-10-14 08:56:31 -07:00
Mike Bostock af6a4e027e Merge branch '3.3.7' 2013-10-10 16:46:19 -07:00
Mike Bostock 097a3a07ba Bump version. 2013-10-09 08:10:05 -07:00
Mike Bostock 2c93d9c192 Merge branch '3.3.6' 2013-09-26 14:38:51 -07:00
Mike Bostock c6f9932035 Update dependencies. 2013-09-26 14:38:01 -07:00
Mike Bostock 7bb322f645 Merge branch 'fix-implicit-ordinal-domain' 2013-09-21 11:49:09 -07:00
Mike Bostock 9ca071eee7 Merge branch '3.3.4' 2013-09-18 20:52:44 -07:00
Mike Bostock a83ff054c9 Merge branch '3.3.3' 2013-09-05 11:21:15 -07:00
Mike Bostock fc5a586414 Fix missing d3.transition in IE. Fixes #1491.
IE doesn’t support __proto__ patching, so if the selection.prototype.transition
method isn’t yet defined at the time d3_selectionRoot is defined, it won’t
inherit the method when the prototype is patched later! This restores the
original order of dependencies so that the transition method is defined before
d3_selectionRoot is created.
2013-08-26 22:39:58 -07:00