what stackpulse tracks
D3 releases from GitHub
StackPulse watches D3 release notes and keeps the original source link close to every summary.
Bring data to life with SVG, Canvas and HTML StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches D3 release notes and keeps the original source link close to every summary.
upgrade risk
Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.
migration notes
Migration steps and recommended actions are only shown when the upstream release notes support them.
This release introduces a new color scheme and improves precision in geo-related functions.
Users utilizing geo-related functions or color schemes may be affected by precision changes and new additions.
Review the updated precision settings and consider using the new color scheme if applicable.
This release fixes the return value of d3.medianIndex and d3.quantileIndex when handling data with missing values.
Users relying on d3.medianIndex or d3.quantileIndex with datasets containing missing values are affected.
Update to v7.8.5 to ensure correct behavior with missing values.
This release fixes an issue with circumcenters in the Delaunay triangulation when the hull is collinear.
Users relying on Delaunay triangulation with collinear hulls may be affected.
Update to v7.8.4 to ensure correct behavior in Delaunay triangulation.
This release includes fixes for precision errors in Voronoi neighbor calculations, broken polygon handling, and threshold generation for empty or non-deviating inputs.
Users relying on Voronoi neighbor calculations, polygon handling, or threshold generation may be affected.
Update to v7.8.3 to benefit from the fixes.
This release improves the d3.ticks function to ensure it generates at least one tick, addressing edge cases where no ticks were produced.
Users relying on d3.ticks for generating ticks in visualizations may see improved behavior in edge cases.
Update to v7.8.2 if you encounter issues with d3.ticks not generating ticks.