Releases: pbeshai/d3-interpolate-path
Releases · pbeshai/d3-interpolate-path
v2.3.0
- feat: adds in snapEndsToInput option per #47
v2.2.3
- Fixes the ESM build now that we have less files in the npm package #43
v2.2.2
- Fixes bug where the value at t=0 got mutated during interpolation
- Reduces files published to npm
v2.2.1
- Exposes pathCommandsFromString helper fo convenience converting path d strings to command object arrays.
v2.2.0
- Adds interpolatePathCommands to allow use of the plugin outside of SVG path strings (#35 #36)
v2.1.2
- Fixes bug with scientific notation #33
v2.1.0
- Resolves #25 by increasing performance up to 2x for initializing the interpolator and interpolating paths
v2.0.1
- Fixes #17 - bug with leading spaces in d attribute causing a crash
v2.0.0
- Switches to a segment splitting approach that improves curve interpolation
- Adds
excludeSegment
argument for better handling d3-area
- See #16 for details
- Opens #15 for extending lines (if a common situation for you, you may currently be better off using v1.1.1)
v1.1.1
- Adds polyfill for
Object.assign
(see #12)