Bump alphaify

This commit is contained in:
Ib Green 2016-08-23 10:05:09 -07:00
parent cfd3226f99
commit f1cb6b170c
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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",