diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ac72d38..bfb724c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# Version 1.4.1 + +* Bumped `alphaify` dependency to avoid pulling in d3 v3 as sub-dependency +* Added test case for `fitBounds` + +# Version 1.4.0 + +* Bump d3 to v4, replaces monolithic d3 dependency with specific d3 submodules. + # Version 1.3.0 * Added `clickRadius` prop to allow for customization of hitbox around clicked point diff --git a/package.json b/package.json index 9c8b2e48..0c2abdc5 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "license": "MIT", "dependencies": { - "alphaify": "^1.0.0", + "alphaify": "^3.0.0", "autobind-decorator": "^1.3.3", "bowser": "^1.0.0", "canvas-composite-types": "^1.0.4",