Skip to content

Releases: d3/d3-brush

v0.2.1

10 Jun 16:57
Compare
Choose a tag to compare
  • Fix for brush.move during an active brush gesture.

v0.2.0

08 Jun 04:05
Compare
Choose a tag to compare
  • Export to the global d3 in vanilla environments (d3/d3#2840).

v0.1.6

03 Jun 17:16
Compare
Choose a tag to compare
  • The selection is now slightly lighter and more opaque by default.

v0.1.5

03 Jun 17:09
Compare
Choose a tag to compare
  • The selection now has a thin white stroke by default.
  • Holding the SHIFT key while brushing now constrains x- or y-movement (#1).

v0.1.4

03 Jun 00:37
Compare
Choose a tag to compare

v0.1.3

03 Jun 00:38
Compare
Choose a tag to compare

v0.1.2

02 Jun 22:49
Compare
Choose a tag to compare
  • Fix reference to the current event.

v0.1.1

02 Jun 22:20
Compare
Choose a tag to compare
  • Support touch input.
  • By default, ignore mousedown on secondary buttons.
  • Add brush.filter.
  • Add brush.handleSize.
  • Add d3.brushSelection.
  • Rename a few of the brush elements.
  • Simplify the default extent.
  • Fix programmatic control for one-dimensional brushes.

v0.1.0

01 Jun 22:56
Compare
Choose a tag to compare
  • First release.