Skip to content

v5.10.0

Compare
Choose a tag to compare
@mbostock mbostock released this 19 Aug 16:49

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