Skip to content

Releases: d3/d3-selection

v0.6.3

27 Jan 17:47
Compare
Choose a tag to compare

v0.6.2

20 Jan 18:32
Compare
Choose a tag to compare
  • Fix d3.select and d3.selectAll to set the parent to the document element when passed a selector.
  • Fix selection.data to pass the values function the parents array.
  • Fix selection.append to append entering nodes as the last child when the before selector is null.
  • Add tests.

v0.6.1

18 Jan 22:49
Compare
Choose a tag to compare

v0.6.0

14 Jan 22:36
Compare
Choose a tag to compare
  • Add selection.raise and selection.lower.
  • Selections are now bilevel, as in D3 3.x, not arbitrary hierarchies.
  • Selections functions now take the current datum d, index i and group nodes as arguments.
  • Change selection.enter and selection.exit to reset enter and exit after access.
  • Change selection.call to no longer set the this context.
  • Fix d3.namespace to string-coerce.
  • Fix selection.classed when element.getAttribute returns null.
  • Fix enter.select to not clear the enter selection.
  • Fix enter nodes for element.querySelectorAll.
  • The requote function is no longer exported.
  • Selection methods have been optimized.

v0.5.1

08 Jan 21:59
Compare
Choose a tag to compare

v0.5.0

07 Jan 18:48
Compare
Choose a tag to compare

v0.4.12

11 Nov 19:42
Compare
Choose a tag to compare
  • Define d3-selection module (and d3_selection global), not selection.

v0.4.11

04 Nov 20:35
Compare
Choose a tag to compare

v0.4.10

04 Nov 07:45
Compare
Choose a tag to compare
  • Adjust package.json definition for npm users.

v0.4.9

04 Nov 04:24
Compare
Choose a tag to compare
  • Remove Map polyfill; namespaces is now a plain object.