Skip to content

Releases: pbeshai/d3-interpolate-path

v2.3.0

31 Aug 18:15
Compare
Choose a tag to compare
  • feat: adds in snapEndsToInput option per #47

v2.2.3

12 May 14:45
Compare
Choose a tag to compare
  • Fixes the ESM build now that we have less files in the npm package #43

v2.2.2

07 May 23:52
Compare
Choose a tag to compare
  • Fixes bug where the value at t=0 got mutated during interpolation
  • Reduces files published to npm

v2.2.1

15 Jul 19:19
Compare
Choose a tag to compare
  • Exposes pathCommandsFromString helper fo convenience converting path d strings to command object arrays.

v2.2.0

15 Jul 18:53
Compare
Choose a tag to compare
  • Adds interpolatePathCommands to allow use of the plugin outside of SVG path strings (#35 #36)

v2.1.2

28 Feb 18:01
Compare
Choose a tag to compare
  • Fixes bug with scientific notation #33

v2.1.0

09 Jun 19:05
Compare
Choose a tag to compare
  • Resolves #25 by increasing performance up to 2x for initializing the interpolator and interpolating paths

v2.0.1

11 Oct 23:38
Compare
Choose a tag to compare
  • Fixes #17 - bug with leading spaces in d attribute causing a crash

v2.0.0

05 Jul 15:18
Compare
Choose a tag to compare
  • 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

16 Feb 02:34
Compare
Choose a tag to compare
  • Adds polyfill for Object.assign (see #12)