Skip to content

Releases: d3/d3-brush

v3.0.0

10 Jun 00:05
ec2bce6
Compare
Choose a tag to compare
  • Adopt type: module. #86
  • Fix undefined event during brush move. #83
  • Allow brush.move and brush.clear to take an optional event. #84
  • Update dependencies.
  • Make build reproducible.

This package now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.

v2.1.0

26 Aug 19:05
@Fil Fil
Compare
Choose a tag to compare

v2.0.1

26 Aug 18:59
@Fil Fil
Compare
Choose a tag to compare

v2.0.0

23 Aug 21:19
@Fil Fil
Compare
Choose a tag to compare
  • Change brush.on to pass the event directly to listeners.
  • Upgrade to d3-selection 2.
  • Improve multitouch (two-touch) interaction.

See https://observablehq.com/@d3/mona-lisa-histogram for an example.

This release adopts ES2015 language features such as for-of and drops support for older browsers, including IE. If you need to support pre-ES2015 environments, you should stick with d3-brush 1.x or use a transpiler.

v1.1.6

13 Aug 10:58
@Fil Fil
Compare
Choose a tag to compare

v1.1.5

20 Nov 15:30
Compare
Choose a tag to compare

v1.1.4

16 Nov 20:59
Compare
Choose a tag to compare
  • Fix broken initialization of d3.dispatch.

v1.1.3

21 Aug 04:00
Compare
Choose a tag to compare
  • Fix broken corner resizers. #58
  • Fix multitouch filtering. #59

v1.1.2

07 Aug 17:45
Compare
Choose a tag to compare

v1.1.1

05 Aug 22:27
Compare
Choose a tag to compare
  • Fix default brush.touchable if navigator.maxTouchPoints. #55
  • Fix multitouch gestures. #54
  • Fix click consumption when brush is not empty. #52