From 5ae7fda4b3d5e249c46fa7350f1af779c5eec499 Mon Sep 17 00:00:00 2001 From: Mike Bostock Date: Fri, 29 Jul 2016 16:02:32 -0700 Subject: [PATCH] Update dependencies. --- API.md | 2 ++ package.json | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/API.md b/API.md index 040695dc..9df9f52f 100644 --- a/API.md +++ b/API.md @@ -418,6 +418,8 @@ Geographic projections, shapes and math. * [*projection*.clipExtent](https://github.com/d3/d3-geo/blob/master/README.md#projection_clipExtent) - set the viewport clip extent, in pixels. * [*projection*.scale](https://github.com/d3/d3-geo/blob/master/README.md#projection_scale) - set the scale factor. * [*projection*.translate](https://github.com/d3/d3-geo/blob/master/README.md#projection_translate) - set the translation offset. +* [*projection*.fitExtent](https://github.com/d3/d3-geo/blob/master/README.md#projection_fitExtent) - set the scale and translate to fit a GeoJSON object. +* [*projection*.fitSize](https://github.com/d3/d3-geo/blob/master/README.md#projection_fitSize) - set the scale and translate to fit a GeoJSON object. * [*projection*.center](https://github.com/d3/d3-geo/blob/master/README.md#projection_center) - set the center point. * [*projection*.rotate](https://github.com/d3/d3-geo/blob/master/README.md#projection_rotate) - set the three-axis spherical rotation angles. * [*projection*.precision](https://github.com/d3/d3-geo/blob/master/README.md#projection_precision) - set the precision threshold for adaptive sampling. diff --git a/package.json b/package.json index 39d87f7d..e2ae3f33 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "devDependencies": { "json2module": "0.0", "package-preamble": "0.0", - "rollup": "0.33", + "rollup": "0.34", "rollup-plugin-ascii": "0.0", "rollup-plugin-node-resolve": "1", "tape": "4", @@ -39,19 +39,19 @@ }, "dependencies": { "d3-array": "1.0.0", - "d3-axis": "1.0.0", + "d3-axis": "1.0.1", "d3-brush": "1.0.1", "d3-collection": "1.0.0", "d3-color": "1.0.0", - "d3-chord": "1.0.0", + "d3-chord": "1.0.1", "d3-dispatch": "1.0.0", "d3-drag": "1.0.0", "d3-dsv": "1.0.0", "d3-ease": "1.0.0", - "d3-force": "1.0.0", - "d3-format": "1.0.0", - "d3-geo": "1.1.1", - "d3-hierarchy": "1.0.0", + "d3-force": "1.0.1", + "d3-format": "1.0.1", + "d3-geo": "1.2.0", + "d3-hierarchy": "1.0.1", "d3-interpolate": "1.1.0", "d3-path": "1.0.0", "d3-polygon": "1.0.0", @@ -59,11 +59,11 @@ "d3-queue": "3.0.1", "d3-random": "1.0.0", "d3-request": "1.0.1", - "d3-scale": "1.0.1", - "d3-selection": "1.0.0", - "d3-shape": "1.0.0", - "d3-time": "1.0.0", - "d3-time-format": "2.0.0", + "d3-scale": "1.0.2", + "d3-selection": "1.0.1", + "d3-shape": "1.0.1", + "d3-time": "1.0.1", + "d3-time-format": "2.0.1", "d3-timer": "1.0.1", "d3-transition": "1.0.0", "d3-voronoi": "1.0.1", -- GitLab