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

34 Коммитов

Автор SHA1 Сообщение Дата
Mike Bostock 61c568f818 Merge branch '3.4.7' 2014-05-18 21:42:53 -07: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 657effbeea Fix a winding order bug in viewport clipping.
Introduced by bfce5d5d11 (<= vs <).
2014-01-13 11:42:04 -08:00
Mike Bostock e4259453f6 Bump version number. 2014-01-09 15:36:18 -08:00
Mike Bostock 99ff885b96 Support AMD/RequireJS.
When d3.js is loaded, it now prefers the AMD define function or module.exports
if available; the global `d3` is only set if neither of these are available. A
side benefit of this change is that browserify, bower and component can now load
the D3 library directly rather than needing a custom definition.
2014-01-09 13:54:49 -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 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
Mike Bostock 696c6d8461 Merge branch '3.3.10' 2013-11-19 09:19:00 -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 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
Mike Bostock 354f54dd32 Bump version. 2013-08-23 14:18:53 -07:00
Mike Bostock f59fc64a20 Release 3.3.0. 2013-08-21 21:08:52 -07:00
Mike Bostock 1c18bcdc58 Bump version. 2013-08-13 14:19:07 -07:00
Mike Bostock 23ee2c08a6 Merge branch '3.2.8' 2013-08-01 07:37:51 -07:00
Mike Bostock 268af88a2a Merge branch '3.2.7' 2013-07-18 23:17:22 -04:00
Mike Bostock 95bc9f412b Fix log.nice. 2013-07-12 09:38:35 -07:00
Mike Bostock 7d813c96e1 Merge branch '3.2.5' 2013-07-11 16:54:20 -07:00
Mike Bostock f2cacbca7f Regenerate bower.json. 2013-07-10 21:49:44 -07:00
Mike Bostock d3488d6ef0 Bump version. 2013-07-05 11:20:20 -07:00
Mike Bostock 747c523e02 Merge branch '3.2.3' 2013-07-01 11:10:05 -07:00
Mike Bostock e31c0fb290 Add make rule for component.json. 2013-06-29 09:24:41 -07:00
Mike Bostock 2236488f22 Am I bowering rite? Fixes #1251 #1338. 2013-06-27 11:32:08 -07:00