Releases: d3/d3-interpolate
Releases · d3/d3-interpolate
v0.3.0
- The cubehelix and cubehelixLong interpolators now take an optional gamma.
- Removed cubehelixGamma and cubehelixGammaLong.
- Add bind for binding optional parameters to interpolators.
v0.2.0
- Add color space interpolation methods previously in d3-color.
- Remove the prefix “interpolate” (e.g., rgb instead of interpolateRgb).
- Rename the arbitrary value interpolators to value and values.
v0.1.4
- Define
d3-interpolate
module (and d3_interpolate
global), not interpolate
.
- The d3-color dependency is no longer inlined.
v0.1.3
- Adjust the package.json definition for npm users.