Releases: d3/d3-hierarchy
Releases · d3/d3-hierarchy
v3.1.2
v3.1.1
v3.1.0
v3.0.1
v3.0.0
- Adopt type: module.
This package now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.
v2.0.0
- Accept iterables. #140 #154
- Add node[Symbol.iterator]; hierarchies are now iterable.
- Add node.find. #94
- Change node.each to pass the traversal index. #67
- Change node.eachAfter to pass the traversal index. #67
- Change node.eachBefore to pass the traversal index. #67
- Fix d3.packSiblings for huge circles. #150
- Fix divide-by-zero bug in d3.treemapBinary. #157
- Fix divide-by-zero bug in d3.treemapResquarify. #157
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-hierarchy 1.x or use a transpiler.