All Versions
31
Latest Version
Avg Release Cycle
24 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v5.14.2 Changes
November 20, 2019- Expose brush.touchable.
-
v5.14.1 Changes
November 17, 2019- Propagate the this context to interpolators in transition.styleTween, transition.attrTween and transition.textTween.
-
v5.14.0 Changes
November 17, 2019- Add transition.textTween.
- π Fix handling of zero values in d3.stackOffsetDiverging.
-
v5.13.1 Changes
November 16, 2019- π Fix crash initializing d3.brush.
-
v5.13.0 Changes
November 16, 2019- β Add d3.csvFormatRow.
- β Add d3.csvFormatValue.
- β Add d3.tsvFormatRow.
- β Add d3.tsvFormatValue.
- Add dsv.formatRow.
- Add dsv.formatValue.
- β Add support for parsing 4- and 8-digit hexadecimal colors in d3.color. Thanks, @zerovox!
- π Allow shorthand for current time intervals (e.g.,
d3.timeDay()
returns todayβs midnight). - Disallow whitespace and periods in type names passed to d3.dispatch.
- β Add fa-IR d3-time-format locale. Thanks, @mohsentaleb!
- β Add
%q
directive for quarter of the year as a decimal number. Thanks, @jheer! - π Fix off-by-one error formatting
%U
when the year starts with Sunday. - π Fix off-by-one error formatting
%W
when the year starts with Monday. - π Fix off-by-one error parsing week and weekday numbers with d3.utcParse.
- π Fix string coercion of specifier passed to d3.utcParse.
- π Fix parsing of
%L
or%f
in conjunction with%s
.
-
v5.12.0 Changes
September 07, 2019- β Add d3.FormatSpecifier.
- π Allow minus sign to be localized in d3.format. Thanks, @benib!
- π Allow NaN to be localized in d3.format.
-
v5.11.0 Changes
August 21, 2019- β Add d3.interpolateTurbo.
- β Add d3.interpolateCividis.
-
v5.10.1 Changes
August 21, 2019- π Fix broken brush corner resizers.
- π Fix brush multitouch filtering.
-
v5.10.0 Changes
August 19, 2019d3-brush
- Add brush.touchable.
- Add brush.clear.
- Add brush.keyModifiers.
- Fix default brush.extent to consider the SVG viewBox, if any.
- π Fix scroll prevention on touch devices.
- π Fix coercion of selection and extent inputs.
- π Fix order of handles in the DOM.
- Fix brush.move when selection is empty.
- π Fix Space key immediately after clicking on a handle.
- Fix missing brush event on parallel start.
- π Fix handling of orphaned input gestures.
- Fix default brush.touchable if navigator.maxTouchPoints.
- π Fix multitouch gestures.
- π Fix click consumption when brush is not empty.
- Fix default brush.filter on control-click.
d3-color
- Add color.copy.
- Add color.formatHex.
- Add color.formatHsl.
- Add color.formatRgb.
- Deprecate color.hex; use color.formatHex instead.
d3-drag
- Fix default drag.filter on control-click.
- Fix default drag.touchable if navigator.maxTouchPoints.
d3-path
d3-scale-chromatic
- β Add d3.schemeTableau10. Thanks @akngs!
d3-zoom
- Fix default zoom.extent to consider the SVG viewBox.
- Fix default zoom.filter to ignore control-click.
- Fix default zoom.touchable if navigator.maxTouchPoints.
- Fix default zoom.wheelDelta if deltaMode !== 0. Thanks, @Dakkaron!
- π Fix handling of filtered multitouch gestures. Thanks, @robinhouston and @testower!
- π Fix handling of orphaned gestures.
- π Fix emitting of zoom events during dbltap gestures. Thanks, @cambecc!
- Add optional point to zoom.transform and related methods.
- π Fix d3.zoomTransform to inherit the transform from the closest ancestor, if any.
-
v5.9.7 Changes
June 28, 2019- Revert chroma clamping in hcl.toString.