d3 v5.10.0 Release Notes

Release Date: 2019-08-19 // over 4 years ago
  • d3-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

    d3-drag

    d3-path

    • Fix coercion of anticlockwise argument to path.arc. Thanks, @Fil!

    d3-scale-chromatic

    d3-zoom